Metadata-Version: 2.4
Name: cafein
Version: 0.1.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Dist: geopandas>=0.14
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyrosm>=0.11.0
Requires-Dist: scipy>=1.8
Requires-Dist: shapely>=2.0
Requires-Dist: pyyaml ; extra == 'yaml'
Provides-Extra: yaml
License-File: LICENSE
Summary: Public-transport routing with per-leg distance and emissions tracking
Keywords: public transport,routing,GTFS,OpenStreetMap,emissions,accessibility
Author: Henrikki Tenkanen
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Issue Tracker, https://github.com/cafein-py/cafein/issues
Project-URL: Repository, https://github.com/cafein-py/cafein

# cafein

**cafein** (Cost of Access For Environment and INdividuals) is a Python library
for multimodal routing with accurate per-leg distance and emissions
tracking. 

> **Note**
> cafein is in early development: routing is stop-to-stop (door-to-door
> access/egress from arbitrary coordinates, travel-time matrix computers,
> and leg geometries are under development), and APIs may still change.


