Metadata-Version: 2.1
Name: orsim
Version: 0.2.0
Summary: Distributed Agent based Simulation Library
Home-page: https://github.com/IORA-NUS/orsim
Author: iora_dev_team
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

=============================================================
ORSim: Open Source Distributed Agent Based Simulation Library
=============================================================


.. image:: https://img.shields.io/pypi/v/orsim.svg
        :target: https://pypi.python.org/pypi/orsim

.. image:: https://readthedocs.org/projects/orsim/badge/?version=latest
        :target: https://orsim.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


ORSim is born out of a development Program called OpenRoad which is a set of libraries, tools and solvers to make research on Geo-Spatial problems Accessible.

OR in ORSim can refer to the Originating Project OpenRoad. It also refers to Operations Research and the Supporting Research lab IORA.


ORSim aims to be technology and platform Neutral even though the early versions are closely tied to other Open Source tech stacks such as RabbitMQ.


* Free software: MIT license
* Documentation: https://orsim.readthedocs.io.

Build & Upload Instructions
---------------------------
.. code-block:: console

        $ commit
        $ bumpversion [patch, minor, major]
        $ python setup.py sdist bdist_wheel
        $ twine upload dist/*0.1.3* (use appropriate version number)


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


