LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
arggo/__init__.py
arggo/core.py
arggo/dataclass_utils.py
arggo/exceptions.py
arggo/integrations.py
arggo/logger.py
arggo/parser.py
arggo/plugin.py
arggo.egg-info/PKG-INFO
arggo.egg-info/SOURCES.txt
arggo.egg-info/dependency_links.txt
arggo.egg-info/entry_points.txt
arggo.egg-info/requires.txt
arggo.egg-info/top_level.txt
arggo/_internal/__init__.py
arggo/_internal/global_store.py
arggo/cli/__init__.py
arggo/cli/cli.py
arggo/cli/click_hooks.py
arggo/cli/main.py
arggo/environment/__init__.py
arggo/environment/workdir.py
arggo/experiment/__init__.py
arggo/experiment/experiment.py
arggo/integration/__init__.py
arggo/integration/conda.py
arggo/integration/wandb.py
arggo/templates/experiment_create.jinja
arggo/types/__init__.py
arggo/types/enums.py
tests/test_arggo.py
tests/test_global_store.py
tests/test_parser.py
tests/test_reserved_arguments.py
tests/test_utils.py
tests/test_wandb.py
tests/test_workdir.py