Metadata-Version: 2.1
Name: audtekapi
Version: 0.3.0
Summary: Unofficial API for Audioteka
Home-page: https://github.com/jedrus2000/audtekapi
Author: Andrzej Bargański
Author-email: a.barganski@gmail.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: ~=3.7
License-File: LICENSE

****************************
AudtekAPI
****************************

.. image:: https://img.shields.io/pypi/v/audtekapi.svg?style=flat
    :target: https://pypi.python.org/pypi/audtekapi/
    :alt: Latest PyPI version



Unofficial API helper for *Audioteka* - audiobooks service: `<https://audioteka.com/>`_

This is set of functions to get contents of your personal bookshelf at *Audioteka*, including book's chapters downloading.

Main reason for creating it, is to use it in my plugin for `Mopidy
<http://apt.mopidy.com/>`_.

This is major rework after Audioteka changes its API.

To be continued...


Installation
============
Python 3.7 or higher is required.

Install by running::

    pip install audtekapi



Usage - DOCUMENTATION TODO
==========================
Examples.

generate device id::

    bash> python
    Python 3.9.1
    >>> import uuid
    >>> str(uuid.uuid4())
    'mydevice-id00-aaaa-bbbb-ccddeeddffaa'



License
=================

Apache License Version 2.0


