.codacy.yml
.gitignore
.pre-commit-config.yaml
LICENSE.rst
MANIFEST.in
README.md
pylintrc
pyproject.toml
tasks.py
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Gemfile
docs/Gemfile.lock
docs/Makefile
docs/_config.yml
docs/changelog.md
docs/conf.py
docs/index.md
docs/make.bat
docs/monty.bisect.md
docs/monty.collections.md
docs/monty.design_patterns.md
docs/monty.dev.md
docs/monty.fnmatch.md
docs/monty.fractions.md
docs/monty.functools.md
docs/monty.inspect.md
docs/monty.io.md
docs/monty.itertools.md
docs/monty.json.md
docs/monty.logging.md
docs/monty.math.md
docs/monty.md
docs/monty.msgpack.md
docs/monty.multiprocessing.md
docs/monty.operator.md
docs/monty.os.md
docs/monty.os.path.md
docs/monty.pprint.md
docs/monty.re.md
docs/monty.serialization.md
docs/monty.shutil.md
docs/monty.string.md
docs/monty.subprocess.md
docs/monty.tempfile.md
docs/monty.termcolor.md
docs/_includes/footer_custom.html
docs/_includes/nav_footer_custom.html
src/monty/__init__.py
src/monty/bisect.py
src/monty/collections.py
src/monty/design_patterns.py
src/monty/dev.py
src/monty/fnmatch.py
src/monty/fractions.py
src/monty/functools.py
src/monty/inspect.py
src/monty/io.py
src/monty/itertools.py
src/monty/json.py
src/monty/logging.py
src/monty/math.py
src/monty/msgpack.py
src/monty/multiprocessing.py
src/monty/operator.py
src/monty/pprint.py
src/monty/py.typed
src/monty/re.py
src/monty/serialization.py
src/monty/shutil.py
src/monty/string.py
src/monty/subprocess.py
src/monty/tempfile.py
src/monty/termcolor.py
src/monty.egg-info/PKG-INFO
src/monty.egg-info/SOURCES.txt
src/monty.egg-info/dependency_links.txt
src/monty.egg-info/requires.txt
src/monty.egg-info/top_level.txt
src/monty/os/__init__.py
src/monty/os/path.py