.carthorse.yml
.coveragerc
.gitignore
.readthedocs.yml
CHANGELOG.rst
LICENSE.txt
README.rst
conftest.py
mypy.ini
requirements.txt
setup.py
.circleci/config.yml
chide/__init__.py
chide/collection.py
chide/factory.py
chide/formats.py
chide/py.typed
chide/set.py
chide/simplifiers.py
chide/sqlalchemy.py
chide/typing.py
chide.egg-info/PKG-INFO
chide.egg-info/SOURCES.txt
chide.egg-info/dependency_links.txt
chide.egg-info/not-zip-safe
chide.egg-info/requires.txt
chide.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/changes.rst
docs/collections.rst
docs/conf.py
docs/development.rst
docs/formats.rst
docs/index.rst
docs/license.rst
docs/patterns.rst
docs/sets.rst
docs/simplifiers.rst
docs/sqlalchemy.rst
tests/__init__.py
tests/helpers.py
tests/test_collection.py
tests/test_factory.py
tests/test_formats.py
tests/test_helpers.py
tests/test_set.py
tests/test_simplifiers.py
tests/test_sqlalchemy_bulk.py
tests/test_sqlalchemy_collection.py
tests/test_sqlalchemy_simplifiers.py