.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
docs/.buildinfo
docs/.nojekyll
docs/authors.html
docs/census.html
docs/census_files.html
docs/changelog.html
docs/genindex.html
docs/index.html
docs/license.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_modules/index.html
docs/_modules/publicdata/census/appurl.html
docs/_modules/publicdata/census/bib.html
docs/_modules/publicdata/census/dataframe.html
docs/_modules/publicdata/census/dimensions.html
docs/_modules/publicdata/census/exceptions.html
docs/_modules/publicdata/census/files.html
docs/_modules/publicdata/census/func.html
docs/_modules/publicdata/census/geocode.html
docs/_modules/publicdata/census/groupby.html
docs/_modules/publicdata/census/series.html
docs/_modules/publicdata/census/test.html
docs/_modules/publicdata/census/util.html
docs/_modules/publicdata/census/api/censusapi.html
docs/_modules/publicdata/census/api/generator.html
docs/_modules/publicdata/census/api/url.html
docs/_modules/publicdata/census/api/test/test_censusapi.html
docs/_modules/publicdata/census/censusreporter/exceptions.html
docs/_modules/publicdata/census/censusreporter/generator.html
docs/_modules/publicdata/census/censusreporter/jsonurl.html
docs/_modules/publicdata/census/censusreporter/url.html
docs/_modules/publicdata/census/censusreporter/test/test_censusreporter.html
docs/_modules/publicdata/census/files/appurl.html
docs/_modules/publicdata/census/files/generators.html
docs/_modules/publicdata/census/files/metafiles.html
docs/_modules/publicdata/census/files/url_templates.html
docs/_modules/publicdata/census/test/files/test_appurls.html
docs/_modules/publicdata/census/test/files/test_generators.html
docs/_modules/publicdata/census/test/files/test_issues.html
docs/_modules/publicdata/census/test/files/test_meta.html
docs/_modules/publicdata/census/test/files/test_urls.html
docs/_modules/publicdata/publicdata_census/cli.html
docs/_sources/authors.rst.txt
docs/_sources/census.rst.txt
docs/_sources/census_files.rst.txt
docs/_sources/changelog.rst.txt
docs/_sources/index.rst.txt
docs/_sources/license.rst.txt
docs/_sources/api/modules.rst.txt
docs/_sources/api/publicdata.census.api.rst.txt
docs/_sources/api/publicdata.census.api.test.rst.txt
docs/_sources/api/publicdata.census.censusreporter.rst.txt
docs/_sources/api/publicdata.census.censusreporter.test.rst.txt
docs/_sources/api/publicdata.census.files.rst.txt
docs/_sources/api/publicdata.census.rst.txt
docs/_sources/api/publicdata.census.test.files.rst.txt
docs/_sources/api/publicdata.census.test.rst.txt
docs/_sources/api/publicdata.publicdata_census.rst.txt
docs/_sources/api/publicdata.rst.txt
docs/_static/alabaster.css
docs/_static/basic.css
docs/_static/custom.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.5.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
sphinx/Makefile
sphinx/authors.rst
sphinx/census.rst
sphinx/census_files.rst
sphinx/census_reporter.rst
sphinx/changelog.rst
sphinx/conf.py
sphinx/index.rst
sphinx/license.rst
sphinx/_static/.gitignore
src/publicdata/__init__.py
src/publicdata/census/__init__.py
src/publicdata/census/appurl.py
src/publicdata/census/bib.py
src/publicdata/census/dataframe.py
src/publicdata/census/dimensions.py
src/publicdata/census/exceptions.py
src/publicdata/census/func.py
src/publicdata/census/geocode.py
src/publicdata/census/groupby.py
src/publicdata/census/series.py
src/publicdata/census/util.py
src/publicdata/census/varrep.py
src/publicdata/census/api/__init__.py
src/publicdata/census/api/censusapi.py
src/publicdata/census/api/generator.py
src/publicdata/census/api/url.py
src/publicdata/census/api/test/__init__.py
src/publicdata/census/api/test/test_censusapi.py
src/publicdata/census/censusreporter/__init__.py
src/publicdata/census/censusreporter/exceptions.py
src/publicdata/census/censusreporter/generator.py
src/publicdata/census/censusreporter/jsonurl.py
src/publicdata/census/censusreporter/url.py
src/publicdata/census/censusreporter/test/__init__.py
src/publicdata/census/censusreporter/test/test_censusreporter.py
src/publicdata/census/files/__init__.py
src/publicdata/census/files/appurl.py
src/publicdata/census/files/generators.py
src/publicdata/census/files/metafiles.py
src/publicdata/census/files/url_templates.py
src/publicdata_census.egg-info/PKG-INFO
src/publicdata_census.egg-info/SOURCES.txt
src/publicdata_census.egg-info/dependency_links.txt
src/publicdata_census.egg-info/entry_points.txt
src/publicdata_census.egg-info/not-zip-safe
src/publicdata_census.egg-info/requires.txt
src/publicdata_census.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_basic.py
tests/test_issues.py
tests/test_support.py
tests/travis_install.sh
tests/files/__init__.py
tests/files/test_appurls.py
tests/files/test_generators.py
tests/files/test_issues.py
tests/files/test_meta.py
tests/files/test_urls.py