.dockerignore
.env
.gitignore
CHANGELOG.rst
FactoryBoy.ipynb
LICENSE.txt
MANIFEST.in
SelfConnections.ipynb
TestingFactories.ipynb
beer_sales.csv
docker-compose.yml
example.env
invoke.yaml
mydask.png
setup.py
tasks.py
docs/README.rst
docs/concepts_features.rst
docs/data_subject.rst
docs/index.rst
docs/install.rst
docs/pipe.rst
docs/roadmap.rst
docs/schema.rst
docs/testing.rst
docs/tests.rst
docs/tutorial.rst
pemi/__init__.py
pemi/connections.py
pemi/data.py
pemi/data_subject.py
pemi/dot.py
pemi/fields.py
pemi/pipe.py
pemi/pytest.py
pemi/schema.py
pemi/tabular.py
pemi/testing.py
pemi/transforms.py
pemi/version.py
pemi.egg-info/PKG-INFO
pemi.egg-info/SOURCES.txt
pemi.egg-info/dependency_links.txt
pemi.egg-info/requires.txt
pemi.egg-info/top_level.txt
pemi/pemi-web/css/pemi_errors.css
pemi/pipes/__init__.py
pemi/pipes/csv.py
pemi/pipes/patterns.py
pemi/pipes/pd.py
pemi/pipes/sa.py
tests/pipes/__init__.py
tests/pipes/test_pd.py
tests/pipes/test_sa.py