Metadata-Version: 1.0
Name: discotech
Version: 0.4
Summary: python library to help working with social media providers
Home-page: http://github.com/discoapi/discotech
Author: discoAPI Team
Author-email: groovy@discoapi.com
License: GPL
Description: discotech
        ========
        
        python library to help dealing with everything regarding social media providers
        
        homepage: https://www.discoapi.com/products/discotech.html
        
        you can find full docs here: https://www.discoapi.com/discotech/docs
        
        #requirements:
        - python > 2.6
        - requests 
        - requests-oauth
        
        #installation:
        ```bash
        python setup.py install
        ```
        
        #unit tests:
        ```bash
        python setup.py test
        ```
        
        #creating docs:
        ```bash
        epydoc -v discotech -o docs
        ```
        
        note that you have to have epydoc installed (pip install epydoc)
        
Platform: UNKNOWN
