Metadata-Version: 2.0
Name: tramway
Version: 0.4
Summary: TRamWAy
Home-page: https://github.com/DecBayComp/TRamWAy
Author: François Laurent
Author-email: francois.laurent@pasteur.fr
License: CeCILL v2.1
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: animate
Requires-Dist: six
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: rwa-python (>=0.8)
Provides-Extra: animate
Requires-Dist: opencv-python; extra == 'animate'
Requires-Dist: tqdm; extra == 'animate'

TRamWAy
=======

*TRamWAy* helps analyzing single molecule dynamics.
It infers the diffusivity, drift, force and potential energy across space and time.

The `official documentation <http://TRamWAy.readthedocs.io>`_ is now on `readthedocs <http://TRamWAy.readthedocs.io>`_.

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

You will need Python >= 2.7 or >= 3.5.
::

	pip install --user tramway

`pip install` will install some Python dependencies if missing, but you may still need to install the `HDF5 reference library <https://support.hdfgroup.org/downloads/index.html>`_.



