Quetzal

A modeling library designed for transport planning and traffic forecasts.
https://github.com/systragroup/quetzal

Category: Consumption
Sub Category: Mobility and Transportation

Last synced: about 23 hours ago
JSON representation

Repository metadata

Quetzal is a modeling library designed for transport planning and traffic forecasts

README.md

quetzal

What is it?

quetzal is a Python package providing flexible models for transport planning and traffic forecasting. Quetzal is highly optimized to run fast on big cities.

(c) SYSTRA

License

CeCILL-B

Documentation

The official documentation is hosted on https://systragroup.github.io/quetzal

Backward compatibility

In order to improve the ergonomics, the code may be re-factored and a few method calls may be re-designed. As a consequence, the backward compatibility of the library is not guaranteed. Therefore, the version of quetzal used for a project should be specified in its requirements.

Installation

https://pypi.org/project/quetzal-transport/

pip install quetzal-transport

Installation from sources

For Linux

poetry

  1. You may need to set the default (or local) python version in the project
pyenv local 3.12
  1. install dependancies (this will create a new virtualenv)
poetry install
  1. activate the env
poetry shell
  1. (optional) add the env to ipykernel (to use in jupyter)
python -m ipykernel install --user --name=quetzal_env

For Windows

Anaconda 3 + Python 3.12 is supposed to be installed

To create quetzal_env automatically and install quetzal, open anaconda prompt and
run windows-install batch file

(base) C:users\you\path\to\quetzal> windows-install.bat

press enter to accept default environment name or enter a custom name

If you are facing SSL issues

(base) pip config set global.trusted-host "pypi.org files.pythonhosted.org"
(base) C:users\you\path\to\quetzal> windows-install.bat

security warning: the host is added to pip.ini

If you are facing DLL or dependencies issues

Anaconda and Pip do not get along well, your Anaconda install may have been corrupted at some point.

  • Remove your envs
  • Uninstall Anaconda
  • Delete your Python and Anaconda folders (users\you\Anaconda3, users\you\Appdata\Roaming\Python, ...etc)
  • Install Anaconda

Tests

to run unittest:

poetry run python -W ignore -m unittest discover

Deploying

  1. change the version in pyproject.toml
[tool.poetry]
name = "quetzal-transport"
version = "3.1.1"
  1. edit CHANGELOG.md with the changes
## [3.1.1] (2026-01-15)
## changes
* some changes
  1. create a tag matching the version (starting with v)
git tag -a v3.1.1 -m 'description'
  1. push the tag
git push origin v3.1.1

that's it. A Github action will

  • build
  • create a release
  • update the package on pipy.

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 884
Total Committers: 27
Avg Commits per committer: 32.741
Development Distribution Score (DDS): 0.631

Commits in past year: 146
Committers in past year: 8
Avg Commits per committer in past year: 18.25
Development Distribution Score (DDS) in past year: 0.274

Name Email Commits
Simon Boivin s****n@s****m 326
CHASSERIEAU Quentin q****u@s****o 179
Robin Goix r****x@s****m 93
rgoix r****x@s****o 85
simon fortin s****n@s****m 36
FORTIN Simon s****n@s****o 35
Quentin Chasserieau 3****u 31
BOIVIN Simon s****n@s****o 26
Bo Wen 5****l 12
Simon Fortin s****n@L****o 10
HOLVOET Alice h****e@g****m 8
LARY Martin m****1@s****o 7
LARY Martin m****y@s****o 7
sfortin 5****4 6
dgarceries d****s@s****m 4
Siyu Lin S****n@t****a 4
RobinGoix r****g@g****m 2
Cyrille Pontvieux c****x@s****m 2
Marlin Arnz m****z@w****e 2
MartinLary93 m****1@s****m 2
mlaune m****e@s****m 1
arthurdehgan a****n@s****m 1
safth s****4@g****m 1
CHOPY Simon s****y@s****o 1
Simon Fortin s****f@D****V 1
Simon Fortin s****f@p****n 1
simon.fortin564@gmail.com s****f@M****l 1

Committer domains:


Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 16
Total pull requests: 155
Average time to close issues: 2 months
Average time to close pull requests: 4 months
Total issue authors: 11
Total pull request authors: 9
Average comments per issue: 2.38
Average comments per pull request: 0.25
Merged pull request: 101
Bot issues: 0
Bot pull requests: 46

Past year issues: 1
Past year pull requests: 17
Past year average time to close issues: 16 days
Past year average time to close pull requests: 21 days
Past year issue authors: 1
Past year pull request authors: 4
Past year average comments per issue: 1.0
Past year average comments per pull request: 0.88
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 9

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/systragroup/quetzal

Top Issue Authors

  • marlinarnz (4)
  • orlandombaa (3)
  • siforf564 (1)
  • ha-mish (1)
  • anjailg (1)
  • BarbaraFl (1)
  • sfortinsystra (1)
  • pe712 (1)
  • FrancoisPoinsignon (1)
  • RobinGoix (1)
  • qchasserieau (1)

Top Pull Request Authors

  • sboivinsystra (49)
  • dependabot[bot] (46)
  • qchasserieau (42)
  • siforf564 (6)
  • RobinGoix (5)
  • bwentl (4)
  • jrd (1)
  • sfortinsystra (1)
  • davent9 (1)

Top Issue Labels

  • bug (1)

Top Pull Request Labels

  • dependencies (46)
  • python (9)
  • enhancement (1)

Package metadata

pypi.org: quetzal-transport

modeling library for transport planning

  • Homepage:
  • Documentation: https://systragroup.github.io/quetzal
  • Licenses: CECILL-B
  • Latest release: 3.8.6 (published 11 days ago)
  • Last Synced: 2026-08-30T22:32:52.504Z (2 days ago)
  • Versions: 19
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 798 Last month
  • Rankings:
    • Dependent packages count: 7.749%
    • Downloads: 14.258%
    • Average: 21.942%
    • Dependent repos count: 43.818%
  • Maintainers (1)

Dependencies

pyproject.toml pypi
  • jupytext ^1.19.1 develop
  • pip-chill * develop
  • twine ^6.2.0 develop
  • boto3 *
  • fast-dijkstra *
  • geopandas *
  • geopy *
  • gtfs-kit 6.1.0
  • ipywidgets *
  • matplotlib *
  • networkx *
  • notebook <7.0
  • numba *
  • numpy *
  • openmatrix *
  • openpyxl *
  • pandas <3.0
  • polars *
  • pyarrow *
  • pydantic *
  • python >=3.12,<3.14
  • rasterio *
  • ruff *
  • s3fs *
  • scikit-learn *
  • scipy *
  • seaborn *
  • tqdm *
  • xlrd *
  • zstandard *
poetry.lock pypi
  • 197 dependencies
.github/workflows/build_push.yml actions
  • actions/checkout v5 composite
  • actions/setup-python v5 composite
  • softprops/action-gh-release v2 composite
uv.lock pypi
  • 183 dependencies

Score: 14.039640822317022