openapi-httpx-client 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/PKG-INFO +2 -2
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/README.md +1 -1
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/PKG-INFO +2 -2
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/setup.py +1 -1
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/SOURCES.txt +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/dependency_links.txt +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/requires.txt +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/top_level.txt +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapiclient/__init__.py +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapiclient/client.py +0 -0
- {openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: openapi-httpx-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A Python client for OpenAPI specifications using httpx
|
|
5
5
|
Home-page: https://github.com/lloydzhou/openapiclient
|
|
6
6
|
Author: lloydzhou
|
|
@@ -29,7 +29,7 @@ A Python implementation inspired by [openapi-client-axios](https://github.com/op
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
pip install -
|
|
32
|
+
pip install openapi-httpx-client
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
## Usage
|
{openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: openapi-httpx-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: A Python client for OpenAPI specifications using httpx
|
|
5
5
|
Home-page: https://github.com/lloydzhou/openapiclient
|
|
6
6
|
Author: lloydzhou
|
|
@@ -29,7 +29,7 @@ A Python implementation inspired by [openapi-client-axios](https://github.com/op
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
pip install -
|
|
32
|
+
pip install openapi-httpx-client
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
## Usage
|
{openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{openapi_httpx_client-0.1.0 → openapi_httpx_client-0.1.1}/openapi_httpx_client.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|