Metadata-Version: 2.1
Name: gtfs-kit
Version: 5.1.2
Summary: A Python 3.7+ library for analyzing GTFS feeds.
Home-page: https://github.com/mrcagney/gtfs_kit
License: MIT
Author: Alex Raichev
Author-email: araichev@mrcagney.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: folium (<1)
Requires-Dist: geopandas (<1)
Requires-Dist: json2html (<2)
Requires-Dist: pandas (<2)
Requires-Dist: pycountry (<20)
Requires-Dist: requests (<3)
Requires-Dist: rtree (<1)
Requires-Dist: shapely (<2)
Requires-Dist: utm (<1)
Project-URL: Documentation, https://mrcagney.github.io/gtfs_kit_docs
Project-URL: Repository, https://github.com/mrcagney/gtfs_kit
Description-Content-Type: text/x-rst

GTFS Kit
********
.. image:: https://travis-ci.org/mrcagney/gtfs_kit.svg?branch=master
    :target: https://travis-ci.org/mrcagney/gtfs_kit

GTFS Kit is a Python 3.7+ kit for analyzing `General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>`_ data in memory without a database.
It uses Pandas and Shapely to do the heavy lifting.

This project supersedes `GTFSTK <https://github.com/mrcagney/gtfstk>`_.


Installation
=============
``pip install gtfs_kit``.


Examples
========
Examples are in the Jupyter notebook ``notebooks/examples.ipynb``.


Authors
=========
- Alex Raichev, 2019-09


Documentation
=============
On Github Pages `here <https://mrcagney.github.io/gtfs_kit_docs>`_.


Notes
=====
- Development status is Alpha
- This project uses semantic versioning
- Thanks to `MRCagney <http://www.mrcagney.com/>`_ for donating to this project
- Constructive feedback and code contributions welcome. Please issue pull requests into the ``develop`` branch and include tests.

