.gitignore
LICENSE
README.md
mkdocs.yml
noxfile-requirements.txt
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/workflows/base.yml
ci_tools/.pylintrc
ci_tools/check_python_version.py
ci_tools/flake8-requirements.txt
ci_tools/github_release.py
ci_tools/nox_utils.py
docs/api_reference.md
docs/changelog.md
docs/index.md
docs/long_description.md
src/makefun/__init__.py
src/makefun/_main_legacy_py.py
src/makefun/_main_py35_and_higher.py
src/makefun/_main_py36_and_higher.py
src/makefun/_version.py
src/makefun/main.py
src/makefun/py.typed
src/makefun.egg-info/PKG-INFO
src/makefun.egg-info/SOURCES.txt
src/makefun.egg-info/dependency_links.txt
src/makefun.egg-info/not-zip-safe
src/makefun.egg-info/requires.txt
src/makefun.egg-info/top_level.txt
tests/__init__.py
tests/_issue_85_module.py
tests/_test_py35.py
tests/_test_py36.py
tests/_test_py38.py
tests/test_advanced.py
tests/test_compile_deco.py
tests/test_create_from_signature.py
tests/test_create_from_string.py
tests/test_doc.py
tests/test_generators_coroutines.py
tests/test_issues.py
tests/test_partial_and_macros.py
tests/test_so.py