Metadata-Version: 2.1
Name: pcdsutils
Version: 0.7.0
Summary: PCDS Python Utilities
Home-page: https://github.com/pcdshub/pcdsutils
Author: SLAC National Accelerator Laboratory
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
License-File: AUTHORS.rst

===============================
pcdsutils
===============================

.. image:: https://img.shields.io/travis/pcdshub/pcdsutils.svg
        :target: https://travis-ci.org/pcdshub/pcdsutils

.. image:: https://img.shields.io/pypi/v/pcdsutils.svg
        :target: https://pypi.python.org/pypi/pcdsutils


PCDS Python Utilities

Documentation
-------------

Sphinx-generated documentation for this project can be found here:
https://pcdshub.github.io/pcdsutils/


Requirements
------------

* Python 3.6+

Installation
------------

```
pip install pcdsutils
```

Running the Tests
-----------------
::

  $ python run_tests.py


