File tree Expand file tree Collapse file tree 5 files changed +97
-97
lines changed
Expand file tree Collapse file tree 5 files changed +97
-97
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 17
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-56b0f699c5437d9e5326626d35dfc972c17d01f12cb416c7f4854c8ea6d0e95e.yml
33openapi_spec_hash : 158f405c1880706266d83e6ff16b9d2f
4- config_hash : 97b6c66e88343f85b8b173ee4457919f
4+ config_hash : 11ccfc363acca397f243709a8a097bb7
Original file line number Diff line number Diff line change 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
66The Cas Parser Python library provides convenient access to the Cas Parser REST API from any Python 3.9+
77application. 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
9292Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
2- name = " cas_parser "
2+ name = " cas-parser-python "
33version = " 1.3.1"
44description = " The official Python library for the cas-parser API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ annotated-types==0.7.0
55 # via pydantic
66anyio==4.12.1
77 # via
8- # cas-parser
8+ # cas-parser-python
99 # httpx
1010backports-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
1818dirty-equals==0.11
1919distro==1.9.0
20- # via cas-parser
20+ # via cas-parser-python
2121exceptiongroup==1.3.1 ; python_full_version < '3.11'
2222 # via
2323 # anyio
@@ -30,7 +30,7 @@ httpcore==1.0.9
3030 # via httpx
3131httpx==0.28.1
3232 # via
33- # cas-parser
33+ # cas-parser-python
3434 # respx
3535idna==3.11
3636 # via
@@ -59,7 +59,7 @@ pathspec==1.0.3
5959pluggy==1.6.0
6060 # via pytest
6161pydantic==2.12.5
62- # via cas-parser
62+ # via cas-parser-python
6363pydantic-core==2.41.5
6464 # via pydantic
6565pygments==2.19.2
@@ -86,7 +86,7 @@ ruff==0.14.13
8686six==1.17.0 ; python_full_version < '3.10'
8787 # via python-dateutil
8888sniffio==1.3.1
89- # via cas-parser
89+ # via cas-parser-python
9090time-machine==2.19.0 ; python_full_version < '3.10'
9191time-machine==3.2.0 ; python_full_version >= '3.10'
9292tomli==2.4.0 ; python_full_version < '3.11'
@@ -96,7 +96,7 @@ tomli==2.4.0 ; python_full_version < '3.11'
9696typing-extensions==4.15.0
9797 # via
9898 # anyio
99- # cas-parser
99+ # cas-parser-python
100100 # exceptiongroup
101101 # mypy
102102 # pydantic
You can’t perform that action at this time.
0 commit comments