Metadata-Version: 2.4
Name: pyrail-uk
Version: 0.1.0
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.13
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: cachetools
Provides-Extra: development
Requires-Dist: pytest; extra == "development"
Requires-Dist: pytest-sugar; extra == "development"
Requires-Dist: pyrefly; extra == "development"
Requires-Dist: ruff; extra == "development"
Requires-Dist: black; extra == "development"
Requires-Dist: isort; extra == "development"
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)
