{"id":34082542,"url":"https://github.com/physicsofmobility/ridepy","last_synced_at":"2026-04-09T14:05:59.163Z","repository":{"id":150269262,"uuid":"282436139","full_name":"PhysicsOfMobility/ridepy","owner":"PhysicsOfMobility","description":"Simulates a dispatching algorithm serving exogenous transportation requests with a fleet of vehicles. Does not simulate the universe, unlike MATSim. Batteries are included.","archived":false,"fork":false,"pushed_at":"2025-06-11T14:18:52.000Z","size":1037,"stargazers_count":9,"open_issues_count":50,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-24T23:44:06.005Z","etag":null,"topics":["research","ridepooling","simulation"],"latest_commit_sha":null,"homepage":"https://ridepy.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhysicsOfMobility.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-07-25T12:07:41.000Z","updated_at":"2025-10-21T00:16:18.000Z","dependencies_parsed_at":"2023-12-16T17:02:53.114Z","dependency_job_id":"631b8c5b-0177-4f00-832b-c29883d34668","html_url":"https://github.com/PhysicsOfMobility/ridepy","commit_stats":{"total_commits":161,"total_committers":7,"mean_commits":23.0,"dds":0.5900621118012422,"last_synced_commit":"602f13c0d087249757c97d329be739fc7eb18d16"},"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/PhysicsOfMobility/ridepy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhysicsOfMobility%2Fridepy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhysicsOfMobility%2Fridepy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhysicsOfMobility%2Fridepy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhysicsOfMobility%2Fridepy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhysicsOfMobility","download_url":"https://codeload.github.com/PhysicsOfMobility/ridepy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhysicsOfMobility%2Fridepy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27728257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["research","ridepooling","simulation"],"created_at":"2025-12-14T12:19:17.281Z","updated_at":"2025-12-14T12:19:19.142Z","avatar_url":"https://github.com/PhysicsOfMobility.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|joss| |Code style: black| |Tests| |Docs| |wheel| |sdist|\n\nRidePy\n======\n\nRidePy is a scientific Python library for simulating modern on-demand transit systems such as ridepooling.\n\nIn short: RidePy simulates a dispatching algorithm serving exogenous transportation requests with a fleet of vehicles. Does not simulate the universe, unlike MATSim. Batteries are included.\n\nHead over to `ridepy.org \u003cridepy doc_\u003e`__ to get started. You might also be interested in our `paper \u003chttps://doi.org/10.21105/joss.06241\u003e`__ published in the Journal of Open Source Software.\n\nQuickstart\n----------\n\nFor detailed instructions, see the `installation guide \u003chttps://ridepy.org/howto/install-ridepy\u003e`__ in the documentation.\n\nIf you're in a hurry, here's the gist:\n\n- RidePy currently works best with Python 3.9\n- If you are on platform other than x86-64 Linux, i.e., one that we don't offer wheels for, you will need to first set up a C++ build environment and the `Boost C++ libraries \u003chttps://www.boost.org/\u003e`__. On Debian-like systems, this is easily accomplished with\n\n.. code-block:: bash\n\n   sudo apt-get install build-essential libboost-all-dev\n\n- Install RidePy with\n\n.. code-block:: bash\n\n   pip install ridepy\n\nContributing\n------------\n\nWe are always happy for contributions from the community. If you run into a problem, please `report an issue \u003chttps://ridepy.org/howto/report-an-issue\u003e`__ or `ask for help \u003chttps://ridepy.org/howto/obtain-support\u003e`__.\n\nIf you are interested in contributing to our codebase, please read our `contributing guide \u003chttps://ridepy.org/howto/contribute\u003e`__.\n\nHere is a short overview of the most important points:\n\nResources\n~~~~~~~~~\n\n- Documentation: `ridepy.org \u003cridepy doc_\u003e`__\n- Source code: `GitHub \u003chttps://github.com/PhysicsOfMobility/ridepy\u003e`__\n- Issue tracker: `GitHub \u003chttps://github.com/PhysicsOfMobility/ridepy/issues\u003e`__\n\nCode style\n~~~~~~~~~~\n\n- Python: `black \u003chttps://github.com/psf/black\u003e`__\n- C++: `LLVM \u003chttps://llvm.org/docs/CodingStandards.html\u003e`__\n\nDevelopment\n~~~~~~~~~~~\n\n- Version control: `Git \u003chttps://git-scm.com/\u003e`__\n- Testing: `pytest \u003chttps://docs.pytest.org/en/stable/\u003e`__\n- Continuous integration: `GitHub Actions \u003chttps://github.com/PhysicsOfMobility/ridepy/actions\u003e`__\n- Versioning: `Semantic Versioning \u003chttps://semver.org/\u003e`__\n\n.. http://mozillascience.github.io/working-open-workshop/contributing/\n\n..\n    ---------\n    Badges\n    ---------\n\n.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n\n.. |Docs| image:: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-doc.yml/badge.svg\n   :target: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-doc.yml\n\n.. |Tests| image:: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/python-testing.yml/badge.svg\n   :target: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/python-testing.yml\n\n.. |wheel| image:: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-wheel.yml/badge.svg\n   :target: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-wheel.yml\n\n.. |sdist| image:: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-sdist.yml/badge.svg\n   :target: https://github.com/PhysicsOfMobility/ridepy/actions/workflows/build-sdist.yml\n\n.. |joss| image:: https://joss.theoj.org/papers/10.21105/joss.06241/status.svg\n   :target: https://doi.org/10.21105/joss.06241\n\n.. _ridepy doc: https://ridepy.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphysicsofmobility%2Fridepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphysicsofmobility%2Fridepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphysicsofmobility%2Fridepy/lists"}