.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.txt
README.md
environment.yml
pyproject.toml
requirements-dev.txt
requirements-opt.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/linting.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
binder/environment.yml
binder/postBuild
cf_pandas/__init__.py
cf_pandas/_version.py
cf_pandas/accessor.py
cf_pandas/criteria.py
cf_pandas/options.py
cf_pandas/reg.py
cf_pandas/utils.py
cf_pandas/vocab.py
cf_pandas/widget.py
cf_pandas.egg-info/PKG-INFO
cf_pandas.egg-info/SOURCES.txt
cf_pandas.egg-info/dependency_links.txt
cf_pandas.egg-info/not-zip-safe
cf_pandas.egg-info/requires.txt
cf_pandas.egg-info/top_level.txt
ci/environment-py3.10.yml
ci/environment-py3.8.yml
ci/environment-py3.9.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/demo_overview.md
docs/demo_reg.md
docs/demo_vocab.md
docs/demo_widget.md
docs/environment.yml
docs/index.rst
tests/test_accessor.py
tests/test_reg.py
tests/test_utils.py
tests/test_vocab.py
tests/test_widget.py