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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: openapi-httpx-client
3
- Version: 0.1.0
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 -e .
32
+ pip install openapi-httpx-client
33
33
  ```
34
34
 
35
35
  ## Usage
@@ -5,7 +5,7 @@ A Python implementation inspired by [openapi-client-axios](https://github.com/op
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install -e .
8
+ pip install openapi-httpx-client
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: openapi-httpx-client
3
- Version: 0.1.0
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 -e .
32
+ pip install openapi-httpx-client
33
33
  ```
34
34
 
35
35
  ## Usage
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setup(
7
7
  name="openapi-httpx-client",
8
- version="0.1.0",
8
+ version="0.1.1",
9
9
  author="lloydzhou",
10
10
  author_email="lloydzhou@qq.com",
11
11
  description="A Python client for OpenAPI specifications using httpx",