Metadata-Version: 2.1
Name: ziptool
Version: 0.0.1.dev7
Summary: A tool for aggregating Census data at the ZIP code level
Home-page: https://github.com/joshuaneronha/ziptool
License: MIT
Keywords: census
Author: Joshua Neronha
Author-email: joshua_neronha@brown.edu
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Rtree (>=0.9.7,<0.10.0)
Requires-Dist: fastparquet (>=0.8.0,<0.9.0)
Requires-Dist: geopandas (>=0.10.2,<0.11.0)
Requires-Dist: ipumspy (>=0.1.0,<0.2.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: us (>=2.0.2,<3.0.0)
Requires-Dist: wquantiles (>=0.6,<0.7)
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/ziptool/badge/?version=latest)](https://ziptool.readthedocs.io/en/latest/?badge=latest)

# ZIPtool

This tool is designed to analyze microdata from the American Community Survey (ACS) on a ZIP-code level. The Census Bureau publishes microdata only on a Public Use Microdata Area (PUMA) basis, so this package converts ZIP to PUMA and returns the relevant data as either summary statistics or the raw data.

### Requirements

This project requires Python 3.8.0 or higher. Install using:

### Getting Started

You can find the project's documentation <a href = https://ziptool.readthedocs.io/>here</a>.

### Development

This project is in the early stages of development, so please email <a href = mailto:joshua_neronha@brown.edu>joshua_neronha@brown.edu</a> with any problems you may encounter!

