Skip to content

Commit 958caf9

Browse files
committed
readme
1 parent c27ff74 commit 958caf9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • packages/polywrap-client-config-builder

packages/polywrap-client-config-builder/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ Look at [this file][./client_config_builder.py] to detail all of its functionali
1111
These objects are needed to configure your python client's wrappers, pluggins, env variables, resolvers and interfaces.
1212

1313
Look at [this file](./polywrap_client_config_builder/client_config_builder.py) to detail all of its functionality
14-
And at [tests](./tests/test_client_config_builder.py)
14+
And at [tests](./tests/test_client_config_builder.py)
15+
16+
---
17+
18+
The current implementation uses the `ClientConfig` as a dataclass to later create an Abstract Base Class of a `BaseClientConfigBuilder` which defines more clearly the functions of the module, like add_envs, set_resolvers, remove_wrappers, and so on.
19+
20+
This `BaseClientConfigBuilder` is later used in the class `ClientConfigBuilder` which only implements the build method, for now, and inherits all the abstract methods of the `BaseClientConfigBuilder`.

0 commit comments

Comments
 (0)