Metadata-Version: 2.0
Name: decaylanguage
Version: 0.1.0
Summary: A language to describe particle decays, and tools to work with them.
Home-page: https://github.com/henryiii/decaylanguage
Author: Henry Fredrick Schreiner III
Author-email: henry.schreiner@cern.ch
License: BSD 3-Clause License
Description-Content-Type: UNKNOWN
Keywords: particle,decay,HEP
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: plumbum (>=1.6.6)
Requires-Dist: attrs (>=17.0)
Requires-Dist: numpy (>=1.12)
Requires-Dist: pandas (>=0.22)
Requires-Dist: graphviz (>=0.8.2)
Requires-Dist: six (>=1.11); python_version < "3"
Requires-Dist: enum34 (>=1.1); python_version < "3.4"
Requires-Dist: pathlib2 (>=2.3); python_version < "3.5"

========
Overview
========



A language to describe particle decays, and tools to work with them.

* Free software: BSD 3-Clause License

Installation
============

::

    pip install decaylanguage

Documentation
=============

https://decaylanguage.readthedocs.io/

Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.0 (2018-03-13)
------------------

* First release on PyPI.


