Metadata-Version: 2.1
Name: opentnsim
Version: 1.0.0
Summary: The OpenTNSim package aims to facilitate the analysis of network performance for different network configurations, fleet compositions and traffic rules.
Home-page: https://github.com/TUDelft-CITG/OpenTNSim
Author: Mark van Koningsveld
Author-email: m.vankoningsveld@tudelft.nl
License: mit
Description: [![Documentation](https://img.shields.io/badge/sphinx-documentation-informational.svg)](https://opentnsim.readthedocs.io/)
        [![License: MIT](https://img.shields.io/badge/License-MIT-informational.svg)](https://github.com/TUDelft-CITG/Transport-Network-Analysis/blob/master/LICENSE.txt)
        [![DOI](https://zenodo.org/badge/145843547.svg)](https://zenodo.org/badge/latestdoi/145843547)
        
        [![CircleCI](https://circleci.com/gh/TUDelft-CITG/OpenTNSim.svg?style=svg&circle-token=59b1f167ed771129459d86e822fd2faaae8f4a34)](https://circleci.com/gh/TUDelft-CITG/OpenTNSim)
        [![Coverage](https://artifact-getter.herokuapp.com/get_coverage_badge?circle_url=https://circleci.com/gh/TUDelft-CITG/OpenTNSim&circle_token=727b95b70301407d3c0af44e1af2039fd9486f6faoutput=str)](https://artifact-getter.herokuapp.com/get_coverage_report?circle_url=https://circleci.com/gh/TUDelft-CITG/OpenTNSim&circle_token=727b95b70301407d3c0af44e1af2039fd9486f6f)
        
        # OpenTNSim
        
        **Open** source **T**ransport **N**etwork **Sim**ulation -  Analysis of traffic behaviour on networks for different traffic scenarios and network configurations. 
        
        Documentation can be found: [here](https://opentnsim.readthedocs.io/)
        
        ## Installation
        
        To install OpenTNSim, run this command in your terminal:
        
        ``` bash
        pip install opentnsim
        ```
        
        This is the preferred method to install OpenTNSim, as it will always install the most recent stable release.
        
        If you don not have [pip](https://pip.pypa.io) installed, this [Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) can guide you through the process.
        
        You can read the [documentation](https://opentnsim.readthedocs.io/en/latest/installation.html) for other installation methods.
        
        ## Examples
        
        The benefit of OpenTNSim is the generic set-up. A number of examples are presented in a seperate [Jupyter Notebook repository](https://github.com/TUDelft-CITG/OpenTNSim-Notebooks). Information on how to use the notebooks is presented in that repository as well.
        
Keywords: OpenTNSim
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: testing
