LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
nox/__init__.py
nox/__main__.py
nox/_decorators.py
nox/_option_set.py
nox/_options.py
nox/_parametrize.py
nox/_typing.py
nox/_version.py
nox/command.py
nox/logger.py
nox/manifest.py
nox/popen.py
nox/py.typed
nox/registry.py
nox/sessions.py
nox/tasks.py
nox/tox_to_nox.jinja2
nox/tox_to_nox.py
nox/virtualenv.py
nox/workflow.py
nox.egg-info/PKG-INFO
nox.egg-info/SOURCES.txt
nox.egg-info/dependency_links.txt
nox.egg-info/entry_points.txt
nox.egg-info/not-zip-safe
nox.egg-info/requires.txt
nox.egg-info/top_level.txt
tests/test__option_set.py
tests/test__parametrize.py
tests/test__version.py
tests/test_command.py
tests/test_logger.py
tests/test_main.py
tests/test_manifest.py
tests/test_registry.py
tests/test_sessions.py
tests/test_tasks.py
tests/test_tox_to_nox.py
tests/test_virtualenv.py
tests/test_workflow.py
tests/resources/noxfile.py
tests/resources/noxfile_multiple_sessions.py
tests/resources/noxfile_nested.py
tests/resources/noxfile_normalization.py
tests/resources/noxfile_options.py
tests/resources/noxfile_options_pythons.py
tests/resources/noxfile_pythons.py
tests/resources/noxfile_spaces.py