Metadata-Version: 2.1
Name: phylm
Version: 4.0.1
Summary: Phylm
Home-page: https://github.com/dbatten5/phylm
License: MIT
Author: Dom Batten
Author-email: dominic.batten@googlemail.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: imdbpy (>=2021.4.18,<2022.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Changelog, https://github.com/dbatten5/phylm/releases
Project-URL: Documentation, https://dbatten5.github.io/phylm
Project-URL: Repository, https://github.com/dbatten5/phylm
Description-Content-Type: text/markdown

[![Actions Status](https://github.com/dbatten5/phylm/workflows/Tests/badge.svg)](https://github.com/dbatten5/phylm/actions)
[![Actions Status](https://github.com/dbatten5/phylm/workflows/Release/badge.svg)](https://github.com/dbatten5/phylm/actions)
[![codecov](https://codecov.io/gh/dbatten5/phylm/branch/master/graph/badge.svg?token=P233M48EA6)](https://codecov.io/gh/dbatten5/phylm)

# Phylm

Film data aggregation.

## Motivation

When deciding which film to watch next, it can be helpful to have some key datapoints at
your fingertips, for example, the genre, the cast, the Metacritic score and, perhaps
most importantly, the runtime. This package provides a Phylm class to gather information
from various sources for a given film.

## Help

See the [documentation](https://dbatten5.github.io/phylm) for more details.

## Installation

```bash
pip install phylm
```

## Licence

MIT

