Repository containing code that might be useful for the wider DS team.
To install all libraries in this repo at once:
pip install git+https://github.com/BLSQ/openhexa-ds-developments.gitThis gives you access to all sub-libraries:
from d2d_development import ...
from pyramid_matcher import ...If you only need one of the sub-libraries, you can install it individually:
# DHIS2-to-DHIS2 development utilities
pip install git+https://github.com/BLSQ/openhexa-ds-developments.git#subdirectory=d2d_development
# Pyramid matching utilities
pip install git+https://github.com/BLSQ/openhexa-ds-developments.git#subdirectory=pyramid_matchingSee each sub-library's README for details: