Skip to content

Commit 0a04cb9

Browse files
authored
Merge pull request #255 from polywrap/dev
prep 0.1.0b8 | /workflows/cd
2 parents 230dc57 + 3203ad0 commit 0a04cb9

File tree

130 files changed

+2473
-2237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+2473
-2237
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@
66

77
## Quickstart
88

9+
### Install the package
10+
11+
```bash
12+
pip install polywrap
13+
```
14+
915
### Import necessary packages
1016

1117
```python
12-
from polywrap_core import Uri, ClientConfig
13-
from polywrap_client import PolywrapClient
14-
from polywrap_client_config_builder import PolywrapClientConfigBuilder
15-
from polywrap_sys_config_bundle import sys_bundle
16-
from polywrap_web3_config_bundle import web3_bundle
18+
from polywrap import (
19+
Uri,
20+
ClientConfig,
21+
PolywrapClient,
22+
PolywrapClientConfigBuilder,
23+
sys_bundle,
24+
web3_bundle
25+
)
1726
```
1827

1928
### Configure and Instantiate the client

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0b7
1+
0.1.0b8

docs/docgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ sphinx-apidoc ../packages/polywrap-client/polywrap_client -o ./source/polywrap-c
88
sphinx-apidoc ../packages/polywrap-client-config-builder/polywrap_client_config_builder -o ./source/polywrap-client-config-builder -e -M -t ./source/_templates -d 2
99
sphinx-apidoc ../packages/plugins/polywrap-fs-plugin/polywrap_fs_plugin -o ./source/polywrap-fs-plugin -e -M -t ./source/_templates -d 2
1010
sphinx-apidoc ../packages/plugins/polywrap-http-plugin/polywrap_http_plugin -o ./source/polywrap-http-plugin -e -M -t ./source/_templates -d 2
11-
sphinx-apidoc ../packages/plugins/polywrap-ethereum-provider/polywrap_ethereum_provider -o ./source/polywrap-ethereum-provider -e -M -t ./source/_templates -d 2
11+
sphinx-apidoc ../packages/plugins/polywrap-ethereum-wallet/polywrap_ethereum_wallet -o ./source/polywrap-ethereum-wallet -e -M -t ./source/_templates -d 2
1212
sphinx-apidoc ../packages/config-bundles/polywrap-sys-config-bundle/polywrap_sys_config_bundle -o ./source/polywrap-sys-config-bundle -e -M -t ./source/_templates -d 2
1313
sphinx-apidoc ../packages/config-bundles/polywrap-web3-config-bundle/polywrap_web3_config_bundle -o ./source/polywrap-web3-config-bundle -e -M -t ./source/_templates -d 2

0 commit comments

Comments
 (0)