pipcentral 1.0.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.
- pipcentral-1.0.0/LICENSE +21 -0
- pipcentral-1.0.0/PKG-INFO +58 -0
- pipcentral-1.0.0/README.md +33 -0
- pipcentral-1.0.0/pipcentral.egg-info/PKG-INFO +58 -0
- pipcentral-1.0.0/pipcentral.egg-info/SOURCES.txt +10 -0
- pipcentral-1.0.0/pipcentral.egg-info/dependency_links.txt +1 -0
- pipcentral-1.0.0/pipcentral.egg-info/entry_points.txt +2 -0
- pipcentral-1.0.0/pipcentral.egg-info/requires.txt +3 -0
- pipcentral-1.0.0/pipcentral.egg-info/top_level.txt +1 -0
- pipcentral-1.0.0/pipcentral.py +1575 -0
- pipcentral-1.0.0/setup.cfg +4 -0
- pipcentral-1.0.0/setup.py +29 -0
pipcentral-1.0.0/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2025 Suresh
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pipcentral
|
3
|
+
Version: 1.0.0
|
4
|
+
Summary: PipCentral is your one-stop tool for Python lovers
|
5
|
+
Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
|
6
|
+
Author: Suresh_Pyhobbist
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
9
|
+
Classifier: Operating System :: OS Independent
|
10
|
+
Requires-Python: >=3.6
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
License-File: LICENSE
|
13
|
+
Requires-Dist: matplotlib==3.10.1
|
14
|
+
Requires-Dist: networkx==3.4.2
|
15
|
+
Requires-Dist: requests==2.32.3
|
16
|
+
Dynamic: author
|
17
|
+
Dynamic: classifier
|
18
|
+
Dynamic: description
|
19
|
+
Dynamic: description-content-type
|
20
|
+
Dynamic: home-page
|
21
|
+
Dynamic: license-file
|
22
|
+
Dynamic: requires-dist
|
23
|
+
Dynamic: requires-python
|
24
|
+
Dynamic: summary
|
25
|
+
|
26
|
+
# PipCentral ππ
|
27
|
+
|
28
|
+
Welcome to **PipCentral** β PipCentral is your one-stop tool for python lovers π
|
29
|
+
|
30
|
+
## Why I Created This: Let Me Tell You
|
31
|
+
"When I started learning about pip, I felt overwhelmed seeing all the packages from A to Z. My eyes would hurt so much π£. I lost count of how many times I had to use commands to check for security, vulnerabilities, and other tasks π. Sometimes, I felt completely exhausted from using pip commands all the time π«. It became really difficult to look up packages π¦."
|
32
|
+
Let me know if you'd like to add anything else!
|
33
|
+
|
34
|
+
## Why PipCentral? π€
|
35
|
+
PipCentral is built to address real challenges faced by Python developers. Whether itβs managing dependencies or organizing virtual environments, this tool is crafted to save time and streamline your workflow.
|
36
|
+
|
37
|
+
## Get Started π
|
38
|
+
```bash
|
39
|
+
pip install -r requirements.txt
|
40
|
+
```
|
41
|
+
|
42
|
+
```bash
|
43
|
+
python pipcentral.py
|
44
|
+
```
|
45
|
+
|
46
|
+
## Features π‘
|
47
|
+
- π οΈ **Installed Package Management**: Quickly view, update, and manage your installed Python packages.
|
48
|
+
- π **Virtual Environment Support**: Create and manage virtual environments for seamless project isolation.
|
49
|
+
- πΎ **Local Repository Setup**: Easily set up and use local repositories for added convenience.
|
50
|
+
- π **Pip Scheduler**: Automate pip operations with a built-in scheduler to save time.
|
51
|
+
- π **Dependency Graph Visualization**: Dive deep into your project's structure with clear dependency graphs.
|
52
|
+
- β¨ **And More**: Discover additional features
|
53
|
+
|
54
|
+
## snapshots
|
55
|
+

|
56
|
+
|
57
|
+
|
58
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# PipCentral ππ
|
2
|
+
|
3
|
+
Welcome to **PipCentral** β PipCentral is your one-stop tool for python lovers π
|
4
|
+
|
5
|
+
## Why I Created This: Let Me Tell You
|
6
|
+
"When I started learning about pip, I felt overwhelmed seeing all the packages from A to Z. My eyes would hurt so much π£. I lost count of how many times I had to use commands to check for security, vulnerabilities, and other tasks π. Sometimes, I felt completely exhausted from using pip commands all the time π«. It became really difficult to look up packages π¦."
|
7
|
+
Let me know if you'd like to add anything else!
|
8
|
+
|
9
|
+
## Why PipCentral? π€
|
10
|
+
PipCentral is built to address real challenges faced by Python developers. Whether itβs managing dependencies or organizing virtual environments, this tool is crafted to save time and streamline your workflow.
|
11
|
+
|
12
|
+
## Get Started π
|
13
|
+
```bash
|
14
|
+
pip install -r requirements.txt
|
15
|
+
```
|
16
|
+
|
17
|
+
```bash
|
18
|
+
python pipcentral.py
|
19
|
+
```
|
20
|
+
|
21
|
+
## Features π‘
|
22
|
+
- π οΈ **Installed Package Management**: Quickly view, update, and manage your installed Python packages.
|
23
|
+
- π **Virtual Environment Support**: Create and manage virtual environments for seamless project isolation.
|
24
|
+
- πΎ **Local Repository Setup**: Easily set up and use local repositories for added convenience.
|
25
|
+
- π **Pip Scheduler**: Automate pip operations with a built-in scheduler to save time.
|
26
|
+
- π **Dependency Graph Visualization**: Dive deep into your project's structure with clear dependency graphs.
|
27
|
+
- β¨ **And More**: Discover additional features
|
28
|
+
|
29
|
+
## snapshots
|
30
|
+

|
31
|
+
|
32
|
+
|
33
|
+
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pipcentral
|
3
|
+
Version: 1.0.0
|
4
|
+
Summary: PipCentral is your one-stop tool for Python lovers
|
5
|
+
Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
|
6
|
+
Author: Suresh_Pyhobbist
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
9
|
+
Classifier: Operating System :: OS Independent
|
10
|
+
Requires-Python: >=3.6
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
License-File: LICENSE
|
13
|
+
Requires-Dist: matplotlib==3.10.1
|
14
|
+
Requires-Dist: networkx==3.4.2
|
15
|
+
Requires-Dist: requests==2.32.3
|
16
|
+
Dynamic: author
|
17
|
+
Dynamic: classifier
|
18
|
+
Dynamic: description
|
19
|
+
Dynamic: description-content-type
|
20
|
+
Dynamic: home-page
|
21
|
+
Dynamic: license-file
|
22
|
+
Dynamic: requires-dist
|
23
|
+
Dynamic: requires-python
|
24
|
+
Dynamic: summary
|
25
|
+
|
26
|
+
# PipCentral ππ
|
27
|
+
|
28
|
+
Welcome to **PipCentral** β PipCentral is your one-stop tool for python lovers π
|
29
|
+
|
30
|
+
## Why I Created This: Let Me Tell You
|
31
|
+
"When I started learning about pip, I felt overwhelmed seeing all the packages from A to Z. My eyes would hurt so much π£. I lost count of how many times I had to use commands to check for security, vulnerabilities, and other tasks π. Sometimes, I felt completely exhausted from using pip commands all the time π«. It became really difficult to look up packages π¦."
|
32
|
+
Let me know if you'd like to add anything else!
|
33
|
+
|
34
|
+
## Why PipCentral? π€
|
35
|
+
PipCentral is built to address real challenges faced by Python developers. Whether itβs managing dependencies or organizing virtual environments, this tool is crafted to save time and streamline your workflow.
|
36
|
+
|
37
|
+
## Get Started π
|
38
|
+
```bash
|
39
|
+
pip install -r requirements.txt
|
40
|
+
```
|
41
|
+
|
42
|
+
```bash
|
43
|
+
python pipcentral.py
|
44
|
+
```
|
45
|
+
|
46
|
+
## Features π‘
|
47
|
+
- π οΈ **Installed Package Management**: Quickly view, update, and manage your installed Python packages.
|
48
|
+
- π **Virtual Environment Support**: Create and manage virtual environments for seamless project isolation.
|
49
|
+
- πΎ **Local Repository Setup**: Easily set up and use local repositories for added convenience.
|
50
|
+
- π **Pip Scheduler**: Automate pip operations with a built-in scheduler to save time.
|
51
|
+
- π **Dependency Graph Visualization**: Dive deep into your project's structure with clear dependency graphs.
|
52
|
+
- β¨ **And More**: Discover additional features
|
53
|
+
|
54
|
+
## snapshots
|
55
|
+

|
56
|
+
|
57
|
+
|
58
|
+
|
@@ -0,0 +1,10 @@
|
|
1
|
+
LICENSE
|
2
|
+
README.md
|
3
|
+
pipcentral.py
|
4
|
+
setup.py
|
5
|
+
pipcentral.egg-info/PKG-INFO
|
6
|
+
pipcentral.egg-info/SOURCES.txt
|
7
|
+
pipcentral.egg-info/dependency_links.txt
|
8
|
+
pipcentral.egg-info/entry_points.txt
|
9
|
+
pipcentral.egg-info/requires.txt
|
10
|
+
pipcentral.egg-info/top_level.txt
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
pipcentral
|