.bumpversion.cfg
.editorconfig
.gitignore
.landscape.yml
.travis.yml
ABOUT.md
CODE_OF_CONDUCT.md
COPYING.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
appveyor.yml
conftest.py
pyproject.toml
setup.cfg
setup.py
tox.ini
clu/__init__.py
clu/__version__.py
clu/dicts.py
clu/enums.py
clu/exporting.py
clu/keyvalue.py
clu/mathematics.py
clu/naming.py
clu/predicates.py
clu/sanitizer.py
clu/typology.py
clu/compilation/__init__.py
clu/compilation/compiledb.py
clu/compilation/macros.py
clu/constants/__init__.py
clu/constants/consts.py
clu/constants/enums.py
clu/constants/exceptions.py
clu/constants/polyfills.py
clu/constants/terminalsize.py
clu/fs/__init__.py
clu/fs/appdirectories.py
clu/fs/filesystem.py
clu/fs/misc.py
clu/fs/pypath.py
clu/repl/__init__.py
clu/repl/ansi.py
clu/repl/banners.py
clu/typespace/__init__.py
clu/typespace/namespace.py
clu/version/__init__.py
clu/version/read_version.py
python_clu.egg-info/PKG-INFO
python_clu.egg-info/SOURCES.txt
python_clu.egg-info/dependency_links.txt
python_clu.egg-info/requires.txt
python_clu.egg-info/top_level.txt
python_clu.egg-info/zip-safe
requirements/LETS_PUT_THIS_PARTY_ON_ICE.txt
requirements/dev.txt
requirements/install.txt
scripts/.gitignore
scripts/__init__.py
scripts/forkumask.py
scripts/repl-bpython.bash
scripts/repl-bpython.py
scripts/repl-ipython.py
scripts/repl-ptpython.py
scripts/repl-pyzo.py
scripts/replpy3.py
scripts/xdg-runtime.py
tests/__init__.py
tests/test_dict_namespace_merge.py
tests/test_enum_aliases.py
tests/test_exporting.py
tests/test_fs_appdirectories.py
tests/test_fs_filesystem.py
tests/test_keyvalue.py
tests/test_mathematics.py
tests/test_naming.py
tests/test_predicates.py
tests/test_version.py