Metadata-Version: 2.0
Name: hypertrack
Version: 0.2.2
Summary: api wrapper for hypertrack.io
Home-page: http://github.com/hypertrack/hypertrack-python/
Author: HyperTrack
Author-email: devops@hypertrack.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=0.8.8)

HyperTrack Python Bindings
==========================

A python wrapper for the HyperTrack api: http://docs.hypertrack.io

Installation
------------
You can install this package by using pip:
    pip install hypertrack

Usage
------

For detailed documentation of the methods available, please visit the official HyperTrack API documentation at http://docs.hypertrack.io


