Metadata-Version: 2.4
Name: deltacycle
Version: 0.5.0
Summary: Delta Cycle
Project-URL: Repository, https://github.com/cjdrake/deltacycle.git
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: ipykernel>=6.29.5
Requires-Dist: pytest>=8.3.5
Requires-Dist: pytest-cov>=6.1.1
Requires-Dist: pytest-profiling>=1.8.1
Requires-Dist: ruff>=0.11.9
Requires-Dist: sphinx>=8.2.3
Requires-Dist: sphinx-autobuild>=2024.10.3
Requires-Dist: sphinx-book-theme>=1.1.4

# 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`.
