Metadata-Version: 2.1
Name: pythonmatsim
Version: 0.1.0
Summary: A package to use MATSim from Python
Home-page: https://github.com/matsim-eth/python-matsim
Author: Thibaut Dubernet
Author-email: thibaut.dubernet@ivt.baug.ethz.ch
License: GNU GPL 3.0
Description: [![Build Status](https://travis-ci.org/matsim-eth/python-matsim.svg?branch=master)](https://travis-ci.org/matsim-eth/python-matsim)
        
        Python API for MATSim
        =====================
        
        This is a Python API to interact with the MATSim Software.
        It is mostly meant for teaching MATSim to non-programmers without loosing too much
        of the ability to configure, modify and analyse MATSim runs.
        
        Roadmap
        ---------
        
        This is a wish-list of what should be there by Fall 2019:
        
        * [x] Fast (enough) event handling
        * [ ] Fast (enough) data manipulation
        * [x] Good enough IDE support for scenario and config
        * [ ] Deploy to PyPi and conda-forge
        
        Changelog
        ---------
        
        - **Next version - unreleased**
        
        - **0.1.0 - 2019-08-26**
            - static type hints for all java classes 
            - protocol-buffer based event communication
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Java
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
