Metadata-Version: 2.4
Name: pyrail-uk
Version: 1.0.4
Summary: Python SDK for dealing with the National Rail API
Author-email: Christopher Khoo <khoojinnwei@gmail.com>
License: MIT
Project-URL: repository, https://github.com/thekhoo/pyrail-uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: cachetools
Requires-Dist: deprecation
Provides-Extra: local
Requires-Dist: boto3; extra == "local"
Requires-Dist: boto3-stubs[ssm]; extra == "local"
Requires-Dist: python-dotenv; extra == "local"
Provides-Extra: deploy
Requires-Dist: build; extra == "deploy"
Requires-Dist: twine; extra == "deploy"

# PyRail

An easier way to deal with the National Rail API

## Supported APIs

- [Departure Board with Details](https://raildata.org.uk/dashboard/dataProduct/P-9a01dd96-7211-4912-bcbb-c1b5d2e35609/overview)
- [Reference Data (Stations Only)](https://raildata.org.uk/dashboard/dataProduct/P-c73f0d2a-c233-497d-846b-8354e2cac326/overview)

## P.S.

- I'm sorry for not sticking to v0.X.X for alpha
