.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/nightly_at_main.yml
.github/workflows/nightly_at_main_lower_bound.yml
.github/workflows/nightly_at_release.yml
.github/workflows/python-version-ci
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/unpinned.yml
.github/workflows/weekly_windows_macos.yml
docs/conf.py
docs/index.md
docs/_static/anaconda-icon.js
docs/_static/favicon.ico
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_templates/class-template.rst
docs/_templates/doc_version.html
docs/_templates/module-template.rst
docs/about/index.md
docs/api-reference/index.md
docs/developer/architecture-decision-records.md
docs/developer/coding-conventions.md
docs/developer/dependency-management.md
docs/developer/getting-started.md
docs/developer/index.md
docs/developer/adr/0001-remove-isinstance-checks-when-setting-parameters.md
docs/developer/adr/0002-remove-special-handling-of-optional-and-union.md
docs/developer/architecture-and-design/index.md
docs/developer/architecture-and-design/rewrite.ipynb
docs/developer/architecture-and-design/workflow-design.md
docs/recipes/applying-decorators.ipynb
docs/recipes/benchmarking.ipynb
docs/recipes/continue-from-intermediate-results.ipynb
docs/recipes/index.md
docs/recipes/replacing-providers.ipynb
docs/recipes/side-effects-and-file-writing.ipynb
docs/user-guide/generic-providers.ipynb
docs/user-guide/getting-started.ipynb
docs/user-guide/index.md
docs/user-guide/installation.md
docs/user-guide/parameter-tables.ipynb
docs/user-guide/provenance.ipynb
requirements/base.in
requirements/base.txt
requirements/basetest.in
requirements/basetest.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/make_base.py
requirements/mypy.in
requirements/mypy.txt
requirements/nightly.in
requirements/nightly.txt
requirements/static.in
requirements/static.txt
requirements/test-dask.in
requirements/test-dask.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
resources/sciline.svg
src/sciline/__init__.py
src/sciline/_provider.py
src/sciline/_utils.py
src/sciline/data_graph.py
src/sciline/display.py
src/sciline/domain.py
src/sciline/handler.py
src/sciline/pipeline.py
src/sciline/py.typed
src/sciline/reporter.py
src/sciline/scheduler.py
src/sciline/task_graph.py
src/sciline/typing.py
src/sciline/visualize.py
src/sciline.egg-info/PKG-INFO
src/sciline.egg-info/SOURCES.txt
src/sciline.egg-info/dependency_links.txt
src/sciline.egg-info/requires.txt
src/sciline.egg-info/top_level.txt
src/sciline/serialize/__init__.py
src/sciline/serialize/_json.py
src/sciline/serialize/graph_json_schema.json
src/sciline/sphinxext/__init__.py
src/sciline/sphinxext/domain_types.py
tests/_provider_test.py
tests/complex_workflow_test.py
tests/conftest.py
tests/dask_scheduler_test.py
tests/domain_test.py
tests/package_test.py
tests/pipeline_map_reduce_test.py
tests/pipeline_setitem_test.py
tests/pipeline_test.py
tests/pipeline_with_optional_test.py
tests/pipeline_with_postponed_annotations_test.py
tests/reporter_test.py
tests/task_graph_test.py
tests/utils_test.py
tests/visualize_test.py
tests/serialize/json_test.py