Metadata-Version: 2.1
Name: pyfl
Version: 0.0.8
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
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)

# WIP Package

This package is very much a WIP, please bear with me while I develop it

## 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
there are none yet
