File tree Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Expand file tree Collapse file tree 5 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 5
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
33openapi_spec_hash : 03f1315f1d32ada42445ca920f047dff
4- config_hash : a09a453fc58f48d89b5b8fce49bfb354
4+ config_hash : 3b87fe01dc5604f4c7ae72e273509802
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.8+
77application. The library includes type definitions for all request params and response fields,
@@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp
1717
1818``` sh
1919# install from PyPI
20- pip install cas_parser
20+ pip install cas-parser-python
2121```
2222
2323## Usage
@@ -79,7 +79,7 @@ You can enable this by installing `aiohttp`:
7979
8080``` sh
8181# install from PyPI
82- pip install cas_parser [aiohttp]
82+ pip install cas-parser-python [aiohttp]
8383```
8484
8585Then 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.0.0"
44description = " The official Python library for the CAS Parser API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via cas-parser
16+ # via cas-parser-python
1717 # via httpx-aiohttp
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via cas-parser
23+ # via cas-parser-python
2424 # via httpx
2525argcomplete==3.1.2
2626 # via nox
@@ -37,7 +37,7 @@ dirty-equals==0.6.0
3737distlib==0.3.7
3838 # via virtualenv
3939distro==1.8.0
40- # via cas-parser
40+ # via cas-parser-python
4141exceptiongroup==1.2.2
4242 # via anyio
4343 # via pytest
@@ -53,11 +53,11 @@ h11==0.16.0
5353httpcore==1.0.9
5454 # via httpx
5555httpx==0.28.1
56- # via cas-parser
56+ # via cas-parser-python
5757 # via httpx-aiohttp
5858 # via respx
5959httpx-aiohttp==0.1.8
60- # via cas-parser
60+ # via cas-parser-python
6161idna==3.4
6262 # via anyio
6363 # via httpx
@@ -90,7 +90,7 @@ propcache==0.3.1
9090 # via aiohttp
9191 # via yarl
9292pydantic==2.10.3
93- # via cas-parser
93+ # via cas-parser-python
9494pydantic-core==2.27.1
9595 # via pydantic
9696pygments==2.18.0
@@ -114,14 +114,14 @@ six==1.16.0
114114 # via python-dateutil
115115sniffio==1.3.0
116116 # via anyio
117- # via cas-parser
117+ # via cas-parser-python
118118time-machine==2.9.0
119119tomli==2.0.2
120120 # via mypy
121121 # via pytest
122122typing-extensions==4.12.2
123123 # via anyio
124- # via cas-parser
124+ # via cas-parser-python
125125 # via multidict
126126 # via mypy
127127 # via pydantic
Original file line number Diff line number Diff line change 1313aiohappyeyeballs==2.6.1
1414 # via aiohttp
1515aiohttp==3.12.8
16- # via cas-parser
16+ # via cas-parser-python
1717 # via httpx-aiohttp
1818aiosignal==1.3.2
1919 # via aiohttp
2020annotated-types==0.6.0
2121 # via pydantic
2222anyio==4.4.0
23- # via cas-parser
23+ # via cas-parser-python
2424 # via httpx
2525async-timeout==5.0.1
2626 # via aiohttp
@@ -30,7 +30,7 @@ certifi==2023.7.22
3030 # via httpcore
3131 # via httpx
3232distro==1.8.0
33- # via cas-parser
33+ # via cas-parser-python
3434exceptiongroup==1.2.2
3535 # via anyio
3636frozenlist==1.6.2
@@ -41,10 +41,10 @@ h11==0.16.0
4141httpcore==1.0.9
4242 # via httpx
4343httpx==0.28.1
44- # via cas-parser
44+ # via cas-parser-python
4545 # via httpx-aiohttp
4646httpx-aiohttp==0.1.8
47- # via cas-parser
47+ # via cas-parser-python
4848idna==3.4
4949 # via anyio
5050 # via httpx
@@ -56,15 +56,15 @@ propcache==0.3.1
5656 # via aiohttp
5757 # via yarl
5858pydantic==2.10.3
59- # via cas-parser
59+ # via cas-parser-python
6060pydantic-core==2.27.1
6161 # via pydantic
6262sniffio==1.3.0
6363 # via anyio
64- # via cas-parser
64+ # via cas-parser-python
6565typing-extensions==4.12.2
6666 # via anyio
67- # via cas-parser
67+ # via cas-parser-python
6868 # via multidict
6969 # via pydantic
7070 # via pydantic-core
You can’t perform that action at this time.
0 commit comments