Metadata-Version: 2.4
Name: showtime-cli
Version: 0.3.22
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.5.11
Requires-Dist: urllib3==2.5.0
Requires-Dist: ratelimit==2.2.1
Requires-Dist: tinydb==4.8.2
Requires-Dist: terminaltables==3.1.10
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: typing-extensions==4.12.2
Provides-Extra: test
Requires-Dist: tox; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# showtime

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

## Installation

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