Prototype for the OKFN/ClimateAcademy/SemanticClimate AILL project. Style and layout follow amilib and encyclopedia.
Date: 2025-02-28
aill/– Python package (code)docs/– Documentationtemp/– Temporary/output files (not committed; see amilib style guide)test/– Tests andtest/resourcesfor test data
pip install -e .
pip install -r requirements.txtpytest test/ -vSee ../amilib/docs/style_guide_compliance.md: absolute imports, empty __init__.py unless agreed, Path(Resources.TEMP_DIR, ...) for temp paths, assert (not return False) in tests, no mocks.