Metadata-Version: 2.0
Name: trajectorydata
Version: 0.1.0
Summary: Package providing the TrajectoryData class that allows to manage data for observables from a large number of quantum trajectory simulations
Home-page: https://github.com/goerz/trajectorydata
Author: Michael Goerz
Author-email: mail@michaelgoerz.net
License: MIT license
Keywords: trajectorydata
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Provides-Extra: dev
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-xdist; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: pep8; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-autobuild; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: better-apidoc; extra == 'dev'

==============
TrajectoryData
==============
.. image:: https://img.shields.io/pypi/v/trajectorydata.svg
        :target: https://pypi.python.org/pypi/trajectorydata

.. image:: https://img.shields.io/travis/goerz/trajectorydata.svg
        :target: https://travis-ci.org/goerz/trajectorydata
.. image:: https://coveralls.io/repos/github/goerz/trajectorydata/badge.svg?branch=master
        :target: https://coveralls.io/github/goerz/trajectorydata?branch=master
.. image:: https://readthedocs.org/projects/trajectorydata/badge/?version=latest
        :target: https://trajectorydata.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

Package providing the TrajectoryData class that allows to manage data for observables from a large number of quantum trajectory simulations

Development of TrajectoryData happens on `Github`_.


Installation
------------
To install the latest released version of TrajectoryData, run this command in your terminal:

.. code-block:: console

    $ pip install trajectorydata

This is the preferred method to install TrajectoryData, as it will always install the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/


To install the latest development version of TrajectoryData from the from the `Github`_.

.. code-block:: console

    $ pip install git+https://github.com/goerz/trajectorydata.git@master#egg=trajectorydata

.. _Github: https://github.com/goerz/trajectorydata

Usage
-----

To use TrajectoryData in a project::

    import trajectorydata


=======
History
=======

0.1.0 (2018-03-25)
------------------

* Initial release


