Skip to content
Merged
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Spin Python SDK

This is an SDK for creating [Spin](https://github.com/fermyon/spin) apps using Python.
This is an SDK for creating [Spin](https://github.com/spinframework/spin) apps using Python.

Note that this SDK supersedes an earlier, experimental version, which may be
found in the [old-sdk](https://github.com/fermyon/spin-python-sdk/tree/old-sdk)
found in the [old-sdk](https://github.com/spinframework/spin-python-sdk/tree/old-sdk)
branch.

## [API Documentation](https://fermyon.github.io/spin-python-sdk/v3/index.html)
## [API Documentation](https://spinframework.github.io/spin-python-sdk/v3/index.html)

## Example

Expand All @@ -15,7 +15,7 @@ branch.
- [Python 3.10 or later and pip](https://www.python.org/downloads/)
- [componentize-py](https://pypi.org/project/componentize-py/)
- [spin-sdk](https://pypi.org/project/spin-sdk/)
- [Spin](https://github.com/fermyon/spin) 2.2 or later.
- [Spin](https://github.com/spinframework/spin) 2.2 or later.
- [MyPy](https://pypi.org/project/mypy/) -- This is optional, but useful for during development.

Once you have Python and pip installed, you can use the latter to create and
Expand All @@ -24,7 +24,7 @@ enter a virtual environment and then install the desired packages
```shell
python -m venv .venv
source .venv/bin/activate
pip install componentize-py==0.16.0 spin-sdk==3.3.0 mypy==1.8.0
pip install componentize-py==0.16.0 spin-sdk==3.3.1 mypy==1.8.0
```

### Hello, World
Expand Down Expand Up @@ -93,4 +93,4 @@ Hello from Python!

Please file an issue if you have any trouble.

See the [examples directory](https://github.com/fermyon/spin-python-sdk/tree/main/examples) in the repository for more examples.
See the [examples directory](https://github.com/spinframework/spin-python-sdk/tree/main/examples) in the repository for more examples.
2 changes: 1 addition & 1 deletion examples/external-lib-example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
http-router == 4.1.2
2 changes: 1 addition & 1 deletion examples/hello/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/matrix-math/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/outgoing-request/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/redis-trigger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-kv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-llm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-mysql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-outbound-mqtt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-postgres/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-redis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-sqlite/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/spin-variables/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion examples/streaming/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "spin-sdk"
version = "3.3.0"
version = "3.3.1"
description = "Experimental SDK for Spin and Componentize-Py"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion templates/http-py/content/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spin-sdk == 3.3.0
spin-sdk == 3.3.1
componentize-py == 0.16.0