Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.27 KB

index.rst

File metadata and controls

53 lines (37 loc) · 1.27 KB

AzuracastPy: The Unofficial Python Wrapper for the Azuracast API

AzuracastPy is a Python library that wraps the Azuracast API, allowing for more straightforward use in Python.

This project is heavily "inspired" by PRAW.

Note

This project is under active development.

This documentation is split into different sections:

.. toctree::
   :maxdepth: 1
   :caption: Start Here

   start_here/quick_start
   start_here/installation
   start_here/authentication
   start_here/configuration

.. toctree::
   :maxdepth: 1
   :caption: AzuracastPy Models

   azuracastpy_models/azuracastpy_client
   azuracastpy_models/models
   azuracastpy_models/exceptions
   azuracastpy_models/other_models

.. toctree::
   :maxdepth: 1
   :caption: Some Code Examples

   some_code_examples/song_request
   some_code_examples/now_playing_data