.gitignore
.pylintrc
LICENSE.rst
README.rst
RELNOTES.rst
pyproject.toml
setup.cfg
tox.ini
.github/workflows/main.yml
docs/Makefile
docs/conf.py
docs/inators.arg.rst
docs/inators.imp.rst
docs/inators.log.rst
docs/inators.sphinx.rst
docs/index.rst
docs/license.rst
docs/make.bat
docs/relnotes.rst
inators/__init__.py
inators/imp.py
inators/log.py
inators/pkgdata.py
inators.egg-info/PKG-INFO
inators.egg-info/SOURCES.txt
inators.egg-info/dependency_links.txt
inators.egg-info/requires.txt
inators.egg-info/top_level.txt
inators/arg/__init__.py
inators/arg/add_argument.py
inators/arg/log_level_argument.py
inators/arg/sys_path_argument.py
inators/arg/sys_recursion_limit_argument.py
inators/arg/version_argument.py
inators/sphinx/__init__.py
inators/sphinx/argdoc.py
tests/test_imp.py
tests/test_log.py
tests/arg/common_arg.py
tests/arg/test_add_argument.py
tests/arg/test_log_level_argument.py
tests/arg/test_sys_path_argument.py
tests/arg/test_sys_recursion_limit_argument.py
tests/arg/test_version_argument.py
tests/sphinx/test_argdoc.py