fasthardware 2.0.2__tar.gz → 2.0.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.
- {fasthardware-2.0.2 → fasthardware-2.0.3}/PKG-INFO +4 -1
- {fasthardware-2.0.2 → fasthardware-2.0.3}/README.md +3 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware.egg-info/PKG-INFO +4 -1
- {fasthardware-2.0.2 → fasthardware-2.0.3}/setup.py +1 -1
- {fasthardware-2.0.2 → fasthardware-2.0.3}/autopublish/__init__.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/autopublish/publisher.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/easy-path/__init__.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/easy-path/easy-path1.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware/__init__.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware/fasthardware.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware.egg-info/SOURCES.txt +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware.egg-info/dependency_links.txt +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware.egg-info/requires.txt +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/fasthardware.egg-info/top_level.txt +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/package_guardian/__init__.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/package_guardian/guardian1.py +0 -0
- {fasthardware-2.0.2 → fasthardware-2.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fasthardware
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Maximize the absolute computing power of your Python process with a single line of code.
|
|
5
5
|
Author: Choi Woongyo
|
|
6
6
|
Author-email: chldnsry1214@gmail.com
|
|
@@ -23,6 +23,9 @@ Dynamic: requires-python
|
|
|
23
23
|
Dynamic: summary
|
|
24
24
|
|
|
25
25
|
Markdown
|
|
26
|
+
<p align="center">
|
|
27
|
+
<img src="logo.png" alt="fasthardware Official Logo" width="400">
|
|
28
|
+
</p>
|
|
26
29
|
# ⚡ fasthardware
|
|
27
30
|
|
|
28
31
|
[](https://pypi.org/project/fasthardware/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fasthardware
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Maximize the absolute computing power of your Python process with a single line of code.
|
|
5
5
|
Author: Choi Woongyo
|
|
6
6
|
Author-email: chldnsry1214@gmail.com
|
|
@@ -23,6 +23,9 @@ Dynamic: requires-python
|
|
|
23
23
|
Dynamic: summary
|
|
24
24
|
|
|
25
25
|
Markdown
|
|
26
|
+
<p align="center">
|
|
27
|
+
<img src="logo.png" alt="fasthardware Official Logo" width="400">
|
|
28
|
+
</p>
|
|
26
29
|
# ⚡ fasthardware
|
|
27
30
|
|
|
28
31
|
[](https://pypi.org/project/fasthardware/)
|
|
@@ -9,7 +9,7 @@ if os.path.exists("README.md"):
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name="fasthardware",
|
|
12
|
-
version="2.0.
|
|
12
|
+
version="2.0.3", # 🌟 새 README 반영 기념 빌드업 버전!
|
|
13
13
|
author="Choi Woongyo",
|
|
14
14
|
author_email="chldnsry1214@gmail.com", # 보스의 이메일로 변경 가능합니다.
|
|
15
15
|
description="Maximize the absolute computing power of your Python process with a single line of code.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|