Metadata-Version: 2.4
Name: laser.cholera
Version: 0.15.0
Summary: LASIK - LASER based SImulation of Kolera
Keywords: cholera,simulation,laser,spatial modeling
Author: Christopher Lorton, John Giles
Author-email: Christopher Lorton <christopher.lorton@gatesfoundation.org>, John Giles <john.giles@gatesfoundation.org>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: laser-core~=1.0
Requires-Dist: geopandas>=1.1.2
Requires-Dist: h5py
Requires-Dist: scipy
Requires-Dist: tqdm
Requires-Dist: pytest>=9.0.3 ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: uv ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: properdocs>=1.6 ; extra == 'docs'
Requires-Dist: mkdocs-material>=9.5 ; extra == 'docs'
Requires-Dist: mkdocstrings[python]>=0.27 ; extra == 'docs'
Requires-Dist: mkdocs-gen-files>=0.5 ; extra == 'docs'
Requires-Dist: mkdocs-literate-nav>=0.6 ; extra == 'docs'
Requires-Dist: pymdown-extensions>=10.11 ; extra == 'docs'
Requires-Dist: ruff ; extra == 'docs'
Requires-Dist: jupyter ; extra == 'nb'
Requires-Dist: nbconvert>=7.17.1 ; extra == 'nb'
Requires-Dist: nbformat ; extra == 'nb'
Requires-Dist: ipykernel ; extra == 'nb'
Maintainer: Christopher Lorton
Maintainer-email: Christopher Lorton <christopher.lorton@gatesfoundation.org>
Requires-Python: >=3.10
Project-URL: Homepage, https://example.com
Project-URL: Documentation, https://InstituteforDiseaseModeling.github.io/laser-cholera/
Project-URL: Repository, https://github.com/InstituteforDiseaseModeling/laser-cholera.git
Project-URL: Issues, https://github.com/InstituteforDiseaseModeling/laser-cholera/issues
Project-URL: Changelog, https://github.com/InstituteforDiseaseModeling/laser-cholera/blob/master/CHANGELOG.md
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: nb
Description-Content-Type: text/markdown

# LASIK - LASER based SImulation of Kolera

-----

[![documentation](https://img.shields.io/badge/docs-mkdocs--material-blue)](https://InstituteforDiseaseModeling.github.io/laser-cholera/)

![tests](https://github.com/InstituteforDiseaseModeling/laser-cholera/actions/workflows/github-actions.yml/badge.svg)

[![package](https://img.shields.io/pypi/v/laser-cholera.svg)](https://pypi.org/project/laser-cholera/)
![wheel](https://img.shields.io/pypi/wheel/laser-cholera.svg)
![python versions](https://img.shields.io/pypi/pyversions/laser-cholera)
![implementation](https://img.shields.io/pypi/implementation/laser-cholera.svg)
![license](https://img.shields.io/pypi/l/laser-cholera.svg)

![commits since v0.15.0](https://img.shields.io/github/commits-since/InstituteforDiseaseModeling/laser-cholera/v0.15.0.svg)

-----

- `uv` package and project manager: `python3 -m pip install uv`
  - `uv python install 3.10 3.11 3.12 3.13 3.14`
  - in the `laser-cholera` directory:
  - `uv venv` optionally specify `--python #` to use a particular versin of Python in the virtual environment
  - `uv pip install -e .`
