Metadata-Version: 2.1
Name: pypums
Version: 0.0.2
Summary: Download Public Use Micro Sample (PUMS) data files from US Census Bureu's FTP server.
Home-page: https://github.com/chekos/pypums
Author: Sergio Sánchez Zavala
Author-email: sergio@cimarron.io
License: MIT license
Keywords: pypums
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Click (>=6.0)
Requires-Dist: us (>=1.0)
Requires-Dist: tqdm (>=4.31)
Requires-Dist: requests (>=2.21)
Requires-Dist: dataclasses (>=0.6)

======
pypums
======


.. image:: https://img.shields.io/pypi/v/pypums.svg
        :target: https://pypi.python.org/pypi/pypums

.. image:: https://img.shields.io/travis/chekos/pypums.svg
        :target: https://travis-ci.org/chekos/pypums

.. image:: https://readthedocs.org/projects/pypums/badge/?version=latest
        :target: https://pypums.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Download Public Use Micro Sample (PUMS) data files from US Census Bureau's FTP server.


* Free software: MIT license
* Documentation: https://pypums.readthedocs.io.


Features
--------

* TODO
  * add support for multiple surveys. Right now it defaults to ACS only.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.2 (2019-05-09)
------------------

0.0.1 (2019-04-29)
------------------

* First release on PyPI.


