Metadata-Version: 2.1
Name: podiant-client
Version: 0.6.0
Summary: A rudimentary Python client for the Podiant API
Home-page: https://git.steadman.io/podiant/python-client
Author: Mark Steadman
Author-email: mark@podiant.co
License: MIT
Description: Podiant Python client
        =====================
        
        ![Build](https://git.steadman.io/podiant/python-client/badges/master/build.svg)
        ![Coverage](https://git.steadman.io/podiant/python-client/badges/master/coverage.svg)
        
        A rudimentary Python client for the Podiant API.
        
        ## Quickstart
        
        Install Podiant:
        
        ```sh
        pip install podiant-client
        ```
        
        ## Running tests
        
        Does the code actually work?
        
        ```
        pytest podiant
        ```
        
        ## To do
        
        - Support PUT, PATCH and DELETEs
        
        ## Credits
        
        Tools used in rendering this package:
        
        - [Cookiecutter](https://github.com/audreyr/cookiecutter)
        - [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)
        
Keywords: podiant
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
