.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/FUNDING.yml
.github/workflows/release_pypi.yaml
.github/workflows/tests.yaml
src/orko/__init__.py
src/orko/_version.py
src/orko.egg-info/PKG-INFO
src/orko.egg-info/SOURCES.txt
src/orko.egg-info/dependency_links.txt
src/orko.egg-info/entry_points.txt
src/orko.egg-info/requires.txt
src/orko.egg-info/top_level.txt
src/orko/cli/__init__.py
src/orko/core/__init__.py
src/orko/core/base.py
src/orko/core/env.py
src/orko/core/process.py
tests/conftest.py
tests/test_build_meta.py
tests/test_dependency.py
tests/test_process.py
tests/data/dep_modifier.toml
tests/data/optional_deps_as_dict.toml
tests/data/optional_deps_as_list.toml
tests/data/simple_pyproject.toml
tests/data/strict_orko.toml