Metadata-Version: 2.1
Name: tramway
Version: 0.6.1
Summary: TRamWAy
Home-page: https://github.com/DecBayComp/TRamWAy
Author: Institut Pasteur, François Laurent
Author-email: francois.laurent@pasteur.fr
License: CECILL-2.1
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: scikit-image ; extra == 'animate'
Requires-Dist: tqdm ; extra == 'animate'
Provides-Extra: roi
Requires-Dist: polytope ; extra == 'roi'
Requires-Dist: cvxopt ; extra == 'roi'
Requires-Dist: tqdm ; extra == 'roi'
Provides-Extra: webui
Requires-Dist: bokeh (<2.3.0,>=2.0.2) ; extra == 'webui'
Requires-Dist: selenium ; extra == 'webui'

TRamWAy
=======

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

The `original documentation <https://tramway.readthedocs.io>`_ is now on `readthedocs <https://tramway.readthedocs.io>`_.

An attempt to rewrite the project documentation is available as a `separate project and web resource <https://tramway-tour.readthedocs.io>`_.

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

You will need Python >= 3.6.
::

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

Depending on your OS and permissions, you may also need to pass the ``--user`` option to ``pip install``.



