Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions packages/polywrap-client-config-builder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Polywrap Python Client
## This object allows you to build proper Polywrapt ClientConfig objects

These objects are needed to configure your python client's wrappers, pluggins, env variables, resolvers and interfaces.

Look at [this file][./client_config_builder.py] to detail all of its functionality
# Polywrap Python Client
## This object allows you to build proper Polywrapt ClientConfig objects

These objects are needed to configure your python client's wrappers, pluggins, env variables, resolvers and interfaces.

Look at [this file](./polywrap_client_config_builder/client_config_builder.py) to detail all of its functionality
And at [tests](./tests/test_client_config_builder.py)
Loading