Metadata-Version: 2.1
Name: pyipums
Version: 0.0.2
Summary: A Python package to explore IPUMS data.
License: MIT
Author: Francisco Javier Arceo
Author-email: franciscojavierarceo@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ipumspy (>=0.3.0,<0.4.0)
Requires-Dist: pytest (>=7.3.1,<8.0.0)
Description-Content-Type: text/markdown

# PyPums

PyPums is library for working with data from [IPUMS](https://www.ipums.org/).

If you are looking to make changes to the library I recommend using [poetry](https://python-poetry.org/docs/).
```
poetry env use 3.8
pyenv shell 3.8
poetry shell
```

# License
MIT

