Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrispyles/census_api

Python package to query the Census API
https://github.com/chrispyles/census_api

Last synced: 11 days ago
JSON representation

Python package to query the Census API

Awesome Lists containing this project

README

        

# 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.3:**

* Changed return protocol for 404 errors

**v0.0.2:**

* Fixed `__init__.py` import error

**v0.0.1:**

* Initial release!