Metadata-Version: 2.1
Name: 3scale-api
Version: 0.3.3
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
        
        3Scale REST API client in a wrapper over the 3scale API.
        
        ## Installing
        
        Install and update using pip:
        
        ```bash
        pip install 3scale-api
        ```
        
        Or as a dependency using the pipenv
        
        ```bash
        pipenv install 3scale-api
        ```
        
        ## Run the Tests
        
        To run the tests you need to have installed development dependencies:
        ```bash
        pipenv install --dev
        ```
        
        and then run the `pytest`:
        
        ```bash
        pipenv run pytest -v
        ```
        
        ### Integration tests configuration
        
        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
