Metadata-Version: 1.1
Name: reqtools
Version: 0.0.3
Summary: Extension for requests library
Home-page: https://github.com/oztqa/reqtools
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: Requirements
        ============
        
        * Python >= 3.6
        
        Installation
        ============
        
        ```bash
        pip install reqtools
        ```
        
        Usage
        =====
        
        Remote API session
        ------------------
        
        ```python
        from reqtools import RemoteApiSession
        
        session = RemoteApiSession('http://my-api.com', prefix='api')
        response = session.get('/api/method', params={'param': 'value'})
        ```
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: Russian
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
