Metadata-Version: 2.1
Name: streamlink-repo
Version: 1.0.4
Summary: Unofficial Plugin repository implementation for streamlink-cli.
Author: Parrot Developers
Description-Content-Type: text/markdown
License-File: LICENSE

# Streamlink-Repo


[![License](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)


Streamlink-Repo is an unofficial plugin repository implementation for the streamlink-cli. It adds repository functionality to the streamlink command-line interface (CLI). Please note that this project is not affiliated with the official Streamlink project.

## Installation

You can install Streamlink-Repo using pip:

```shell
pip install streamlink-repo
```

## Prerequisites

Streamlink-Repo has the following dependencies that will be installed automatically:

- pyinquirer
- colorama
- tqdm

## Usage

After installation, you can use the `streamlink-repo` command to access the repository functionality within the streamlink-cli. Simply run:

```shell
streamlink-repo
```

This command will launch the Streamlink-Repo application, where you can browse and install plugins from the unofficial repositories and add your own repositories.

## License

Streamlink-Repo is licensed under the Mozilla Public License 2.0 (MPL2). You can find the full text of the license in the `LICENSE` file of this project.

