.codacy.yml
.gitignore
.pre-commit-config.yaml
LICENSE.rst
MANIFEST.in
README.md
pylintrc
pyproject.toml
requirements-ci.txt
requirements-optional.txt
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
monty/__init__.py
monty/bisect.py
monty/collections.py
monty/design_patterns.py
monty/dev.py
monty/fnmatch.py
monty/fractions.py
monty/functools.py
monty/inspect.py
monty/io.py
monty/itertools.py
monty/json.py
monty/logging.py
monty/math.py
monty/msgpack.py
monty/multiprocessing.py
monty/operator.py
monty/pprint.py
monty/py.typed
monty/re.py
monty/serialization.py
monty/shutil.py
monty/string.py
monty/subprocess.py
monty/tempfile.py
monty/termcolor.py
monty.egg-info/PKG-INFO
monty.egg-info/SOURCES.txt
monty.egg-info/dependency_links.txt
monty.egg-info/top_level.txt
monty/os/__init__.py
monty/os/path.py