Python Toolkit for Accelerator Controls (Pytac) is a Python library intended to make it easy to work with particle accelerators.
Project description
Python Toolkit for Accelerator Controls (Pytac) is a Python library intended to make it easy to work with particle accelerators.
Documentation is available at Readthedocs.
Testing
It is simplest to work with a virtualenv. Then:
$ pip install -r requirements/local.txt $ export PYTHONPATH=. $ py.test test
To see a coverage report:
$ py.test --cov=pytac test
To build documentation correctly:
$ cd docs $ sphinx-build -b html -E . _build/html
The documentation is built inside _build/html.
Uploading to Pypi
To upload files to Pypi. Create a source distribution:
$ python setup.py sdist
Build a universal wheel:
$ python setup.py bdist_wheel
Then upload it using twine:
$ twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytac-0.1.tar.gz
.
File metadata
- Download URL: pytac-0.1.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f7caff45760588d178f9ed0678d8849665605cb8490744d6f495d469450463c |
|
MD5 | 5bc35414492706535dfd7765fa738105 |
|
BLAKE2b-256 | 384984c22948c00c251654a079b3918fe12af85d9feaf4060c93c22d8b5e5801 |
File details
Details for the file pytac-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pytac-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 135.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e908d74a956c940b43c1e9dfc583063c42caa2741b69bec41c8e4a3ea2b1ec9c |
|
MD5 | 7702e19663679a3e18066b76f555210f |
|
BLAKE2b-256 | 7657cdd1d9e4fb780ad68e714112105946449e46e5b5b7b51bec3106b99ada1c |