Skip to content

chore: update SDK settings #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025
Merged
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
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitpod Python API library

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

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

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

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

The full API of this library can be found in [api.md](api.md).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "gitpod"
name = "gitpod-sdk"
version = "0.1.0-alpha.1"
description = "The official Python library for the gitpod API"
dynamic = ["readme"]
12 changes: 6 additions & 6 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via gitpod
# via gitpod-sdk
# via httpx
argcomplete==3.1.2
# via nox
@@ -25,7 +25,7 @@ dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via gitpod
# via gitpod-sdk
exceptiongroup==1.2.2
# via anyio
# via pytest
@@ -36,7 +36,7 @@ h11==0.14.0
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via gitpod
# via gitpod-sdk
# via respx
idna==3.4
# via anyio
@@ -63,7 +63,7 @@ platformdirs==3.11.0
pluggy==1.5.0
# via pytest
pydantic==2.10.3
# via gitpod
# via gitpod-sdk
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
@@ -85,14 +85,14 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via gitpod
# via gitpod-sdk
time-machine==2.9.0
tomli==2.0.2
# via mypy
# via pytest
typing-extensions==4.12.2
# via anyio
# via gitpod
# via gitpod-sdk
# via mypy
# via pydantic
# via pydantic-core
12 changes: 6 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -12,33 +12,33 @@
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via gitpod
# via gitpod-sdk
# via httpx
certifi==2023.7.22
# via httpcore
# via httpx
distro==1.8.0
# via gitpod
# via gitpod-sdk
exceptiongroup==1.2.2
# via anyio
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.28.1
# via gitpod
# via gitpod-sdk
idna==3.4
# via anyio
# via httpx
pydantic==2.10.3
# via gitpod
# via gitpod-sdk
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.0
# via anyio
# via gitpod
# via gitpod-sdk
typing-extensions==4.12.2
# via anyio
# via gitpod
# via gitpod-sdk
# via pydantic
# via pydantic-core