Metadata-Version: 2.1
Name: 3scale-api
Version: 0.1.0
Summary: 3scale API python client
Home-page: https://github.com/pestanko/3scale-api-python
Author: Peter Stanko
Author-email: stanko@mail.muni.cz
Maintainer: Peter Stanko
License: UNKNOWN
Description: # 3scale REST API client in Python
        
        
        ## Tests
        
        ### Integration tests
        To run the integration tests you need to set these env variables:
        ```
        THREESCALE_PROVIDER_URL='https://example-admin.3scale.net'
        THREESCALE_PROVIDER_TOKEN='<test-token>'
        
        # OPTIONAL:
        THREESCALE_MASTER_URL='https://master.3scale.net'
        THREESCALE_MASTER_TOKEN='<test-master-token>'
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: dev
