Metadata-Version: 2.0
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
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
Requires-Dist: requests-oauthlib
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: pytest (>=3.7); extra == 'dev'
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: Flask; extra == 'dev'
Requires-Dist: python-dotenv; extra == 'dev'

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



