Metadata-Version: 2.1
Name: mov-cli-test
Version: 1.0.1
Summary: A mov-cli plugin that let's you test mov-cli's capabilities by watching free films and animations in the creative commons.
Author-email: Goldy <goldy@devgoldy.xyz>
License: MIT License
        
        Copyright (c) 2024 Goldy
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: GitHub, https://github.com/THEGOLDENPRO/mov-cli-test
Project-URL: BugTracker, https://github.com/THEGOLDENPRO/mov-cli-test/issues
Keywords: amazing mov-cli plugin
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: mov-cli>=4.0.3
Requires-Dist: pytube
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: build; extra == "dev"

<div align="center">

  # mov-cli-test
  <sub>A mov-cli v4 plugin to test mov-cli's capabilities.</sub>

  <img width="900px" src="https://github.com/THEGOLDENPRO/mov-cli-test/assets/66202304/ce7a12e1-9455-428e-88d4-a6946cfa7a79">

</div>

## Installation
Here's how to install and add the plugin to mov-cli.

1. Install the pip package.
```sh
pip install git+https://github.com/THEGOLDENPRO/mov-cli-test
```
2. Then add the plugin to your mov-cli config.
```sh
mov-cli -e
```
```toml
[mov-cli.plugins]
test = "mov-cli-test"
```

## Usage
```sh
mov-cli abc --scraper test.test
```
