effectual 0.7.9__py3-none-any.whl → 0.7.12__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {effectual-0.7.9.dist-info → effectual-0.7.12.dist-info}/METADATA +21 -3
- {effectual-0.7.9.dist-info → effectual-0.7.12.dist-info}/RECORD +5 -5
- {effectual-0.7.9.dist-info → effectual-0.7.12.dist-info}/WHEEL +0 -0
- {effectual-0.7.9.dist-info → effectual-0.7.12.dist-info}/entry_points.txt +0 -0
- {effectual-0.7.9.dist-info → effectual-0.7.12.dist-info}/licenses/LICENSE +0 -0
@@ -1,19 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: effectual
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.12
|
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>
|
7
7
|
License-Expression: MIT
|
8
8
|
License-File: LICENSE
|
9
|
-
Classifier: Programming Language :: Python :: 3.8
|
10
9
|
Classifier: Programming Language :: Python :: 3.9
|
11
10
|
Classifier: Programming Language :: Python :: 3.10
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
14
13
|
Classifier: Programming Language :: Python :: 3.13
|
15
14
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
16
|
-
Requires-Python: >=3.
|
15
|
+
Requires-Python: >=3.9
|
17
16
|
Requires-Dist: click>=8.1.7
|
18
17
|
Requires-Dist: python-minifier>=2.11.3
|
19
18
|
Requires-Dist: rtoml>=0.11.0
|
@@ -95,3 +94,22 @@ This is like what what [Rollup](https://rollupjs.org/) does for vite
|
|
95
94
|
# Contributions
|
96
95
|
|
97
96
|
All contributions are welcome, I'm not the best in the world at project management but if you think you can add or improve anything please send over a pull request
|
97
|
+
|
98
|
+
## Building the project from source
|
99
|
+
|
100
|
+
### Requirements
|
101
|
+
|
102
|
+
To build the project from source you need two tools:
|
103
|
+
|
104
|
+
1) [uv](https://docs.astral.sh/uv/#getting-started)
|
105
|
+
2) [TaskFile](https://taskfile.dev/installation/)
|
106
|
+
|
107
|
+
### Process
|
108
|
+
|
109
|
+
1) CD to your effectual directory and run:
|
110
|
+
|
111
|
+
task setup
|
112
|
+
|
113
|
+
2) Then to build an distributable tar.gz and wheel:
|
114
|
+
|
115
|
+
task build
|
@@ -4,8 +4,8 @@ effectual/colors.py,sha256=na7SEUSXM7aHvEKeIAn5shrZJtrBYq_ZUp121GRO_PQ,1411
|
|
4
4
|
effectual/config.py,sha256=Z99V7AnJpSWuo-aEz10TDj5BAaT7tboGJUjggj-HQh4,1798
|
5
5
|
effectual/developer.py,sha256=sgh7p9iJXJd-R-Tx8nbeR3isS3ybXMtvhKIxzg3Kl9A,1988
|
6
6
|
effectual/transformations.py,sha256=7GHgQWzin2J1W62yMReHXaYIChXc3f0rNJA-yY4LDEI,1313
|
7
|
-
effectual-0.7.
|
8
|
-
effectual-0.7.
|
9
|
-
effectual-0.7.
|
10
|
-
effectual-0.7.
|
11
|
-
effectual-0.7.
|
7
|
+
effectual-0.7.12.dist-info/METADATA,sha256=nlTVKnuD1trp6Go4I_loILK9ZPAV2NAmM-SDYDKM0Zc,3337
|
8
|
+
effectual-0.7.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
effectual-0.7.12.dist-info/entry_points.txt,sha256=1W7EjlLZkw_Wz8V1SgdzzDis-CRE5IINyg74upsB0zU,40
|
10
|
+
effectual-0.7.12.dist-info/licenses/LICENSE,sha256=RrVXS_K_FctToNx9BLuZm9vbcpTi3PHNzWMaz7QyVeg,1082
|
11
|
+
effectual-0.7.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|