Metadata-Version: 2.1
Name: pyfl
Version: 0.1.0
Summary: A python library that takes information from the Transport For London API
Home-page: https://github.com/wotanut/pyfl
Author: wotanut
Author-email: wotanutt@gmail.com
License: "MIT"
Project-URL: Bug Tracker, https://github.com/wotanut/pyfl/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![tests](https://github.com/wotanut/pyfl/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/wotanut/pyfl/actions/workflows/test.yml)

## Features
- Active python library developed specifically for the TFL API
- syncrhonous
- Object Orientated Code

## Installation

To install the latest and most stable version:
```
pip install pyfl
```

To install the development version (not recommended):
```
pip install git+https://github.com/wotanut/pyfl.git
```

Or via git
```
git clone https://github.com/wotanut/pyfl
```

## Useful links
- [PyPI](https://pypi.org/project/pyfl/)
- [Documentation](https://pyflib.readthedocs.io/en/latest/)
- [Discord Server](https://discord.gg/2w5KSXjhGe)
- [Watch me live stream the code here](https://www.youtube.com/channel/UCIVkp1F5JSyE0IKALyPW5sg)
