effectual 0.7.8__py3-none-any.whl → 0.7.11__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {effectual-0.7.8.dist-info → effectual-0.7.11.dist-info}/METADATA +20 -2
- {effectual-0.7.8.dist-info → effectual-0.7.11.dist-info}/RECORD +5 -5
- {effectual-0.7.8.dist-info → effectual-0.7.11.dist-info}/WHEEL +0 -0
- {effectual-0.7.8.dist-info → effectual-0.7.11.dist-info}/entry_points.txt +0 -0
- {effectual-0.7.8.dist-info → effectual-0.7.11.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: effectual
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.11
|
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>
|
@@ -17,7 +17,6 @@ Requires-Python: >=3.8
|
|
17
17
|
Requires-Dist: click>=8.1.7
|
18
18
|
Requires-Dist: python-minifier>=2.11.3
|
19
19
|
Requires-Dist: rtoml>=0.11.0
|
20
|
-
Requires-Dist: ruff>=0.8.0
|
21
20
|
Requires-Dist: termcolor>=2.4.0
|
22
21
|
Requires-Dist: watchfiles>=0.24.0
|
23
22
|
Description-Content-Type: text/markdown
|
@@ -96,3 +95,22 @@ This is like what what [Rollup](https://rollupjs.org/) does for vite
|
|
96
95
|
# Contributions
|
97
96
|
|
98
97
|
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
|
98
|
+
|
99
|
+
## Building the project from source
|
100
|
+
|
101
|
+
### Requirements
|
102
|
+
|
103
|
+
To build the project from source you need two tools:
|
104
|
+
|
105
|
+
1) [uv](https://docs.astral.sh/uv/#getting-started)
|
106
|
+
2) [TaskFile](https://taskfile.dev/installation/)
|
107
|
+
|
108
|
+
### Process
|
109
|
+
|
110
|
+
1) CD to your effectual directory and run:
|
111
|
+
|
112
|
+
task setup
|
113
|
+
|
114
|
+
2) Then to build an distributable tar.gz and wheel:
|
115
|
+
|
116
|
+
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.11.dist-info/METADATA,sha256=BEPYVctIFof_-Cgsth7pbd2NM9W_M9vEDlT1WLge1HY,3387
|
8
|
+
effectual-0.7.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
9
|
+
effectual-0.7.11.dist-info/entry_points.txt,sha256=1W7EjlLZkw_Wz8V1SgdzzDis-CRE5IINyg74upsB0zU,40
|
10
|
+
effectual-0.7.11.dist-info/licenses/LICENSE,sha256=RrVXS_K_FctToNx9BLuZm9vbcpTi3PHNzWMaz7QyVeg,1082
|
11
|
+
effectual-0.7.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|