Skip to main content

Cooperative threading based utilities

Project description

Build Status Test coverage Latest PyPI version Documentation Status

cothread

The cothread Python library is designed for building tools using cooperative threading. This means that, with care, programs can effectively run several tasks simultaneously.

The cothread.catools library is designed to support easy channel access from Python, and makes essential use of the features of cooperative threads – in particular, catools.camonitor() notifies updates in the background.

See the documentation for more details.

Installation

To install the latest release, type:

pip install cothread

To install the latest code directly from source, type:

pip install git+git://github.com/dls-controls/cothread

Documentation

Full documentation is available at http://cothread.readthedocs.org

Upload to PyPI

Run the following commands to create a virtual environment, build cothread, do a test upload to test.pypi.org, and finally upload it to PyPi.

Ask a member of dls-controls for the username and password to use:

pipenv install numpy twine build
SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct) pipenv run python -m build --sdist
pipenv run twine upload -r testpypi dist/*
pipenv run twine upload dist/*

We set SOURCE_DATE_EPOCH from git commit for reproducible builds - see https://reproducible-builds.org/

License

GPL2 License (see COPYING)

Project details


Download files

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

Source Distribution

cothread-2.18.1.tar.gz (103.2 kB view details)

Uploaded Source

File details

Details for the file cothread-2.18.1.tar.gz.

File metadata

  • Download URL: cothread-2.18.1.tar.gz
  • Upload date:
  • Size: 103.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.46.0 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.2

File hashes

Hashes for cothread-2.18.1.tar.gz
Algorithm Hash digest
SHA256 4f97aeb1c096ddc255fff9244cac44873ec542aae0a008e530ddc4f932972cef
MD5 94d757f7a3353f136da7c0e5658bff45
BLAKE2b-256 f2873e7d4527871987fc32ef9b7ca4d31e6be9179f2cb7cb6a7721dec9fa0815

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