LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/source/conf.py
docs/source/docutils.conf
docs/source/faq.md
docs/source/index.md
docs/source/limitations.md
docs/source/philosophy.md
docs/source/_static/robots.txt
docs/source/_static/assets/fastapi-pipeline.jpeg
docs/source/_static/assets/favicon.ico
docs/source/_static/assets/gloe-logo-original.png
docs/source/_static/assets/gloe-logo-small.png
docs/source/_static/assets/gloe-logo-small.webp
docs/source/_static/assets/gloe-logo.png
docs/source/_static/assets/graph_example.jpeg
docs/source/_static/assets/malformed-pipeline-example.jpeg
docs/source/_static/assets/pytorch-pipeline.jpeg
docs/source/_static/assets/scikit-learn-pipeline.jpeg
docs/source/_templates/page.html
docs/source/advanced/generic-transformers.md
docs/source/advanced/high-order-transformers.md
docs/source/advanced/index.md
docs/source/api-reference/gloe.collection.md
docs/source/api-reference/gloe.experimental.md
docs/source/api-reference/gloe.gateways.md
docs/source/api-reference/gloe.utils.md
docs/source/api-reference/index.md
docs/source/examples/gloe-and-fastapi.md
docs/source/examples/gloe-and-pytorch.md
docs/source/examples/gloe-and-scikit-learn.md
docs/source/examples/index.md
docs/source/getting-started/async-transformers.md
docs/source/getting-started/collection.md
docs/source/getting-started/conditional-flows.md
docs/source/getting-started/ensurers.md
docs/source/getting-started/gateways.md
docs/source/getting-started/index.md
docs/source/getting-started/main-concepts.md
docs/source/getting-started/partial-transformers.md
docs/source/getting-started/plotting.md
docs/source/getting-started/transformers.md
docs/source/getting-started/utilities.md
docs/source/patterns/index.md
docs/source/patterns/transformer-factory.md
docs/source/pygments/styles.py
gloe/__init__.py
gloe/_composition_utils.py
gloe/_generic_types.py
gloe/_gloe_graph.py
gloe/_plotting_utils.py
gloe/_transformer_utils.py
gloe/_typing_utils.py
gloe/async_transformer.py
gloe/base_transformer.py
gloe/functional.py
gloe/py.typed
gloe/transformers.py
gloe/utils.py
gloe.egg-info/PKG-INFO
gloe.egg-info/SOURCES.txt
gloe.egg-info/dependency_links.txt
gloe.egg-info/requires.txt
gloe.egg-info/top_level.txt
gloe/collection/__init__.py
gloe/collection/_filter.py
gloe/collection/_filter_async.py
gloe/collection/_map.py
gloe/collection/_map_async.py
gloe/collection/_mapover.py
gloe/collection/_mapover_async.py
gloe/conditional/__init__.py
gloe/conditional/_async_conditioner.py
gloe/conditional/_base_conditioner.py
gloe/conditional/_conditioner.py
gloe/conditional/_if.py
gloe/conditional/_if_then_else.py
gloe/conditional/_implication.py
gloe/ensurer/__init__.py
gloe/ensurer/_ensure.py
gloe/ensurer/_transformer_ensurer.py
gloe/exceptions/__init__.py
gloe/experimental/__init__.py
gloe/experimental/_bridge.py
gloe/gateways/__init__.py
gloe/gateways/_base_gateway.py
gloe/gateways/_gateway_factory.py
gloe/gateways/_parallel.py
gloe/gateways/_sequential.py
tests/__init__.py
tests/test_gateways.py
tests/test_transformer_bridge.py
tests/test_transformer_export.py
tests/test_transformer_graph.py
tests/test_transformer_utils.py
tests/test_type_formatting.py
tests/basic/__init__.py
tests/basic/test_async_transformer.py
tests/basic/test_basic_transformer_types.py
tests/basic/test_transformer_basic.py
tests/collection/__init__.py
tests/collection/test_transformer_collection.py
tests/collection/test_transformer_collection_async.py
tests/collection/test_transformer_collection_types.py
tests/conditional/__init__.py
tests/conditional/test_async_conditioner_transformer.py
tests/conditional/test_conditional_transformer_types.py
tests/conditional/test_conditioner_transformer.py
tests/ensurer/__init__.py
tests/ensurer/test_async_transformer_ensurer.py
tests/ensurer/test_transformer_ensurer.py
tests/ensurer/test_transformer_ensurer_types.py
tests/lib/__init__.py
tests/lib/conditioners.py
tests/lib/ensurers.py
tests/lib/exceptions.py
tests/lib/transformers.py
tests/multiargs/__init__.py
tests/multiargs/test_async_multiargs_transformer.py
tests/multiargs/test_multiargs_transformer_basic.py
tests/multiargs/test_multiargs_transformer_types.py
tests/partial/__init__.py
tests/partial/test_partial_async_transformer.py
tests/partial/test_partial_transformer.py
tests/partial/test_partial_transformer_types.py
tests/type_utils/__init__.py
tests/type_utils/mypy_test_suite.py