Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrispyles/census_api
- Owner: chrispyles
- License: bsd-3-clause
- Created: 2019-07-01T02:12:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T23:34:43.000Z (about 5 years ago)
- Last Synced: 2024-04-29T09:22:45.412Z (7 months ago)
- Language: Python
- Homepage: https://census_api.chrispyles.io
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!