.gitignore
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
scripts/strun
src/stpipe/__init__.py
src/stpipe/__main__.py
src/stpipe/_version.py
src/stpipe/cmdline.py
src/stpipe/config.py
src/stpipe/config_parser.py
src/stpipe/crds_client.py
src/stpipe/datamodel.py
src/stpipe/entry_points.py
src/stpipe/exceptions.py
src/stpipe/format_template.py
src/stpipe/function_wrapper.py
src/stpipe/hooks.py
src/stpipe/integration.py
src/stpipe/log.py
src/stpipe/pipeline.py
src/stpipe/step.py
src/stpipe/subproc.py
src/stpipe/utilities.py
src/stpipe.egg-info/PKG-INFO
src/stpipe.egg-info/SOURCES.txt
src/stpipe.egg-info/dependency_links.txt
src/stpipe.egg-info/entry_points.txt
src/stpipe.egg-info/requires.txt
src/stpipe.egg-info/top_level.txt
src/stpipe.egg-info/zip-safe
src/stpipe/cli/__init__.py
src/stpipe/cli/command.py
src/stpipe/cli/list.py
src/stpipe/cli/main.py
src/stpipe/extern/__init__.py
src/stpipe/extern/configobj/__init__.py
src/stpipe/extern/configobj/configobj.py
src/stpipe/extern/configobj/validate.py
src/stpipe/resources/__init__.py
src/stpipe/resources/schemas/step_config-0.1.0.yaml
src/stpipe/resources/schemas/step_config-1.0.0.yaml
src/stpipe/resources/schemas/step_config_with_metadata-1.0.0.yaml
src/stpipe/tests/__init__.py
src/stpipe/tests/test_abstract_datamodel.py
tests/test_config_parser.py
tests/test_format_template.py
tests/test_integration.py
tests/test_logger.py
tests/test_step.py
tests/cli/test_list.py
tests/cli/test_main.py