FUMR / tidal-async

Python Tidal streaming service unofficial API in async fashion supporting OAuth2 authentication

Repository from Github https://github.comFUMR/tidal-asyncRepository from Github https://github.comFUMR/tidal-async

Tidal Music service

GitHub Code style: black Conventional Commits

Development

Install dependencies

# Install all dependencies
poetry install

# Install linters and checks (Unlinted PRs won't be approved)
poetry run pre-commit install

# Install commit-msg linters (PRs with wrong commit names will be squashed)
poetry run pre-commit install --hook-type commit-msg

About

Python Tidal streaming service unofficial API in async fashion supporting OAuth2 authentication

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%