Metadata-Version: 2.4
Name: dsac-sim
Version: 0.0.0
Summary: Decentralized Swarm Area Coverage Simulator
Author: Reda Ghanem
License: MIT
Keywords: swarm robotics,area coverage,decentralized robotics,robotics,simulation
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# DSAC-Sim

**Decentralized Swarm Area Coverage Simulator**

DSAC-Sim is a Python simulator for research on decentralized swarm robotics
and area coverage.

> Version `0.0.0` is an initial package reservation release and does not yet
> contain the full simulator implementation.

## Installation

```bash
pip install dsac-sim
```

## Import

```python
import dsac_sim

print(dsac_sim.__version__)
```

## Development

Clone the repository and install it in editable mode:

```bash
pip install -e .
```

Run the tests with:

```bash
python -m pytest
```

## Project information

- Software name: `DSAC-Sim`
- Full name: `Decentralized Swarm Area Coverage Simulator`
- PyPI distribution name: `dsac-sim`
- Python import package: `dsac_sim`
- Current version: `0.0.0`

## Citation

If DSAC-Sim is used in academic work, cite it according to the project
citation information provided in a future release.
