curl2python 0.1.2__tar.gz → 0.1.3__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.2
3
+ Version: 0.1.3
4
4
  Summary: Convert curl commands to Python requests code
5
5
  Author: Ayush Thakkar
6
6
  License: MIT
@@ -2,7 +2,7 @@
2
2
 
3
3
  [project]
4
4
  name = "curl2python"
5
- version = "0.1.2"
5
+ version = "0.1.3"
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.2
3
+ Version: 0.1.3
4
4
  Summary: Convert curl commands to Python requests code
5
5
  Author: Ayush Thakkar
6
6
  License: MIT
@@ -1,14 +1,14 @@
1
1
  LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
+ src/curl2python/__init__.py
5
+ src/curl2python/cli.py
6
+ src/curl2python/extract_configs.py
7
+ src/curl2python/using_playwright.py
4
8
  src/curl2python.egg-info/PKG-INFO
5
9
  src/curl2python.egg-info/SOURCES.txt
6
10
  src/curl2python.egg-info/dependency_links.txt
7
11
  src/curl2python.egg-info/entry_points.txt
8
12
  src/curl2python.egg-info/requires.txt
9
13
  src/curl2python.egg-info/top_level.txt
10
- src/curl_converter/__init__.py
11
- src/curl_converter/cli.py
12
- src/curl_converter/extract_configs.py
13
- src/curl_converter/using_playwright.py
14
14
  tests/test_converter.py
@@ -0,0 +1 @@
1
+ curl2python
@@ -1 +0,0 @@
1
- curl_converter
File without changes
File without changes
File without changes