Metadata-Version: 2.1
Name: census-api
Version: 0.0.2
Summary: Python wrapper to query the US Census API
Home-page: https://github.com/chrispyles/census_api
Author: Chris Pyles
Author-email: cpyles@berkeley.edu
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Census API Package

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/chrispyles/census_api/master?filepath=demo%2Fcensus_api-demo.ipynb)

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

## Installation

You can install `census_api` using pip.

```bash
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!

