Metadata-Version: 2.4
Name: freetubedb
Version: 1.0.0
Summary: Python library for interacting with FreeTube's playlists.db file
Project-URL: Documentation, https://github.com/FawkesOficial/python-freetubedb#readme
Project-URL: Issues, https://github.com/FawkesOficial/python-freetubedb/issues
Project-URL: Source, https://github.com/FawkesOficial/python-freetubedb
Author-email: Mário Lourenço <mario.s.lourenco@protonmail.com>
License-Expression: GPL-3.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# freetubedb

[![PyPI - Version](https://img.shields.io/pypi/v/freetubedb.svg)](https://pypi.org/project/freetubedb)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/freetubedb.svg)](https://pypi.org/project/freetubedb)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install freetubedb
```

## License

`freetubedb` is distributed under the terms of the [GPL-3.0](https://spdx.org/licenses/GPL-3.0.html) license.
