Skip to content

Commit 6449490

Browse files
authored
Merge pull request #39 from Point72/pit/docs
Add explanation of ccflow acronym to docs. Closes #6
2 parents 04db685 + 6671f2f commit 6449490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[![PyPI Version](https://img.shields.io/pypi/v/ccflow.svg)](https://pypi.python.org/pypi/ccflow)
1414
[![License](https://img.shields.io/pypi/l/ccflow.svg)](https://github.com/Point72/ccflow/blob/main/LICENSE)
1515

16-
`ccflow` is a collection of tools for workflow configuration, orchestration, and dependency injection.
16+
`ccflow` (Composable Configuration Flow) is a collection of tools for workflow configuration, orchestration, and dependency injection.
1717
It is intended to be flexible enough to handle diverse use cases, including data retrieval, validation, transformation, and loading (i.e. ETL workflows), model training, microservice configuration, and automated report generation.
1818

1919
The framework provides:

docs/wiki/Key-Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [Evaluators](#evaluators)
77
- [Results](#results)
88

9-
`ccflow` is a collection of tools for workflow configuration, orchestration, and dependency injection.
9+
`ccflow` (Composable Configuration Flow) is a collection of tools for workflow configuration, orchestration, and dependency injection.
1010
It is intended to be flexible enough to handle diverse use cases, including data retrieval, validation, transformation, and loading (i.e. ETL workflows), model training, microservice configuration, and automated report generation.
1111

1212
## Base Model

0 commit comments

Comments
 (0)