Metadata-Version: 2.1
Name: particletools
Version: 1.1.2
Summary: Translating particle codes from CR models from/to PDG codes
Home-page: https://github.com/afedynitch/ParticleDataTool
Author: Anatoli Fedynitch
Author-email: afedynitch@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: setuptools

This single Python module around an XML data file provides some convinient functions for people
working with properties of physical particles (protons, pions, D-mesons, etc.)

Status
======

This version is stable.

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

The latest version of the documentation can be found `here <http://particledatatool.readthedocs.org/en/latest/index.html>`_.

Requirements
============

* python-2.7 or python-3.6

Installation
============
::

    pip install particletools

How to use
==========
Run::

        from particletools.tables import *
        test()

See the module source code how to interact with the functions and read the docs.

Contributors
============
* Hans Dembinski (github:HDembinski)
* Sonia El Hadri (github:soso128)

MIT License
===========
Code and documentation copyright 2014 Anatoli Fedynitch

.. |docs| image:: https://readthedocs.org/projects/particledatatool/badge/?version=latest
    :alt: Documentation Status
    :scale: 100%
    :target: https://particledatatool.readthedocs.io/en/latest/?badge=latest


