~tfardet/OrgMatt

A library to compute the amounts, properties, and impacts of organic matter and nutrients generated by a population.
Fix doc and also push tags
Support numpy >= 2
Support pint >= 0.24 and fix tests

clone

read-only
https://git.sr.ht/~tfardet/OrgMatt
read/write
git@git.sr.ht:~tfardet/OrgMatt

You can also use your local clone with git send-email.

#OrgMatt: exploring organic matter from human activities

builds.sr.ht status reathedocs status REUSE status GPLv3+ license

Warning: this software is currently in beta and the API may change from one minor version to another.

This Python library provides tools to assess the production and potential use or impacts of organic matter, such as urine and feces, that are generated by human populations.

#Get the data

You can get the data from this git repository using

git clone https://git.sr.ht/~tfardet/OrgMatt

#Installation

Get the required dependencies listed in requirements.txt via:

pip install -r requirements.txt

Then install the library via

pip install .

You can also install it directly via

pip install git+https://git.sr.ht/~tfardet/OrgMatt

#Coverage and testing

The library is well tested, current coverage can be found at the bottom of each build and is typically greater than 90%.

Do not follow this link