curl2python 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.4
2
2
  Name: curl2python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Convert curl commands to Python requests code
5
5
  Author: Ayush Thakkar
6
6
  License: MIT
@@ -17,4 +17,4 @@ Convert curl commands into Python requests code.
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- pip install curl-converter
20
+ pip install curl2python
@@ -5,4 +5,4 @@ Convert curl commands into Python requests code.
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- pip install curl-converter
8
+ pip install curl2python
@@ -2,7 +2,7 @@
2
2
 
3
3
  [project]
4
4
  name = "curl2python"
5
- version = "0.1.0"
5
+ version = "0.1.1"
6
6
  description = "Convert curl commands to Python requests code"
7
7
  readme = "README.md"
8
8
  authors = [{name="Ayush Thakkar"}]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: curl2python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Convert curl commands to Python requests code
5
5
  Author: Ayush Thakkar
6
6
  License: MIT
@@ -17,4 +17,4 @@ Convert curl commands into Python requests code.
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- pip install curl-converter
20
+ pip install curl2python
File without changes
File without changes