Metadata-Version: 2.1
Name: coddj
Version: 0.1.0
Summary: Personal package for playing youtube audio
License: MIT
Author: Dylan Garrett
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: google-api-python-client (>=2.74.0,<3.0.0)
Requires-Dist: pafy (>=0.5.5,<0.6.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: pyinquirer (>=1.0.3,<2.0.0)
Requires-Dist: python-dotenv (>=0.21.1,<0.22.0)
Requires-Dist: python-vlc (>=3.0.18121,<4.0.0)
Requires-Dist: youtube-dl (>=2021.12.17,<2022.0.0)
Description-Content-Type: text/markdown

# coddj

Personal package for playing youtube audio

## Installation

```bash
$ pip install coddj
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`coddj` was created by Dylan Garrett. It is licensed under the terms of the MIT license.

## Credits

`coddj` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

