.flake8
.gitignore
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README_PRECOMMIT.md
RELEASE_NOTES_v1.0.0.md
RELEASE_NOTES_v1.1.0.md
pyproject.toml
setup.py
.github/pull_request_template.md
.github/workflows/publish.yml
examples/README.md
examples/azure_devops/hello_world.py
examples/azure_devops/hello_world.yml
examples/azure_devops/python_ci.py
examples/azure_devops/python_ci.yml
examples/codebuild/buildspec.yml
examples/codebuild/node_app.py
examples/github_actions/basic_ci.py
examples/github_actions/basic_ci.yml
examples/github_actions/python_matrix.py
examples/github_actions/python_matrix.yml
examples/jenkins/Jenkinsfile
examples/jenkins/maven_build.py
src/workflowforge/__init__.py
src/workflowforge/ai_documentation.py
src/workflowforge/azure_devops.py
src/workflowforge/codebuild.py
src/workflowforge/environment.py
src/workflowforge/github_actions_module.py
src/workflowforge/jenkins.py
src/workflowforge/jenkins_plugins.py
src/workflowforge/job.py
src/workflowforge/schema_validation.py
src/workflowforge/secrets.py
src/workflowforge/step.py
src/workflowforge/strategy.py
src/workflowforge/templates.py
src/workflowforge/triggers.py
src/workflowforge/validation.py
src/workflowforge/visualization.py
src/workflowforge/workflow.py
src/workflowforge.egg-info/PKG-INFO
src/workflowforge.egg-info/SOURCES.txt
src/workflowforge.egg-info/dependency_links.txt
src/workflowforge.egg-info/requires.txt
src/workflowforge.egg-info/top_level.txt
tests/__init__.py
tests/test_ai_documentation.py
tests/test_codebuild.py
tests/test_jenkins.py
tests/test_secrets.py
tests/test_templates.py
tests/test_validation.py
tests/test_workflow.py