Metadata-Version: 2.1
Name: gtfstools
Version: 0.1.1
Summary: Python GTFS Tools
Author-email: Kevin Nobel <python@2sk.nl>
Project-URL: Homepage, https://github.com/tweska/gtfstools
Project-URL: Bug Tracker, https://github.com/tweska/gtfstools/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Python GTFS Tools

![PyPI](https://img.shields.io/pypi/v/gtfstools?label=pypi%20package)
![Python Version](https://img.shields.io/pypi/pyversions/gtfstools)
![License](https://img.shields.io/github/license/tweska/gtfstools)

GTFS Tools is a Python 3.8+ library to load [GTFS](https://gtfs.org/schedule/)
data into memory. This library is fully build on the standard library and no
external dependencies are required. Note that development is still in Alpha
phase and changes may not be backwards compatible!

## Install
```shell
pip install gtfstools
```

## License
Copyright &copy; 2023 Kevin Nobel

This project is available under the [MIT License](LICENSE).
