Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 14, 2024
1 parent e109fc9 commit 5dd93b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prelude Python API library

[![PyPI version](https://img.shields.io/pypi/v/prelude_sdk.svg)](https://pypi.org/project/prelude_sdk/)
[![PyPI version](https://img.shields.io/pypi/v/prelude-sdk.svg)](https://pypi.org/project/prelude-sdk/)

The Prelude Python library provides convenient access to the Prelude REST API from any Python 3.8+
application. The library includes type definitions for all request params and response fields,
Expand All @@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.prelude.so](https://docs.prelud
## Installation

```sh
# install from the production repo
pip install git+ssh://[email protected]/prelude-so/python-sdk.git
# install from PyPI
pip install --pre prelude-sdk
```

> [!NOTE]
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre prelude_sdk`
## Usage

The full API of this library can be found in [api.md](api.md).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "prelude_sdk"
name = "prelude-sdk"
version = "0.1.0-alpha.1"
description = "The official Python library for the Prelude API"
dynamic = ["readme"]
Expand Down

0 comments on commit 5dd93b2

Please sign in to comment.