File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ This repo contains the Python package for integrating with the
44[ Extism] ( https://extism.org/ ) Webassembly framework. Install this library into
55your Python application host to run Extism WebAssembly guest plug-ins.
66
7- > ** Note** : :warning : This repo is 1.0 alpha version of the Python SDK and is a work in
8- > progress. :warning :
9- >
10- > This is safe and recommended to use for a new integration, however we may
11- > push breaking changes until we hit 1.0 in December, 2023.
12-
137``` python
148import extism
159import json
@@ -30,10 +24,10 @@ Install this package from [PyPI](https://pypi.org/project/extism/):
3024
3125``` shell
3226# using pip
33- $ pip install extism==1.0.0rc0 --pre
27+ $ pip install extism==1.0.0
3428
3529# using poetry
36- $ poetry add extism=^1.0.0rc0 --allow-prereleases
30+ $ poetry add extism=^1.0.0
3731```
3832
3933The ` extism ` package should install an appropriate ` extism_sys ` dependency
You can’t perform that action at this time.
0 commit comments