Metadata-Version: 2.0
Name: trackml
Version: 0.1.0
Summary: An opinionated, minimal cookiecutter template for Python packages
Home-page: https://github.com/track-ml/python-client/
Author: Gideon
Author-email: Gideon@semantica-labs.com
License: UNKNOWN
Download-URL: https://github.com/track-ml/python-client/tarball/0.1.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: websocket

trackml
=======

.. image:: https://img.shields.io/pypi/v/trackml.svg
    :target: https://pypi.python.org/pypi/trackml
    :alt: Latest PyPI version

.. image:: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal.png
   :target: https://travis-ci.org/borntyping/cookiecutter-pypackage-minimal
   :alt: Latest Travis CI build status


Usage
-----

Installation as a pip library
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Requirements
^^^^^^^^^^^^
pip install websocket

Unit Tests
^^^^^^^^^^
Install pytest:
    pip install pytest

from trackml directory run:
    $ pytest



Compatibility
-------------

License
-------

Authors
-------

`trackml` was written by `Gideon <Gideon@semantica-labs.com>`_.


