Skip to main content

Python Toolkit for Accelerator Controls (Pytac) is a Python library intended to make it easy to work with particle accelerators.

Project description

https://travis-ci.org/simkimsia/UtilityBehaviors.png https://coveralls.io/repos/github/willrogers/pytac/badge.svg?branch=master https://landscape.io/github/willrogers/pytac/master/landscape.svg?style=flat https://readthedocs.org/projects/pytac/badge/?version=latest https://badge.fury.io/py/pytac.svg https://img.shields.io/pypi/pyversions/pytac.svg

Python Toolkit for Accelerator Controls (Pytac) is a Python library for working with elements of particle accelerators.

Documentation is available at Readthedocs.

Testing

It is simplest to work with a virtualenv. Then:

$ pip install -r requirements/local.txt
$ python -m pytest test

To see a coverage report:

$ python -m pytest --cov=pytac test

To build the documentation:

$ cd docs
$ sphinx-build -b html -E . _build/html

The documentation is built inside _build/html.

Uploading 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


Download files

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

Source Distribution

pytac-0.1.1.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

pytac-0.1.1-py2.py3-none-any.whl (135.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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