Metadata-Version: 2.4
Name: feeluown-bilibili
Version: 0.5.2
Summary: Bilibili provider for FeelUOwn player.
License: GPL-3.0
License-File: LICENSE.txt
Author: Bruce Zhang
Author-email: zttt183525594@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: beautifulsoup4
Requires-Dist: cachetools
Requires-Dist: feeluown (>=3.8.14)
Requires-Dist: pycryptodome
Project-URL: Homepage, https://github.com/BruceZhang1993/feeluown-bilibili
Description-Content-Type: text/markdown

# Yet another bilibili plugin for FeelUOwn player

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/brucezhang1993/feeluown-bilibili/build.yml?style=for-the-badge)
![Arch Linux package](https://img.shields.io/archlinux/v/extra/any/feeluown-bilibili?style=for-the-badge)
[![PyPI](https://img.shields.io/pypi/v/feeluown_bilibili?style=for-the-badge)](https://img.shields.io/pypi/v/feeluown-bilibili?style=for-the-badge)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/brucezhang1993/feeluown-bilibili?style=for-the-badge)

## Prerequisite

You must have [FeelUOwn](https://github.com/feeluown/FeelUOwn) first

- Python >= 3.10
- FeelUOwn >= 4.1.5

## Installation

### PyPI

https://pypi.org/project/feeluown-bilibili/

```shell
pip install feeluown-bilibili
```

### Arch Linux

https://aur.archlinux.org/packages/feeluown-bilibili

```shell
yay -S feeluown-bilibili
```

## Development

```shell
poetry install
poetry run pre-commit install
```

## License

[GPL-3.0](https://github.com/BruceZhang1993/feeluown-bilibili/blob/master/LICENSE.txt)

## Special notes

- Proudly use [danmaku2ass](https://github.com/m13253/danmaku2ass) to transform danmaku format
- Proudly use [poetry](https://python-poetry.org/) as dependency manager tool

