Metadata-Version: 2.4
Name: deltacycle
Version: 0.5.1
Summary: Delta Cycle
Project-URL: Repository, https://github.com/cjdrake/deltacycle.git
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Delta Cycle

DeltaCycle is a Python library for discrete event simulation (DES).

[Read the docs!](https://deltacycle.rtfd.org) (WIP)

[![Documentation Status](https://readthedocs.org/projects/deltacycle/badge/?version=latest)](https://deltacycle.readthedocs.io/en/latest/?badge=latest)

## Features

## Example

## Installing

DeltaCycle is available on [PyPI](https://pypi.org):

    $ pip install deltacycle

It supports Python 3.12+

## Developing

DeltaCycle's repository is on [GitHub](https://github.com):

    $ git clone https://github.com/cjdrake/deltacycle.git

It is 100% Python, and has no runtime dependencies.
Development dependencies are listed in `requirements-dev.txt`.
