MANIFEST.in
README.md
pyproject.toml
src/jgo/__init__.py
src/jgo/__main__.py
src/jgo/constants.py
src/jgo/jgo.py
src/jgo/styles.py
src/jgo.egg-info/PKG-INFO
src/jgo.egg-info/SOURCES.txt
src/jgo.egg-info/dependency_links.txt
src/jgo.egg-info/entry_points.txt
src/jgo.egg-info/requires.txt
src/jgo.egg-info/top_level.txt
src/jgo/cli/__init__.py
src/jgo/cli/_args.py
src/jgo/cli/_colors.py
src/jgo/cli/_console.py
src/jgo/cli/_context.py
src/jgo/cli/_output.py
src/jgo/cli/_parser.py
src/jgo/cli/_commands/__init__.py
src/jgo/cli/_commands/add.py
src/jgo/cli/_commands/config.py
src/jgo/cli/_commands/config_shortcut.py
src/jgo/cli/_commands/info.py
src/jgo/cli/_commands/init.py
src/jgo/cli/_commands/list.py
src/jgo/cli/_commands/lock.py
src/jgo/cli/_commands/remove.py
src/jgo/cli/_commands/run.py
src/jgo/cli/_commands/search.py
src/jgo/cli/_commands/sync.py
src/jgo/cli/_commands/tree.py
src/jgo/cli/_commands/update.py
src/jgo/cli/_commands/versions.py
src/jgo/cli/rich/__init__.py
src/jgo/cli/rich/_formatters.py
src/jgo/cli/rich/_logging.py
src/jgo/cli/rich/_progress.py
src/jgo/cli/rich/_widgets.py
src/jgo/config/__init__.py
src/jgo/config/_manager.py
src/jgo/config/_settings.py
src/jgo/env/__init__.py
src/jgo/env/_builder.py
src/jgo/env/_bytecode.py
src/jgo/env/_cache.py
src/jgo/env/_environment.py
src/jgo/env/_jar.py
src/jgo/env/_linking.py
src/jgo/env/_lockfile.py
src/jgo/env/_spec.py
src/jgo/exec/__init__.py
src/jgo/exec/_config.py
src/jgo/exec/_gc.py
src/jgo/exec/_runner.py
src/jgo/maven/__init__.py
src/jgo/maven/_core.py
src/jgo/maven/_metadata.py
src/jgo/maven/_model.py
src/jgo/maven/_pom.py
src/jgo/maven/_resolver.py
src/jgo/maven/_version.py
src/jgo/parse/__init__.py
src/jgo/parse/_coordinate.py
src/jgo/parse/_endpoint.py
src/jgo/util/__init__.py
src/jgo/util/compat.py
src/jgo/util/io.py
src/jgo/util/java.py
src/jgo/util/logging.py
src/jgo/util/mvn.py
src/jgo/util/platform.py
src/jgo/util/serialization.py
src/jgo/util/toml.py
tests/__init__.py
tests/conftest.py
tests/test_autocomplete.py
tests/test_bytecode.py
tests/test_cache_key.py
tests/test_cli_context.py
tests/test_config.py
tests/test_config_command.py
tests/test_config_shortcut.py
tests/test_coordinate.py
tests/test_coordinate_placement.py
tests/test_endpoint.py
tests/test_entrypoint_inference.py
tests/test_env.py
tests/test_exec.py
tests/test_init_add_sync.py
tests/test_init_run_bug.py
tests/test_jar_util_modules.py
tests/test_looks_like.py
tests/test_main_class_priority.py
tests/test_managed.py
tests/test_maven_basic.py
tests/test_maven_interpolation.py
tests/test_maven_metadata.py
tests/test_maven_paths.py
tests/test_maven_utils.py
tests/test_maven_version.py
tests/test_output.py
tests/test_parsington.py
tests/test_profiles.py
tests/test_resolution.py
tests/test_run.py
tests/test_run_flags.py
tests/test_search_command.py
tests/test_shortcuts.py
tests/test_spec.py
tests/test_thicket.py
tests/test_util_compat.py
tests/test_util_io.py
tests/test_util_java.py
tests/cli/add.t
tests/cli/color.t
tests/cli/config.t
tests/cli/example.t
tests/cli/help.t
tests/cli/info.t
tests/cli/init.t
tests/cli/jgo.conf
tests/cli/list.t
tests/cli/lock.t
tests/cli/remove.t
tests/cli/repositories.t
tests/cli/run.t
tests/cli/search.t
tests/cli/sync.t
tests/cli/tree.t
tests/cli/update.t
tests/cli/version.t
tests/cli/wrap.t
tests/fixtures/__init__.py
tests/fixtures/bootstrap-pom.xml
tests/fixtures/thicket/__init__.py
tests/fixtures/thicket/generator.py
tests/resources/java/HelloWorld.java
tests/resources/java/MANIFEST.MF