effectual 0.5.0__py3-none-any.whl → 0.5.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- effectual/developer.py +2 -2
- {effectual-0.5.0.dist-info → effectual-0.5.2.dist-info}/METADATA +1 -1
- {effectual-0.5.0.dist-info → effectual-0.5.2.dist-info}/RECORD +6 -6
- {effectual-0.5.0.dist-info → effectual-0.5.2.dist-info}/WHEEL +0 -0
- {effectual-0.5.0.dist-info → effectual-0.5.2.dist-info}/entry_points.txt +0 -0
- {effectual-0.5.0.dist-info → effectual-0.5.2.dist-info}/licenses/LICENSE +0 -0
effectual/developer.py
CHANGED
@@ -40,10 +40,10 @@ def main() -> None:
|
|
40
40
|
|
41
41
|
runCommand = subprocess.Popen(["uv", "run", outputFile], shell=True)
|
42
42
|
|
43
|
-
lastHashSet: set[str] = getAllHashes(sourceDirectory
|
43
|
+
lastHashSet: set[str] = getAllHashes(str(sourceDirectory))
|
44
44
|
|
45
45
|
while True:
|
46
|
-
currentHashSet: set[str] = getAllHashes(sourceDirectory
|
46
|
+
currentHashSet: set[str] = getAllHashes(str(sourceDirectory))
|
47
47
|
if currentHashSet != lastHashSet:
|
48
48
|
lastHashSet = currentHashSet
|
49
49
|
runCommand.kill()
|
@@ -2,11 +2,11 @@ effectual/__init__.py,sha256=9hA5S-390BtY7m-NojGHioaBJJ8vEM3IXuMvmzWBv0E,407
|
|
2
2
|
effectual/build.py,sha256=WlgaXvu3dt6Uv1QpYkk9P3uUfYq0-5rHZTpiucPhpsg,5646
|
3
3
|
effectual/colors.py,sha256=na7SEUSXM7aHvEKeIAn5shrZJtrBYq_ZUp121GRO_PQ,1411
|
4
4
|
effectual/config.py,sha256=otTF0HIBwECrHpXsB-e_rlxDZg5uRwIIoUPC37TZl8Q,1165
|
5
|
-
effectual/developer.py,sha256=
|
5
|
+
effectual/developer.py,sha256=IL588ieg5LN9nMvGUl26I_jKiavstAVRiyik3OopiyA,2050
|
6
6
|
effectual/fileHash.py,sha256=ftFDY0RY1RF-IQxgbS9HfJp9mzgc3I6Acl69CIKUL2o,848
|
7
7
|
effectual/minifier.py,sha256=7GHgQWzin2J1W62yMReHXaYIChXc3f0rNJA-yY4LDEI,1313
|
8
|
-
effectual-0.5.
|
9
|
-
effectual-0.5.
|
10
|
-
effectual-0.5.
|
11
|
-
effectual-0.5.
|
12
|
-
effectual-0.5.
|
8
|
+
effectual-0.5.2.dist-info/METADATA,sha256=wqnbNprbZ6m7Pbdo-DKLWHYixdxYxcqqp36tHHBLUD4,2560
|
9
|
+
effectual-0.5.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
10
|
+
effectual-0.5.2.dist-info/entry_points.txt,sha256=1W7EjlLZkw_Wz8V1SgdzzDis-CRE5IINyg74upsB0zU,40
|
11
|
+
effectual-0.5.2.dist-info/licenses/LICENSE,sha256=RrVXS_K_FctToNx9BLuZm9vbcpTi3PHNzWMaz7QyVeg,1082
|
12
|
+
effectual-0.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|