11# Spin Python SDK
22
3- This is an SDK for creating [ Spin] ( https://github.com/fermyon /spin ) apps using Python.
3+ This is an SDK for creating [ Spin] ( https://github.com/spinframework /spin ) apps using Python.
44
55Note that this SDK supersedes an earlier, experimental version, which may be
6- found in the [ old-sdk] ( https://github.com/fermyon /spin-python-sdk/tree/old-sdk )
6+ found in the [ old-sdk] ( https://github.com/spinframework /spin-python-sdk/tree/old-sdk )
77branch.
88
9- ## [ API Documentation] ( https://fermyon .github.io/spin-python-sdk/v3/index.html )
9+ ## [ API Documentation] ( https://spinframework .github.io/spin-python-sdk/v3/index.html )
1010
1111## Example
1212
@@ -15,7 +15,7 @@ branch.
1515- [ Python 3.10 or later and pip] ( https://www.python.org/downloads/ )
1616- [ componentize-py] ( https://pypi.org/project/componentize-py/ )
1717- [ spin-sdk] ( https://pypi.org/project/spin-sdk/ )
18- - [ Spin] ( https://github.com/fermyon /spin ) 2.2 or later.
18+ - [ Spin] ( https://github.com/spinframework /spin ) 2.2 or later.
1919- [ MyPy] ( https://pypi.org/project/mypy/ ) -- This is optional, but useful for during development.
2020
2121Once you have Python and pip installed, you can use the latter to create and
@@ -24,7 +24,7 @@ enter a virtual environment and then install the desired packages
2424``` shell
2525python -m venv .venv
2626source .venv/bin/activate
27- pip install componentize-py==0.16.0 spin-sdk==3.3.0 mypy==1.8.0
27+ pip install componentize-py==0.16.0 spin-sdk==3.3.1 mypy==1.8.0
2828```
2929
3030### Hello, World
@@ -93,4 +93,4 @@ Hello from Python!
9393
9494Please file an issue if you have any trouble.
9595
96- See the [ examples directory] ( https://github.com/fermyon /spin-python-sdk/tree/main/examples ) in the repository for more examples.
96+ See the [ examples directory] ( https://github.com/spinframework /spin-python-sdk/tree/main/examples ) in the repository for more examples.
0 commit comments