winfacilityfetch 0.1__tar.gz → 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.
- winfacilityfetch-0.2/PKG-INFO +16 -0
- winfacilityfetch-0.2/setup.py +16 -0
- winfacilityfetch-0.2/winfacilityfetch.egg-info/PKG-INFO +16 -0
- winfacilityfetch-0.1/PKG-INFO +0 -6
- winfacilityfetch-0.1/setup.py +0 -11
- winfacilityfetch-0.1/winfacilityfetch.egg-info/PKG-INFO +0 -6
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/setup.cfg +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch/__init__.py +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch/core.py +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch.egg-info/SOURCES.txt +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch.egg-info/dependency_links.txt +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch.egg-info/requires.txt +0 -0
- {winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: winfacilityfetch
|
|
3
|
+
Version: 0.2
|
|
4
|
+
Summary: Simple Windows fetch library
|
|
5
|
+
Home-page: https://github.com/SEUUSER/winfacilityfetch
|
|
6
|
+
Author: Jovenzinho
|
|
7
|
+
License: MIT
|
|
8
|
+
Keywords: windows,fetch,system,python
|
|
9
|
+
Requires-Dist: psutil
|
|
10
|
+
Requires-Dist: py-cpuinfo
|
|
11
|
+
Dynamic: author
|
|
12
|
+
Dynamic: home-page
|
|
13
|
+
Dynamic: keywords
|
|
14
|
+
Dynamic: license
|
|
15
|
+
Dynamic: requires-dist
|
|
16
|
+
Dynamic: summary
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
|
|
3
|
+
setup(
|
|
4
|
+
name="winfacilityfetch",
|
|
5
|
+
version="0.2",
|
|
6
|
+
author="Jovenzinho",
|
|
7
|
+
description="Simple Windows fetch library",
|
|
8
|
+
url="https://github.com/SEUUSER/winfacilityfetch",
|
|
9
|
+
packages=find_packages(),
|
|
10
|
+
install_requires=[
|
|
11
|
+
"psutil",
|
|
12
|
+
"py-cpuinfo"
|
|
13
|
+
],
|
|
14
|
+
keywords=["windows", "fetch", "system", "python"],
|
|
15
|
+
license="MIT",
|
|
16
|
+
)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: winfacilityfetch
|
|
3
|
+
Version: 0.2
|
|
4
|
+
Summary: Simple Windows fetch library
|
|
5
|
+
Home-page: https://github.com/SEUUSER/winfacilityfetch
|
|
6
|
+
Author: Jovenzinho
|
|
7
|
+
License: MIT
|
|
8
|
+
Keywords: windows,fetch,system,python
|
|
9
|
+
Requires-Dist: psutil
|
|
10
|
+
Requires-Dist: py-cpuinfo
|
|
11
|
+
Dynamic: author
|
|
12
|
+
Dynamic: home-page
|
|
13
|
+
Dynamic: keywords
|
|
14
|
+
Dynamic: license
|
|
15
|
+
Dynamic: requires-dist
|
|
16
|
+
Dynamic: summary
|
winfacilityfetch-0.1/PKG-INFO
DELETED
winfacilityfetch-0.1/setup.py
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{winfacilityfetch-0.1 → winfacilityfetch-0.2}/winfacilityfetch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|