Metadata-Version: 1.1
Name: python-active-com-api
Version: 0.1.2
Summary: Python client for Active.com API 
Home-page: https://github.com/v0y/python-active-com-api
Author: Rafał Mirończyk
Author-email: rafal.mironczyk@lolwtf.pl
License: UNKNOWN
Description: Python client for Active.com API 
        ================================
        
        **This library supports Python 3 only**
        
        Supported Active.com APIs
        ------------------------
        
        - Activity Search API v2 ([docs](http://developer.active.com/docs/read/v2_Activity_API_Search))
        
        
        Tests
        -----
        
        To run tests:
        
        ```
        nose2
        ```
        
        or 
        
        ```
        python setup.py test
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
