juga
d1fe8a6a23
This is a commit that actually should not be merged.
Just to show how cloning a repo in gitea, creating a new branch and
asking to merge via a Pull Request would work.
I can also say:
Closes #1
and the issue with that number would be automatically closed when this
branch is merged.
5 years ago
heck
28a29a1c65
hartmut recommends: setuptools >= 39.2.0, which supports the `version` file attribute
5 years ago
heck
58c3399307
name correction
5 years ago
heck
5f9495970a
update Readme topic "Issues"
5 years ago
heck
e52ba5ac01
merge in branch "setupcfg"
5 years ago
heck
d40a25bd03
Merge in PYADPT-97
5 years ago
juga
a8b9147aba
Merge PYADAPT-99
5 years ago
juga
31087b6a29
tests: Show that message encrypt modifies the original one
which is probably not what we want.
If we decide to fix it, the tests' assertions need to be changed.
Closes PYADAPT-99.
5 years ago
juga
5a7093b2cc
Merge branch PYADAPT-98
5 years ago
juga
c448704265
tests: Remove unused constant myself
5 years ago
juga
d0a94e20cd
tests: Create identities fixture to use in message
Since the identities are not being tested in the message tests,
facilitate to create them.
5 years ago
juga
072563a343
tests: Update pytests created with older version
Closes PYADPT-98.
5 years ago
juga
15b97543ee
hg ignore .eggs and .tox
Generated by setuptools_scm and tox.
5 years ago
juga
81113ca5b2
Add page on how to build the documentation
Closes PYADAPT-97.
5 years ago
juga
f8d6db3be8
Add testing page
with instructions on how to run the tests.
5 years ago
juga
eb0f27cd47
Add installation page and move heck's instructions
also add other minimal info to the README.
5 years ago
juga
c5044ffcdb
Add API documentation
generated automatically with `sphinx-apidoc`
5 years ago
juga
df469442c5
Add page about software that depends on this
5 years ago
juga
4fba1cf12d
Add initial docs structure
Generated with `sphinx-quickstart`
5 years ago
juga
2dc44380f1
Test the package version
5 years ago
juga
18f01bed7e
Programatically obtain package version
Closes PYADPT-96
5 years ago
heck
b2389253d9
Removed tag 2.2.0-rc1
5 years ago
juga
d9b0ae91ec
Format correctly tests extra dependencies
5 years ago
juga
922c88fbbe
Remove unneded install dependency
5 years ago
juga
6b603fb4ce
Added tag 2.2.0-rc1 for changeset b4d08fa2cdab
5 years ago
juga
12c182f1ac
Obtain package version from SCM
It can be tested with `python setup.py version`.
Note that it's needed to add a tag that conforms semantic versioning.
5 years ago
heck
ee3cbb1a01
.editorconfig more filetype specifics
5 years ago
heck
eef024b25f
setup.cfg some keys added, values are all WIP still
5 years ago
heck
b31507992a
remove redundancies, information source should be setup.cfg, (setup.py just only code, no data)
5 years ago
heck
3e76763128
start getting the deps into setup.cfg
5 years ago
heck
878616f03b
merge in branch 'pytests' from juga
5 years ago
heck
0a5d8de6e5
.editorconfig C++ imaginary settings
5 years ago
heck
e2625e25e0
Adding .editorconfig
5 years ago
heck
f40ca8d8e6
Formatting only - K&R 1TBS is the standard here
5 years ago
heck
ae65f8351f
Added tag Release_2.2.0-RC0 for changeset f6f15e49587d
5 years ago
heck
c5c4726e51
Added tag Release_2.1.0 for changeset f7f92375cb5e
5 years ago
heck
35305650f5
Added tag Release_2.1.0-RC2 for changeset 4a031fb9a0e3
5 years ago
heck
179a82f184
Makefile, add targets: dist, dist-whl, dist-egg, install, install-prefix, install-sys
5 years ago
heck
fd03e4b75c
start getting declarative with setup.cfg
5 years ago
heck
970e261711
Fix setuptools command "install"
5 years ago
heck
a44d27af4c
Added tag Release_2.1.0-RC1 for changeset 45183a331f2b
5 years ago
heck
f366c8329f
Merge in PYADPT-81 (Integrate libpEpAdapter)
5 years ago
heck
73666d8437
Mutli-threading support for native libs calling python code added
mixing UserInterface replaced with pEp.notify_handshake() to be overwritten (just like message_to_send())
5 years ago
heck
7eef5f9605
.hgignore local.conf
5 years ago
heck
ae364de4cf
Adjust build etc. for MacOS
5 years ago
heck
57cec46a75
Add Makefile.conf / local.conf.example (like we have it in pEpEngine, libpEpAdapter, pEpJNIAdapter)
5 years ago
heck
47a0fb5cc1
include guards, replace #pragma once, make sure license headers, minor formatting
5 years ago
heck
1cf31e4687
Add Makefile targets: devenv, envtest
5 years ago
heck
74dcc6f7a7
test pyadpt-81.py: test start/stop sync, default/user callback impl. of pEp.message_to_send()
5 years ago
heck
c18746e4ec
remove local adapter.cc/hh locked_queue.hh
5 years ago