Metadata-Version: 2.1
Name: pyfax
Version: 2024.2.8
Summary: a Python library for generating teletext tti files
Author-email: Matthew Scroggs <pyfax@mscroggs.co.uk>
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: feedparser
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-autoapi ; extra == "docs"
Requires-Dist: ruff ; extra == "style"
Requires-Dist: flake8 ; extra == "style"
Requires-Dist: mypy ; extra == "style"
Requires-Dist: isort ; extra == "style"
Requires-Dist: pytest ; extra == "test"
Project-URL: documentation, https://pyfax.readthedocs.io/en/latest/
Project-URL: homepage, https://github.com/mscroggs/pyfax
Project-URL: repository, https://github.com/mscroggs/pyfax
Provides-Extra: docs
Provides-Extra: style
Provides-Extra: test

![pyfax](https://raw.githubusercontent.com/mscroggs/pyfax/vyes/logo/logo.png)

pyfax is a Python library that can be used to generate teletext tti files.
These files can be used by [vbit2](https://github.com/peterkvt80/vbit2) to
generate teletext feeds.

## Documentation 
[![Documentation status](https://readthedocs.org/projects/pyfax/badge/?version=latest)](https://pyfax.readthedocs.io/en/latest/?badge=latest)

Documentation of pyfax can be found on [Read the Docs](https://pyfax.readthedocs.io/en/latest/).

## Installation
[![PyPI](https://img.shields.io/pypi/v/pyfax?color=blue&label=PyPI&logo=pypi&logoColor=white)](https://pypi.org/project/pyfax/)

The latest release of pyfax can be installed by running:

```bash
pip3 install pyfax
```

Alternatively, it can be installed by cloning this repo then running:

```bash
pip3 install .
```

## Testing & coverage
[![🕶️](https://github.com/mscroggs/pyfax/actions/workflows/style-checks.yml/badge.svg)](https://github.com/mscroggs/pyfax/actions/workflows/style-checks.yml)
[![🧪](https://github.com/mscroggs/pyfax/actions/workflows/run-tests.yml/badge.svg)](https://github.com/mscroggs/pyfax/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/mscroggs/pyfax/badge.svg?branch=main)](https://coveralls.io/github/mscroggs/pyfax?branch=main)

