reset to v0.1.0

This commit is contained in:
Sheldon Vaughn
2025-09-17 09:19:51 -05:00
parent 80fd801021
commit 540701c0a3
19 changed files with 275 additions and 281 deletions
+3 -3
View File
@@ -57,7 +57,7 @@ The SDK can be installed with *uv*, *pip*, or *poetry* package managers.
*uv* is a fast Python package installer and resolver, designed as a drop-in replacement for pip and pip-tools. It's recommended for its speed and modern Python tooling capabilities.
```bash
uv add git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
uv add git+<UNSET>.git
```
### PIP
@@ -65,7 +65,7 @@ uv add git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
```bash
pip install git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
pip install git+<UNSET>.git
```
### Poetry
@@ -73,7 +73,7 @@ pip install git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
```bash
poetry add git+https://github.com/speakeasy-sdks/openrouter-python-sdk.git
poetry add git+<UNSET>.git
```
### Shell and script usage with `uv`