Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 600 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 600 Bytes

Data Commons Python Client

This is a python library for accessing the Data Commons API (datacommons.org).

Licence

Apache 2.0

Installation

pip install git+https://github.com/google/datacommons.git

Development

To build and test, install bazel, and run:

    $ bazel build //...
    $ bazel test //...

Changes are submitted to the dev branch first.

Usage

Refer to datacommons/examples directory.

TODO(datacommons): Add link to documentation.

Support

support@datacommons.org

Note: This is not an officially supported Google product.