AquaCrop Python
Project description
AquaCropPy
Crop growth model to address food security and assess the effect of the environment and management on crop production. Python code to run an AquaCrop simulation. AquaCrop was developed by the The Food and Agriculture Organization (FAO).
Building with tests included
This module was built to be tested, released and installed like any other python package. Someday users will be able to pip install it from Pypi.
For now, developers will need to download the repo and instal it in 'editable mode' to avoid having to re-build it:
pip install -e .
Running tests
Leveraging pytest with the pytest-cov module:
pytest -v --cov=aquacroppy
Alternatively, you could run the unit tests with nose:
nosetests --with-coverage --cover-package=aquacroppy -v
Test Driven Development
The idea is to only write code that meets a specification. Generally speaking, the specifications are the tests.
Here is a sample workflow:
- start with a test suite that passes
- write a test for code that does not yet exist
- run the test, (confirm that it fails)
- write the minimal amount of code to get the test to pass
- run the entire test suite again (confirm that new code doesn't break other parts of the application)
- commit code repository
- repeat
Building distribution
After checking out the repo, run the following command if you want to generate distributions:
python3 setup.py sdist bdist_wheel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aquacroppy-0.0.0.3.tar.gz
.
File metadata
- Download URL: aquacroppy-0.0.0.3.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d29ef806f29d6b1197c05806750837b2bd0754ad9e9f37c5724b566e1eaf290 |
|
MD5 | 4ac8976c6c6f38871f00709c3d77fe2f |
|
BLAKE2b-256 | 769198f1e745532853bba0a1fa0c0a9ba0f6d87ade6c46a2d3ad330848647732 |
File details
Details for the file aquacroppy-0.0.0.3-py3-none-any.whl
.
File metadata
- Download URL: aquacroppy-0.0.0.3-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce71818e1295ad7e1f13715463384390f74c933ba21755ca95c02d99018c4ae5 |
|
MD5 | 3259c4cf193d9596cbe39bef731043a7 |
|
BLAKE2b-256 | bddfc484004cdb39c356bb29dfadb7004cb5a9770e093c8ccff81b9021f58195 |