Skip to content

Commit cb7cc14

Browse files
chore: update SDK settings
1 parent 0f3d174 commit cb7cc14

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 971
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hubspot%2Fhubspot-sdk-b0d8bc008db9e485496b486b6fb770a256d16caf430e7c8696cb5e2f61cb42ef.yml
33
openapi_spec_hash: 73818ecf3b80406f1ff2729a9f1b2c97
4-
config_hash: f4b43f42e7c374a9f00958076582f84f
4+
config_hash: 4281fab731d196df1322b144cd4a9e30

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HubSpot Python API library
22

33
<!-- prettier-ignore -->
4-
[![PyPI version](https://img.shields.io/pypi/v/hubspot_sdk.svg?label=pypi%20(stable))](https://pypi.org/project/hubspot_sdk/)
4+
[![PyPI version](https://img.shields.io/pypi/v/hubspot-sdk.svg?label=pypi%20(stable))](https://pypi.org/project/hubspot-sdk/)
55

66
The HubSpot Python library provides convenient access to HubSpot's date-versioned REST API (`2026-03` release) from any Python 3.9+
77
application. The library includes type definitions for all request params and response fields,
@@ -16,13 +16,10 @@ The REST API documentation can be found on [developers.hubspot.com](https://deve
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/HubSpot/hubspot-sdk-python.git
19+
# install from PyPI
20+
pip install hubspot-sdk
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install hubspot_sdk`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -72,8 +69,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
7269
You can enable this by installing `aiohttp`:
7370

7471
```sh
75-
# install from the production repo
76-
pip install 'hubspot_sdk[aiohttp] @ git+ssh://git@github.com/HubSpot/hubspot-sdk-python.git'
72+
# install from PyPI
73+
pip install hubspot-sdk[aiohttp]
7774
```
7875

7976
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "hubspot_sdk"
2+
name = "hubspot-sdk"
33
version = "0.4.4"
44
description = "The official Python library for the hubspot API"
55
dynamic = ["readme"]

0 commit comments

Comments
 (0)