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.
- {curl2python-0.1.0/src/curl2python.egg-info → curl2python-0.1.1}/PKG-INFO +2 -2
- {curl2python-0.1.0 → curl2python-0.1.1}/README.md +1 -1
- {curl2python-0.1.0 → curl2python-0.1.1}/pyproject.toml +1 -1
- {curl2python-0.1.0 → curl2python-0.1.1/src/curl2python.egg-info}/PKG-INFO +2 -2
- {curl2python-0.1.0 → curl2python-0.1.1}/LICENSE +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/setup.cfg +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl2python.egg-info/SOURCES.txt +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl2python.egg-info/dependency_links.txt +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl2python.egg-info/entry_points.txt +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl2python.egg-info/requires.txt +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl2python.egg-info/top_level.txt +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl_converter/__init__.py +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl_converter/cli.py +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl_converter/extract_configs.py +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/src/curl_converter/using_playwright.py +0 -0
- {curl2python-0.1.0 → curl2python-0.1.1}/tests/test_converter.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: curl2python
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
20
|
+
pip install curl2python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: curl2python
|
|
3
|
-
Version: 0.1.
|
|
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
|
|
20
|
+
pip install curl2python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|