effectual 0.8.1__py3-none-any.whl → 0.8.2__py3-none-any.whl
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.
- {effectual-0.8.1.dist-info → effectual-0.8.2.dist-info}/METADATA +5 -3
- {effectual-0.8.1.dist-info → effectual-0.8.2.dist-info}/RECORD +5 -5
- {effectual-0.8.1.dist-info → effectual-0.8.2.dist-info}/WHEEL +0 -0
- {effectual-0.8.1.dist-info → effectual-0.8.2.dist-info}/entry_points.txt +0 -0
- {effectual-0.8.1.dist-info → effectual-0.8.2.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: effectual
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.2
|
4
4
|
Summary: A python package/script bundler
|
5
5
|
Project-URL: Homepage, https://github.com/effectualpy/effectual
|
6
6
|
Author-email: jake <jakewdr@proton.me>
|
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
14
15
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
15
16
|
Requires-Python: >=3.9
|
16
17
|
Requires-Dist: click>=8.1.7
|
@@ -108,8 +109,9 @@ To build the project from source you need two tools:
|
|
108
109
|
|
109
110
|
1) CD to your effectual directory and run:
|
110
111
|
|
111
|
-
|
112
|
+
task setup
|
113
|
+
|
112
114
|
|
113
115
|
2) Then to build an distributable tar.gz and wheel:
|
114
116
|
|
115
|
-
|
117
|
+
task build
|
@@ -5,8 +5,8 @@ effectual/config.py,sha256=3RvrlDY_W2YTGlpfcpWqkFGCFnui-vqigJuC-gQKMQs,1799
|
|
5
5
|
effectual/developer.py,sha256=sgh7p9iJXJd-R-Tx8nbeR3isS3ybXMtvhKIxzg3Kl9A,1988
|
6
6
|
effectual/lib.py,sha256=d8lgXD9Dv7WohFwHE_K1q9NjvfsdrTCRYmJBcDHmQY8,356
|
7
7
|
effectual/transformations.py,sha256=7GHgQWzin2J1W62yMReHXaYIChXc3f0rNJA-yY4LDEI,1313
|
8
|
-
effectual-0.8.
|
9
|
-
effectual-0.8.
|
10
|
-
effectual-0.8.
|
11
|
-
effectual-0.8.
|
12
|
-
effectual-0.8.
|
8
|
+
effectual-0.8.2.dist-info/METADATA,sha256=9LUkqGZtuk6w9PO3PXNv9uES4anv5qORPDoZAI7ROHY,3397
|
9
|
+
effectual-0.8.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
effectual-0.8.2.dist-info/entry_points.txt,sha256=1W7EjlLZkw_Wz8V1SgdzzDis-CRE5IINyg74upsB0zU,40
|
11
|
+
effectual-0.8.2.dist-info/licenses/LICENSE,sha256=RrVXS_K_FctToNx9BLuZm9vbcpTi3PHNzWMaz7QyVeg,1082
|
12
|
+
effectual-0.8.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|