Metadata-Version: 2.1
Name: openclsim
Version: 1.2.2
Summary: The OpenCLSim package aims to facilitate rule based planning of cyclic activities and in depth comparison of different system concepts.
Home-page: https://github.com/TUDelft-CITG/openclsim
Author: Mark van Koningsveld
Author-email: m.vankoningsveld@tudelft.nl
License: mit
Description: [ ![Documentation](https://img.shields.io/badge/sphinx-documentation-informational.svg)](https://openclsim.readthedocs.io)
        [ ![License: MIT](https://img.shields.io/badge/License-MIT-informational.svg)](https://github.com/TUDelft-CITG/OpenCLSim/blob/master/LICENSE.txt)
        [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3730616.svg)](https://doi.org/10.5281/zenodo.3730616)
        
        [![CircleCI](https://circleci.com/gh/TUDelft-CITG/OpenCLSim.svg?style=svg&circle-token=fc95d870dc21fdf11e1ebc02f9defcd99212197a)](https://circleci.com/gh/TUDelft-CITG/OpenCLSim)
        
        # OpenCLSim
        
        **Open** source **C**omplex **L**ogistics **Sim**ulation - Rule driven scheduling of cyclic activities for in-depth comparison of alternative operating strategies.
        
        Documentation is found [here](https://openclsim.readthedocs.io).
        
        ## Installation
        
        To install OpenCLSim, run this command in your terminal:
        
        ``` bash
        pip install openclsim
        ```
        
        This is the preferred method to install OpenCLSim, 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://openclsim.readthedocs.io/en/latest/installation.html) for other installation methods.
        
        ## Examples
        
        The benefit of OpenCLSim is the generic set-up. This set-up allows the creation of complex logistical flows. A number of examples are presented in a seperate [Jupyter Notebook repository](https://github.com/TUDelft-CITG/OpenCLSim-Notebooks). Information on how to use the notebooks is presented in that repository as well.
        
Keywords: OpenCLSim
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
