Note
The code in this repository has been made public as-is for informational purposes. The repository may use private resources for the building and execution of the code. For example, private registries may be used for dependency resolution.
The documentation may refer to restricted URLs.
Repo to keep information about the GDC data model design.
This project replaces gdcdatamodel to overcome the challenges and obscurity associated with using gdcdatamodel. The resulting code is readable, passes static and linting checks, and completely removes delays from dictionary load times.
- Python >= 3.10
At this time the dependencies: gdcdictionary and psqlgraph will have to be independenty assembled as they are not available for download from the public pypi repository.
- Python >= 3.9 environment
toxinstalled e.g.,pip install tox
Run tests with:
tox