Metadata-Version: 2.0
Name: tramway
Version: 0.3rc8
Summary: TRamWAy
Home-page: https://github.com/DecBayComp/TRamWAy
Author: François Laurent
Author-email: francois.laurent@pasteur.fr
License: CeCILL v2.1
Description-Content-Type: UNKNOWN
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
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: rwa-python (>=0.7.1)
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: tables

TRamWAy
=======

*TRamWAy* helps analyzing single molecule dynamics. It infers the diffusivity, drift, force and potential across space and time. It will eventually localize and track molecules in stacks of images.

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>`_.



