Metadata-Version: 2.1
Name: podbean-client
Version: 1.0.1
Summary: A Python client library for the Podbean API!
Home-page: https://github.com/masontadam/podbean_client
Author: Mason Adam
Author-email: masontadam@gmail.com
License: UNKNOWN
Description: podbean-client
        ==============
        
        A Python client library for the `Podbean
        API <https://developers.podbean.com/podbean-api-docs/>`__
        
        Installation
        ------------
        
        .. code:: python
        
            pip install podbean_client
        
        Usage
        -----
        
        .. code:: python
        
            from podbean_client import PodBeanClient
        
            podbean = PodBeanClient()
        
            # etc
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Provides-Extra: dev
