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.3.tar.gz (334.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: cothread-2.18.3.tar.gz
  • Upload date:
  • Size: 334.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.2

File hashes

Hashes for cothread-2.18.3.tar.gz
Algorithm Hash digest
SHA256 65ff00f6a5bc88b47060fec91209ad7949a32042943cd3d9412f6494dbc8013b
MD5 cea422f3608a0e2cd79084edd2786e24
BLAKE2b-256 68994c44c36ed334c68e3a00676f3a2be8bd0fcb2213fc6c8e985c28261e3714

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