The OpenTNSim package aims to facilitate the analysis of network performance for different network configurations, fleet compositions and traffic rules.
Project description
OpenTNSim
Open source Transport Network Simulation - Analysis of traffic behaviour on networks for different traffic scenarios and network configurations.
Documentation can be found: here
Book
You can find the opentnsim book, based on the examples in the notebooks folder on the opentnsim-book website.
Installation
Quick Start
Prerequisites:
- Python 3.12 or higher
- pip
- Dependency manager: Poetry or uv (Only need one of them)
If you do not have pip installed, this Python installation guide can guide you through the process. You can read the documentation for other installation methods and a more detailed description.
It is recommended to use either Poetry or uv for as dependency manager. For help on installing, using and trouble shooting these dependencymanagers see Virtual Environments basics folder on opentnsim-book.
User
To install OpenTNSim, you can choose how to install it into your system The set of commands show the three options for pip, Poetry and uv. Choose your desired installation method and enter the corresponding commands in the terminal:
# using pip
pip install opentnsim
# using Poetry
poetry add opentnsim
# using uv
uv add opentnsim
Then also install the extra dependencies used for testing and notebook support:
# using pip
pip install opentnsim[testing]
# using Poetry
poetry add opentnsim[testing]
# using uv
uv add opentnsim[testing]
Local Development: Contributing & Notebooks
If you want to contribute or run notebooks follow the steps below:
Clone the repository Clone the repository and navigate to the location on your local machine
# Use git to clone OpenTNSim
git clone git://github.com/TUDelft-CITG/OpenTNSim
cd opentnsim
Using uv install packages.This will also automatically create your virtual environment under .venv
uv sync --extra testing
Using Poetry
poetry install --extras testing
Activate your virtual environment:
# Linux
source .venv/bin/activate
# Windows
source .venv\Scripts\activate
You can now run scripts or tests:
## run specific python script
python script.py
# run all tests
pytest
# run single tests
pytest -k test_graph
# run notebooks tests
pytest --nbmake ./notebooks --nbmake-kernel=python3 --ignore ./notebooks/cleanup --ignore ./notebooks/student_notebooks --ignore ./notebooks/broken
# run with coverage
pytest --cov=opentnsim
Working with Jupyter Notebooks
- Check if Jupyter extension is installed with
poetry show ipykerneloruv pip show ipykernel. - Open any
.ipynbfile - Select "opentnsim" kernel. Should look something like:
opentnsim-py3.13.
Examples
The benefit of OpenTNSim is the generic set-up. A number of examples are presented in in the notebooks folder on the opentnsim-book website. Additional examples can be found in the notebooks-folder in this repository.
Book
Based on the examples and docs a book can be generated using the commands make book and cleaned up using make clean-book. These commands are unix only.
Code quality
Code quality is checked using sonarcloud. You can see results on the sonarcloud website. For now we have disabled coverage and duplication checks. These can be enabled when we include coverage measurements and reduce duplication by optimizing the tests.
OpenCLSim
OpenTNSim makes use of the OpenCLSim code. Both packages are maintained by the same team of developers. You can use these packages together, and combine mixins from both packages. When you experience a problem with integrating the two packages, please let us know. We are working towards further integrating these two software packages.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opentnsim-2.2.2.tar.gz.
File metadata
- Download URL: opentnsim-2.2.2.tar.gz
- Upload date:
- Size: 132.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f83220815aa601b57edeaed8cccf3765914cafae1954e351cc722970c0822bad
|
|
| MD5 |
9aae941d2a9d01ab4fdf6ab464afe323
|
|
| BLAKE2b-256 |
3ce1924eb02df538a9115f2a74b9a9e5aaa88f20cd6a5ae60678db24c88182b0
|
Provenance
The following attestation bundles were made for opentnsim-2.2.2.tar.gz:
Publisher:
python-publish.yml on TUDelft-CITG/OpenTNSim
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
opentnsim-2.2.2.tar.gz -
Subject digest:
f83220815aa601b57edeaed8cccf3765914cafae1954e351cc722970c0822bad - Sigstore transparency entry: 872204428
- Sigstore integration time:
-
Permalink:
TUDelft-CITG/OpenTNSim@cb6bdda4a91209eecd223e206317807dda33aead -
Branch / Tag:
refs/tags/v2.2.2 - Owner: https://github.com/TUDelft-CITG
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@cb6bdda4a91209eecd223e206317807dda33aead -
Trigger Event:
release
-
Statement type:
File details
Details for the file opentnsim-2.2.2-py3-none-any.whl.
File metadata
- Download URL: opentnsim-2.2.2-py3-none-any.whl
- Upload date:
- Size: 147.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49f72557d4d3425db2979749cf27d0acd63e1ea1f6716e3677c599d1df28c43a
|
|
| MD5 |
a0a27868cdb4ac7c52b3cd99d66ac75b
|
|
| BLAKE2b-256 |
228ee6d3d5a8b833fe3905816713be2ca76c8a8177a61f4bd8e2f50518911c4c
|
Provenance
The following attestation bundles were made for opentnsim-2.2.2-py3-none-any.whl:
Publisher:
python-publish.yml on TUDelft-CITG/OpenTNSim
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
opentnsim-2.2.2-py3-none-any.whl -
Subject digest:
49f72557d4d3425db2979749cf27d0acd63e1ea1f6716e3677c599d1df28c43a - Sigstore transparency entry: 872204435
- Sigstore integration time:
-
Permalink:
TUDelft-CITG/OpenTNSim@cb6bdda4a91209eecd223e206317807dda33aead -
Branch / Tag:
refs/tags/v2.2.2 - Owner: https://github.com/TUDelft-CITG
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@cb6bdda4a91209eecd223e206317807dda33aead -
Trigger Event:
release
-
Statement type: