File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 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
55The Sent Python library provides convenient access to the Sent REST API from any Python 3.7+
66application. 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
Original file line number Diff line number Diff line change 11[project ]
2- name = " sent "
2+ name = " sentdm "
33version = " 0.0.1-alpha.0"
44description = " The official Python library for the Sent API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ annotated-types==0.6.0
1313 # via pydantic
1414anyio==4.4.0
1515 # via httpx
16- # via sent
16+ # via sentdm
1717argcomplete==3.1.2
1818 # via nox
1919certifi==2023.7.22
@@ -25,7 +25,7 @@ dirty-equals==0.6.0
2525distlib==0.3.7
2626 # via virtualenv
2727distro==1.8.0
28- # via sent
28+ # via sentdm
2929exceptiongroup==1.2.2
3030 # via anyio
3131 # via pytest
@@ -37,7 +37,7 @@ httpcore==1.0.2
3737 # via httpx
3838httpx==0.25.2
3939 # via respx
40- # via sent
40+ # via sentdm
4141idna==3.4
4242 # via anyio
4343 # via httpx
@@ -62,7 +62,7 @@ platformdirs==3.11.0
6262pluggy==1.5.0
6363 # via pytest
6464pydantic==2.9.2
65- # via sent
65+ # via sentdm
6666pydantic-core==2.23.4
6767 # via pydantic
6868pygments==2.18.0
@@ -85,7 +85,7 @@ six==1.16.0
8585sniffio==1.3.0
8686 # via anyio
8787 # via httpx
88- # via sent
88+ # via sentdm
8989time-machine==2.9.0
9090tomli==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
9999virtualenv==20.24.5
100100 # via nox
101101zipp==3.17.0
Original file line number Diff line number Diff line change @@ -13,33 +13,33 @@ annotated-types==0.6.0
1313 # via pydantic
1414anyio==4.4.0
1515 # via httpx
16- # via sent
16+ # via sentdm
1717certifi==2023.7.22
1818 # via httpcore
1919 # via httpx
2020distro==1.8.0
21- # via sent
21+ # via sentdm
2222exceptiongroup==1.2.2
2323 # via anyio
2424h11==0.14.0
2525 # via httpcore
2626httpcore==1.0.2
2727 # via httpx
2828httpx==0.25.2
29- # via sent
29+ # via sentdm
3030idna==3.4
3131 # via anyio
3232 # via httpx
3333pydantic==2.9.2
34- # via sent
34+ # via sentdm
3535pydantic-core==2.23.4
3636 # via pydantic
3737sniffio==1.3.0
3838 # via anyio
3939 # via httpx
40- # via sent
40+ # via sentdm
4141typing-extensions==4.12.2
4242 # via anyio
4343 # via pydantic
4444 # via pydantic-core
45- # via sent
45+ # via sentdm
You can’t perform that action at this time.
0 commit comments