File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Sent Python API library
2
2
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 / )
4
4
5
5
The Sent Python library provides convenient access to the Sent REST API from any Python 3.7+
6
6
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
20
20
```
21
21
22
22
> [ !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 `
24
24
25
25
## Usage
26
26
Original file line number Diff line number Diff line change 1
1
[project ]
2
- name = " sent "
2
+ name = " sentdm "
3
3
version = " 0.0.1-alpha.0"
4
4
description = " The official Python library for the Sent API"
5
5
dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ annotated-types==0.6.0
13
13
# via pydantic
14
14
anyio==4.4.0
15
15
# via httpx
16
- # via sent
16
+ # via sentdm
17
17
argcomplete==3.1.2
18
18
# via nox
19
19
certifi==2023.7.22
@@ -25,7 +25,7 @@ dirty-equals==0.6.0
25
25
distlib==0.3.7
26
26
# via virtualenv
27
27
distro==1.8.0
28
- # via sent
28
+ # via sentdm
29
29
exceptiongroup==1.2.2
30
30
# via anyio
31
31
# via pytest
@@ -37,7 +37,7 @@ httpcore==1.0.2
37
37
# via httpx
38
38
httpx==0.25.2
39
39
# via respx
40
- # via sent
40
+ # via sentdm
41
41
idna==3.4
42
42
# via anyio
43
43
# via httpx
@@ -62,7 +62,7 @@ platformdirs==3.11.0
62
62
pluggy==1.5.0
63
63
# via pytest
64
64
pydantic==2.9.2
65
- # via sent
65
+ # via sentdm
66
66
pydantic-core==2.23.4
67
67
# via pydantic
68
68
pygments==2.18.0
@@ -85,7 +85,7 @@ six==1.16.0
85
85
sniffio==1.3.0
86
86
# via anyio
87
87
# via httpx
88
- # via sent
88
+ # via sentdm
89
89
time-machine==2.9.0
90
90
tomli==2.0.2
91
91
# via mypy
@@ -95,7 +95,7 @@ typing-extensions==4.12.2
95
95
# via mypy
96
96
# via pydantic
97
97
# via pydantic-core
98
- # via sent
98
+ # via sentdm
99
99
virtualenv==20.24.5
100
100
# via nox
101
101
zipp==3.17.0
Original file line number Diff line number Diff line change @@ -13,33 +13,33 @@ annotated-types==0.6.0
13
13
# via pydantic
14
14
anyio==4.4.0
15
15
# via httpx
16
- # via sent
16
+ # via sentdm
17
17
certifi==2023.7.22
18
18
# via httpcore
19
19
# via httpx
20
20
distro==1.8.0
21
- # via sent
21
+ # via sentdm
22
22
exceptiongroup==1.2.2
23
23
# via anyio
24
24
h11==0.14.0
25
25
# via httpcore
26
26
httpcore==1.0.2
27
27
# via httpx
28
28
httpx==0.25.2
29
- # via sent
29
+ # via sentdm
30
30
idna==3.4
31
31
# via anyio
32
32
# via httpx
33
33
pydantic==2.9.2
34
- # via sent
34
+ # via sentdm
35
35
pydantic-core==2.23.4
36
36
# via pydantic
37
37
sniffio==1.3.0
38
38
# via anyio
39
39
# via httpx
40
- # via sent
40
+ # via sentdm
41
41
typing-extensions==4.12.2
42
42
# via anyio
43
43
# via pydantic
44
44
# via pydantic-core
45
- # via sent
45
+ # via sentdm
You can’t perform that action at this time.
0 commit comments