Metadata-Version: 2.1
Name: getmetric
Version: 1.0.2
Summary: Getmetric python package
Home-page: https://github.com/getmetric/python
Author: Alex Turkovskii
Author-email: darkertb@gmail.com
License: MIT License
Description: getmetric
        ==========================
        
        getmetric.net integration package
        
        ## Requirements
        
        Package requirements are handled using pip. To install them do
        
        ```
        pip install -r requirements.txt
        ```
        
        ## Tests
        
        Testing is set up using [pytest](http://pytest.org) and coverage is handled
        with the pytest-cov plugin.
        
        Run your tests with ```py.test``` in the root directory.
        
        ## Travis CI
        
        There is a ```.travis.yml``` file that is set up to run your tests for python 2.7
        and python 3.2, should you choose to use it.
Keywords: getmetric package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
