.coveragerc
.gitignore
.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/changelog.html
docs/commands.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/metapack_build/build.html
docs/_modules/metapack_build/cli/build.html
docs/_modules/metapack_build/cli/edit.html
docs/_modules/metapack_build/cli/new.html
docs/_modules/metapack_build/cli/s3.html
docs/_modules/metapack_build/cli/stats.html
docs/_modules/metapack_build/cli/update.html
docs/_modules/metapack_build/cli/url.html
docs/_modules/metapack_build/package/core.html
docs/_modules/metapack_build/package/csv.html
docs/_modules/metapack_build/package/excel.html
docs/_modules/metapack_build/package/filesystem.html
docs/_modules/metapack_build/package/s3.html
docs/_modules/metapack_build/package/zip.html
docs/_sources/authors.rst.txt
docs/_sources/changelog.rst.txt
docs/_sources/commands.rst.txt
docs/_sources/index.rst.txt
docs/_sources/license.rst.txt
docs/_sources/api/metapack_build.cli.rst.txt
docs/_sources/api/metapack_build.package.rst.txt
docs/_sources/api/metapack_build.rst.txt
docs/_sources/api/modules.rst.txt
docs/_sources/build/GeneratingRows.rst.txt
docs/_sources/build/Geographic.rst.txt
docs/_sources/build/GettingStarted.rst.txt
docs/_sources/build/Transforms.rst.txt
docs/_sources/build/WranglingPackages.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.2.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
docs/build/GeneratingRows.html
docs/build/Geographic.html
docs/build/GettingStarted.html
docs/build/Transforms.html
docs/build/WranglingPackages.html
sphinx/.gitignore
sphinx/Makefile
sphinx/source/authors.rst
sphinx/source/changelog.rst
sphinx/source/commands.rst
sphinx/source/conf.py
sphinx/source/index.rst
sphinx/source/invoke.rst
sphinx/source/license.rst
sphinx/source/_static/.gitignore
sphinx/source/build/GeneratingRows.rst
sphinx/source/build/Geographic.rst
sphinx/source/build/GettingStarted.rst
sphinx/source/build/Transforms.rst
sphinx/source/build/WranglingPackages.rst
src/metapack_build/__init__.py
src/metapack_build/build.py
src/metapack_build/core.py
src/metapack_build/rowgenerator.py
src/metapack_build.egg-info/PKG-INFO
src/metapack_build.egg-info/SOURCES.txt
src/metapack_build.egg-info/dependency_links.txt
src/metapack_build.egg-info/entry_points.txt
src/metapack_build.egg-info/not-zip-safe
src/metapack_build.egg-info/requires.txt
src/metapack_build.egg-info/top_level.txt
src/metapack_build/cli/__init__.py
src/metapack_build/cli/build.py
src/metapack_build/cli/colmap.py
src/metapack_build/cli/edit.py
src/metapack_build/cli/make.py
src/metapack_build/cli/mk.py
src/metapack_build/cli/new.py
src/metapack_build/cli/s3.py
src/metapack_build/cli/stats.py
src/metapack_build/cli/touch.py
src/metapack_build/cli/update.py
src/metapack_build/cli/url.py
src/metapack_build/package/__init__.py
src/metapack_build/package/core.py
src/metapack_build/package/csv.py
src/metapack_build/package/excel.py
src/metapack_build/package/filesystem.py
src/metapack_build/package/s3.py
src/metapack_build/package/zip.py
src/metapack_build/support/__init__.py
src/metapack_build/support/gitignore
src/metapack_build/support/include-simple.mk
src/metapack_build/support/include.mk
src/metapack_build/support/pylib.py
src/metapack_build/support/requirements.txt
src/metapack_build/support/tasks.py
src/metapack_build/support/tox.ini
src/metapack_build/tasks/__init__.py
src/metapack_build/tasks/collection.py
src/metapack_build/tasks/package.py
tests/.gitignore
tests/__init__.py
tests/conftest.py
tests/support.py
tests/test_basic.py
tests/test_ipy.py
tests/test_issues.py
tests/test_packages.py
tests/travis_install.sh
tests/cli/test_cli.sh
tests/test_data/__init__.py
tests/test_data/civicknowledge.com-rcfe_affordability-2015.csv
tests/test_data/datapackage_ex1.csv
tests/test_data/datapackage_ex1_web.csv
tests/test_data/datapackage_ex2.csv
tests/test_data/documents.csv
tests/test_data/empty_resources.csv
tests/test_data/mpurls.csv
tests/test_data/packages.csv
tests/test_data/line/line-oriented-doc-bib.txt
tests/test_data/line/line-oriented-doc-contacts.txt
tests/test_data/line/line-oriented-doc-datafiles.txt
tests/test_data/line/line-oriented-doc-references-1.txt
tests/test_data/line/line-oriented-doc-references-2.txt
tests/test_data/line/line-oriented-doc-root.txt
tests/test_data/line/line-oriented-doc.txt
tests/test_data/notebooks/BibliographyTest.ipynb
tests/test_data/notebooks/ConversionTest.ipynb
tests/test_data/notebooks/GenerateDataTest-executed.ipynb
tests/test_data/notebooks/GenerateDataTest.ipynb
tests/test_data/notebooks/ImportTest.ipynb
tests/test_data/notebooks/MagicsTest.ipynb
tests/test_data/notebooks/SimpleMagicsTest.ipynb
tests/test_data/packages/__init__.py
tests/test_data/packages/example.com/Makefile
tests/test_data/packages/example.com/__init__.py
tests/test_data/packages/example.com/include.mk
tests/test_data/packages/example.com/example.com-colmaps/.gitignore
tests/test_data/packages/example.com/example.com-colmaps/README.md
tests/test_data/packages/example.com/example.com-colmaps/colmap-data_group.csv
tests/test_data/packages/example.com/example.com-colmaps/colmap-gap_map.csv
tests/test_data/packages/example.com/example.com-colmaps/metadata.csv
tests/test_data/packages/example.com/example.com-colmaps/data/data-1.csv
tests/test_data/packages/example.com/example.com-colmaps/data/data-2.csv
tests/test_data/packages/example.com/example.com-colmaps/data/data-3.csv
tests/test_data/packages/example.com/example.com-colmaps/data/data.csv
tests/test_data/packages/example.com/example.com-colmaps/pylib/__init__.py
tests/test_data/packages/example.com/example.com-full-2017-us/__init__.py
tests/test_data/packages/example.com/example.com-full-2017-us/metadata.csv
tests/test_data/packages/example.com/example.com-full-2017-us/notebooks/Test_Notebook.ipynb
tests/test_data/packages/example.com/example.com-full-2017-us/scripts/__init__.py
tests/test_data/packages/example.com/example.com-full-2017-us/scripts/rowgen.py
tests/test_data/packages/example.com/example.com-iterators/.gitignore
tests/test_data/packages/example.com/example.com-iterators/README.md
tests/test_data/packages/example.com/example.com-iterators/metadata.csv
tests/test_data/packages/example.com/example.com-iterators/data/data.csv
tests/test_data/packages/example.com/example.com-iterators/pylib/__init__.py
tests/test_data/packages/example.com/example.com-notebook/metadata.csv
tests/test_data/packages/example.com/example.com-notebook/notebooks/basic.ipynb
tests/test_data/packages/example.com/example.com-python/.gitignore
tests/test_data/packages/example.com/example.com-python/README.md
tests/test_data/packages/example.com/example.com-python/metadata.csv
tests/test_data/packages/example.com/example.com-python/pylib/__init__.py
tests/test_data/packages/example.com/example.com-simple_example-2017-us/metadata.csv
tests/test_data/packages/example.com/example.com-transforms/.~lock.metadata.csv#
tests/test_data/packages/example.com/example.com-transforms/__init__.py
tests/test_data/packages/example.com/example.com-transforms/metadata.csv
tests/test_data/packages/example.com/example.com-transforms/pylib/__init__.py
tests/test_data/packages/sangis.org/__init__.py
tests/test_data/packages/sangis.org/sangis.org-census_regions/DataWorld test.ipynb
tests/test_data/packages/sangis.org/sangis.org-census_regions/__init__.py
tests/test_data/packages/sangis.org/sangis.org-census_regions/metadata.csv
tests/test_data/packages/sangis.org/sangis.org-census_regions/data/tract-msa-sra.csv
tests/test_data/packages/sangis.org/sangis.org-census_regions/scripts/__init__.py
tests/test_data/packages/sangis.org/sangis.org-census_regions/scripts/test.py
tests/test_data/scripts/Py3Notebook.ipynb
tests/test_data/scripts/__init__.py
tests/test_data/scripts/programsource.py