Metadata-Version: 2.1
Name: showtime-cli
Version: 0.3.20
Summary: Command line show tracker using the TVMaze public API
Home-page: https://github.com/aquilax/showtime
Author: Evgeniy Vasilev
Author-email: aquilax@gmail.com
License: MIT
Keywords: tv commandline application show tvmaze
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cmd2==2.4.3
Requires-Dist: urllib3==2.1.0
Requires-Dist: ratelimit==2.2.1
Requires-Dist: tinydb==4.8.0
Requires-Dist: terminaltables==3.1.10
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: typing-extensions==4.8.0
Provides-Extra: test
Requires-Dist: tox; extra == "test"

# showtime

Small command line interactive tv show tracker using the TvMaze API.

## Installation

```sh
pip install showtime-cli
```
