pipcentral 1.0.0__tar.gz → 1.0.2__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,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pipcentral
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: PipCentral is your one-stop tool for Python lovers
5
- Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
5
+ Home-page: https://github.com/Suresh-pyhobbyist/pipcentral
6
6
  Author: Suresh_Pyhobbist
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -36,11 +36,13 @@ PipCentral is built to address real challenges faced by Python developers. Wheth
36
36
 
37
37
  ## Get Started 🚀
38
38
  ```bash
39
- pip install -r requirements.txt
39
+ pip install pipcentral==1.0.2
40
40
  ```
41
+ ## After Installation
42
+ run this command
41
43
 
42
- ```bash
43
- python pipcentral.py
44
+ ```bash
45
+ pipcentral
44
46
  ```
45
47
 
46
48
  ## Features 💡
@@ -11,11 +11,13 @@ PipCentral is built to address real challenges faced by Python developers. Wheth
11
11
 
12
12
  ## Get Started 🚀
13
13
  ```bash
14
- pip install -r requirements.txt
14
+ pip install pipcentral==1.0.2
15
15
  ```
16
+ ## After Installation
17
+ run this command
16
18
 
17
- ```bash
18
- python pipcentral.py
19
+ ```bash
20
+ pipcentral
19
21
  ```
20
22
 
21
23
  ## Features 💡
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pipcentral
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: PipCentral is your one-stop tool for Python lovers
5
- Home-page: https://github.com/Suresh-pyhobbyist/pipcentrals
5
+ Home-page: https://github.com/Suresh-pyhobbyist/pipcentral
6
6
  Author: Suresh_Pyhobbist
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -36,11 +36,13 @@ PipCentral is built to address real challenges faced by Python developers. Wheth
36
36
 
37
37
  ## Get Started 🚀
38
38
  ```bash
39
- pip install -r requirements.txt
39
+ pip install pipcentral==1.0.2
40
40
  ```
41
+ ## After Installation
42
+ run this command
41
43
 
42
- ```bash
43
- python pipcentral.py
44
+ ```bash
45
+ pipcentral
44
46
  ```
45
47
 
46
48
  ## Features 💡
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='pipcentral',
5
- version='1.0.0',
5
+ version='1.0.2',
6
6
  packages=find_packages(),
7
7
  py_modules=['pipcentral'],
8
8
  install_requires=[
@@ -14,7 +14,7 @@ setup(
14
14
  description='PipCentral is your one-stop tool for Python lovers',
15
15
  long_description=open('README.md',encoding='utf-8').read(),
16
16
  long_description_content_type='text/markdown',
17
- url="https://github.com/Suresh-pyhobbyist/pipcentrals",
17
+ url="https://github.com/Suresh-pyhobbyist/pipcentral",
18
18
  classifiers=[
19
19
  'Programming Language :: Python :: 3',
20
20
  'License :: OSI Approved :: MIT License',
File without changes
File without changes
File without changes