The Python API currently supports python>=3.7.
To test, run:
./run_tests.sh -pTo debug the continuous integration tests, run:
gcloud builds submit . --project=datcom-ci --config=cloudbuild.yamlBoth commands will run the same set of tests.
To run the examples:
python -m datacommons.examples.XXXwhere XXX is the module you want to run.