Skip to content

Commit b5d1609

Browse files
chore: update SDK settings
1 parent d931299 commit b5d1609

File tree

5 files changed

+97
-97
lines changed

5 files changed

+97
-97
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 17
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-56b0f699c5437d9e5326626d35dfc972c17d01f12cb416c7f4854c8ea6d0e95e.yml
33
openapi_spec_hash: 158f405c1880706266d83e6ff16b9d2f
4-
config_hash: 97b6c66e88343f85b8b173ee4457919f
4+
config_hash: 11ccfc363acca397f243709a8a097bb7

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cas Parser Python API library
22

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

66
The Cas Parser Python library provides convenient access to the Cas Parser REST API from any Python 3.9+
77
application. The library includes type definitions for all request params and response fields,
@@ -26,7 +26,7 @@ The full API of this library can be found in [api.md](api.md).
2626

2727
```sh
2828
# install from PyPI
29-
pip install cas_parser
29+
pip install cas-parser-python
3030
```
3131

3232
## Usage
@@ -86,7 +86,7 @@ You can enable this by installing `aiohttp`:
8686

8787
```sh
8888
# install from PyPI
89-
pip install cas_parser[aiohttp]
89+
pip install cas-parser-python[aiohttp]
9090
```
9191

9292
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 = "cas_parser"
2+
name = "cas-parser-python"
33
version = "1.3.1"
44
description = "The official Python library for the cas-parser API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotated-types==0.7.0
55
# via pydantic
66
anyio==4.12.1
77
# via
8-
# cas-parser
8+
# cas-parser-python
99
# httpx
1010
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1111
# via pytest-asyncio
@@ -17,7 +17,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
1717
# via pytest
1818
dirty-equals==0.11
1919
distro==1.9.0
20-
# via cas-parser
20+
# via cas-parser-python
2121
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222
# via
2323
# anyio
@@ -30,7 +30,7 @@ httpcore==1.0.9
3030
# via httpx
3131
httpx==0.28.1
3232
# via
33-
# cas-parser
33+
# cas-parser-python
3434
# respx
3535
idna==3.11
3636
# via
@@ -59,7 +59,7 @@ pathspec==1.0.3
5959
pluggy==1.6.0
6060
# via pytest
6161
pydantic==2.12.5
62-
# via cas-parser
62+
# via cas-parser-python
6363
pydantic-core==2.41.5
6464
# via pydantic
6565
pygments==2.19.2
@@ -86,7 +86,7 @@ ruff==0.14.13
8686
six==1.17.0 ; python_full_version < '3.10'
8787
# via python-dateutil
8888
sniffio==1.3.1
89-
# via cas-parser
89+
# via cas-parser-python
9090
time-machine==2.19.0 ; python_full_version < '3.10'
9191
time-machine==3.2.0 ; python_full_version >= '3.10'
9292
tomli==2.4.0 ; python_full_version < '3.11'
@@ -96,7 +96,7 @@ tomli==2.4.0 ; python_full_version < '3.11'
9696
typing-extensions==4.15.0
9797
# via
9898
# anyio
99-
# cas-parser
99+
# cas-parser-python
100100
# exceptiongroup
101101
# mypy
102102
# pydantic

0 commit comments

Comments
 (0)