.coveragerc
.gitignore
.ignore
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/pytest.yml
CHANGES/.TEMPLATE.rst
aspell/.aspell.en_US.pws
aspell/aspell
docs/.gitignore
docs/Makefile
docs/api_doc.rst
docs/authors.rst
docs/changelog.rst
docs/cheatsheet.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/quick_start.rst
docs/_static/.gitignore
docs/_static/custom.css
docs/api/convtools.rst
docs/api/modules.rst
src/convtools/__init__.py
src/convtools/aggregations.py
src/convtools/base.py
src/convtools/conversion.py
src/convtools/joins.py
src/convtools/utils.py
src/convtools.egg-info/PKG-INFO
src/convtools.egg-info/SOURCES.txt
src/convtools.egg-info/dependency_links.txt
src/convtools.egg-info/not-zip-safe
src/convtools.egg-info/requires.txt
src/convtools.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_convtools.py
tests/test_joins.py
tests/test_labels.py
tests/test_utils.py
tests/utils.py