pyforker 2.2.0__tar.gz → 2.3.0__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: pyforker
3
- Version: 2.2.0
3
+ Version: 2.3.0
4
4
  Summary: Zero-dependency toolkit for selectively extracting sub-modules, inspecting ASTs, and operating remote library mirror servers.
5
5
  Author: Sundaram Gupta
6
6
  License: MIT
@@ -24,8 +24,6 @@ Dynamic: requires-python
24
24
 
25
25
  # pyforker
26
26
 
27
- <p align="center">
28
- <img src="https://github.com/powerofaisinstudy-debug/pyforker/blob/main/logo2.png" alt="pyforker logo" width="600"/>
29
27
  </p>
30
28
 
31
29
  **Production-Grade Single-File Python Library Extractor & Server Engine**
@@ -1,7 +1,5 @@
1
1
  # pyforker
2
2
 
3
- <p align="center">
4
- <img src="https://github.com/powerofaisinstudy-debug/pyforker/blob/main/logo2.png" alt="pyforker logo" width="600"/>
5
3
  </p>
6
4
 
7
5
  **Production-Grade Single-File Python Library Extractor & Server Engine**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyforker
3
- Version: 2.2.0
3
+ Version: 2.3.0
4
4
  Summary: Zero-dependency toolkit for selectively extracting sub-modules, inspecting ASTs, and operating remote library mirror servers.
5
5
  Author: Sundaram Gupta
6
6
  License: MIT
@@ -24,8 +24,6 @@ Dynamic: requires-python
24
24
 
25
25
  # pyforker
26
26
 
27
- <p align="center">
28
- <img src="https://github.com/powerofaisinstudy-debug/pyforker/blob/main/logo2.png" alt="pyforker logo" width="600"/>
29
27
  </p>
30
28
 
31
29
  **Production-Grade Single-File Python Library Extractor & Server Engine**
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyforker"
7
- version = "2.2.0"
7
+ version = "2.3.0"
8
8
  description = "Zero-dependency toolkit for selectively extracting sub-modules, inspecting ASTs, and operating remote library mirror servers."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
@@ -10,7 +10,7 @@ if os.path.exists("README.md"):
10
10
 
11
11
  setup(
12
12
  name="pyforker",
13
- version="2.2.0",
13
+ version="2.3.0",
14
14
  description="Zero-dependency toolkit for selectively extracting sub-modules and running mirror servers.",
15
15
  long_description=long_description,
16
16
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes