Metadata-Version: 2.1
Name: tidaloauth4mopidy
Version: 0.2.0
Summary: Unofficial API for TIDAL music streaming service.
Home-page: https://github.com/quodrum-glas/python-tidal
Author: Thomas Amland
Author-email: thomas.amland@googlemail.com
Maintainer: quodrumglas
Maintainer-email: quodrumglas@email.com
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

tidaloauth4mopidy
=================

[![](http://badge.fury.io/py/tidaloauth4mopidy.png)](https://badge.fury.io/py/tidaloauth4mopidy.png)


Unofficial Python API for TIDAL music streaming service used by Mopidy-TidalOauth plugin.


Installation
------------

Install from [PyPI](https://pypi.python.org/pypi/tidaloauth4mopidy/) using ``pip``:

``` bash
    $ pip install tidaloauth4mopidy
```


History
-------

v0.2.0
------

[quodrumglas](https://github.com/quodrum-glas)
* Update to OAuth Flow Login
* Add User Playlist Manipulation
* Fix Image URLs

v0.1.0
------

* Fork [python-tidal=v0.6.6](https://github.com/tamland/python-tidal/commit/251ed480cb8ba33eeec16436593e409c49540122)

