Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 410 Bytes

File metadata and controls

25 lines (16 loc) · 410 Bytes

Python API Development

The Python API currently supports python>=3.7.

To test, run:

./run_tests.sh -p

To debug the continuous integration tests, run:

gcloud builds submit . --project=datcom-ci --config=cloudbuild.yaml

Both commands will run the same set of tests.

To run the examples:

python -m datacommons.examples.XXX

where XXX is the module you want to run.