Metadata-Version: 2.1
Name: drex
Version: 0.0.242
Summary: DRex package
Author-email: "Maxime, Dante, Haochen" <dantsanc@pa.uc3m.es>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy

# D-rex

Dynamic replication for heterogeneous storage nodes.

Maxime GONTHIER - Dante - Haochen


First start a virtual environment.

```bash
python3 -m venv venv  
. venv/bin/activate
```

Install requirements:

```
pip install -e .
```

Execution:

```bash
python3 -m test.drex-test    
```

(sudo if not in editable repository ;))
