Skip to main content

Spawns an object as a daemon in another process, possibly using another python executable/environment

Project description

Build Status Tests Status codecov Documentation PyPI

Project page : https://smarie.github.io/python-object-as-daemon/

What’s new

  • Travis and codecov integration

  • Doc now generated from markdown using mkdocs

  • most special methods are now correctly proxified

  • object instance can now be created on either side (main process or daemon)

Want to contribute ?

Contributions are welcome ! Simply fork this project on github, commit your contributions, and create pull requests.

Here is a non-exhaustive list of interesting open topics: https://github.com/smarie/python-object-as-daemon/issues

Running the tests

This project uses pytest.

pytest -v pyoad/tests/

You may need to install requirements for setup beforehand, using

pip install -r ci_tools/requirements-test.txt

Packaging

This project uses setuptools_scm to synchronise the version number. Therefore the following command should be used for development snapshots as well as official releases:

python setup.py egg_info bdist_wheel rotate -m.whl -k3

You may need to install requirements for setup beforehand, using

pip install -r ci_tools/requirements-setup.txt

Generating the documentation page

This project uses mkdocs to generate its documentation page. Therefore building a local copy of the doc page may be done using:

mkdocs build

You may need to install requirements for doc beforehand, using

pip install -r ci_tools/requirements-doc.txt

Generating the test reports

The following commands generate the html test report and the associated badge.

pytest --junitxml=junit.xml -v autoclass/tests/
ant -f ci_tools/generate-junit-html.xml
python ci_tools/generate-junit-badge.py

PyPI Releasing memo

This project is now automatically deployed to PyPI when a tag is created. Anyway, for manual deployment we can use:

twine upload dist/* -r pypitest
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyoad-1.0.2-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

Details for the file pyoad-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pyoad-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e23bf3ae92360d217475148878a5acc039bb379c0cf411a683dcb63944f972a6
MD5 79fac5860bc9f67fa550242d0d5fdb2c
BLAKE2b-256 39ae2e8529f5bf6de599ebff05e9c74af735fc951888d136f9b6cfe42eed7ceb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page