Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c48ee7

Browse files
committedOct 31, 2024·
chore: update SDK settings
1 parent 156ebba commit 9c48ee7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sent Python API library
22

3-
[![PyPI version](https://img.shields.io/pypi/v/sent.svg)](https://pypi.org/project/sent/)
3+
[![PyPI version](https://img.shields.io/pypi/v/sentdm.svg)](https://pypi.org/project/sentdm/)
44

55
The Sent Python library provides convenient access to the Sent REST API from any Python 3.7+
66
application. The library includes type definitions for all request params and response fields,
@@ -20,7 +20,7 @@ pip install git+ssh://git@github.com/stainless-sdks/sent-python.git
2020
```
2121

2222
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre sent`
23+
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre sentdm`
2424
2525
## Usage
2626

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "sent"
2+
name = "sentdm"
33
version = "0.0.1-alpha.0"
44
description = "The official Python library for the Sent API"
55
dynamic = ["readme"]

‎requirements-dev.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ annotated-types==0.6.0
1313
# via pydantic
1414
anyio==4.4.0
1515
# via httpx
16-
# via sent
16+
# via sentdm
1717
argcomplete==3.1.2
1818
# via nox
1919
certifi==2023.7.22
@@ -25,7 +25,7 @@ dirty-equals==0.6.0
2525
distlib==0.3.7
2626
# via virtualenv
2727
distro==1.8.0
28-
# via sent
28+
# via sentdm
2929
exceptiongroup==1.2.2
3030
# via anyio
3131
# via pytest
@@ -37,7 +37,7 @@ httpcore==1.0.2
3737
# via httpx
3838
httpx==0.25.2
3939
# via respx
40-
# via sent
40+
# via sentdm
4141
idna==3.4
4242
# via anyio
4343
# via httpx
@@ -62,7 +62,7 @@ platformdirs==3.11.0
6262
pluggy==1.5.0
6363
# via pytest
6464
pydantic==2.9.2
65-
# via sent
65+
# via sentdm
6666
pydantic-core==2.23.4
6767
# via pydantic
6868
pygments==2.18.0
@@ -85,7 +85,7 @@ six==1.16.0
8585
sniffio==1.3.0
8686
# via anyio
8787
# via httpx
88-
# via sent
88+
# via sentdm
8989
time-machine==2.9.0
9090
tomli==2.0.2
9191
# via mypy
@@ -95,7 +95,7 @@ typing-extensions==4.12.2
9595
# via mypy
9696
# via pydantic
9797
# via pydantic-core
98-
# via sent
98+
# via sentdm
9999
virtualenv==20.24.5
100100
# via nox
101101
zipp==3.17.0

‎requirements.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@ annotated-types==0.6.0
1313
# via pydantic
1414
anyio==4.4.0
1515
# via httpx
16-
# via sent
16+
# via sentdm
1717
certifi==2023.7.22
1818
# via httpcore
1919
# via httpx
2020
distro==1.8.0
21-
# via sent
21+
# via sentdm
2222
exceptiongroup==1.2.2
2323
# via anyio
2424
h11==0.14.0
2525
# via httpcore
2626
httpcore==1.0.2
2727
# via httpx
2828
httpx==0.25.2
29-
# via sent
29+
# via sentdm
3030
idna==3.4
3131
# via anyio
3232
# via httpx
3333
pydantic==2.9.2
34-
# via sent
34+
# via sentdm
3535
pydantic-core==2.23.4
3636
# via pydantic
3737
sniffio==1.3.0
3838
# via anyio
3939
# via httpx
40-
# via sent
40+
# via sentdm
4141
typing-extensions==4.12.2
4242
# via anyio
4343
# via pydantic
4444
# via pydantic-core
45-
# via sent
45+
# via sentdm

0 commit comments

Comments
 (0)
Please sign in to comment.