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

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

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.

Project details


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