census-api

Python wrapper to query the US Census API


License
BSD-3-Clause
Install
pip install census-api==0.0.2

Documentation

Census API Package

Binder

This package is a wrapper for querying the US Census API.

Installation

You can install census_api using pip.

pip install census_api

Branches

The master branch contains the current state of census_api as it is hosted on PyPI. The dev branch contains the next version of census_api in development. Do not commit directly to the master branch. Make commits in the dev branch and then PR to the master branch before uploading to PyPI.

Changelog

v0.0.2:

  • Fixed __init__.py import error

v0.0.1:

  • Initial release!