voom-cli 0.1.0__tar.gz → 0.2.0__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.
- {voom_cli-0.1.0/voom_cli.egg-info → voom_cli-0.2.0}/PKG-INFO +4 -4
- {voom_cli-0.1.0 → voom_cli-0.2.0}/README.md +2 -2
- {voom_cli-0.1.0 → voom_cli-0.2.0}/pyproject.toml +2 -2
- voom_cli-0.2.0/voom/__init__.py +1 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0/voom_cli.egg-info}/PKG-INFO +4 -4
- voom_cli-0.1.0/voom/__init__.py +0 -1
- {voom_cli-0.1.0 → voom_cli-0.2.0}/LICENSE +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/setup.cfg +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom/cli.py +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom/downloader.py +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom_cli.egg-info/SOURCES.txt +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom_cli.egg-info/dependency_links.txt +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom_cli.egg-info/entry_points.txt +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom_cli.egg-info/requires.txt +0 -0
- {voom_cli-0.1.0 → voom_cli-0.2.0}/voom_cli.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voom-cli
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Fast, safe, parallel build-artifact pruning across
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: Fast, safe, parallel build-artifact pruning across every major language ecosystem
|
|
5
5
|
Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/Goldziher/voom
|
|
@@ -37,7 +37,7 @@ Dynamic: license-file
|
|
|
37
37
|
|
|
38
38
|
# voom-cli
|
|
39
39
|
|
|
40
|
-
Fast, safe, parallel build-artifact pruning across
|
|
40
|
+
Fast, safe, parallel build-artifact pruning across every major language ecosystem.
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
pip install voom-cli
|
|
@@ -47,7 +47,7 @@ voom --dry-run ~
|
|
|
47
47
|
Or without installing:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
uvx voom-cli --dry-run ~
|
|
50
|
+
uvx --from voom-cli voom --dry-run ~
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
The first run downloads the prebuilt `voom` binary for your platform from the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# voom-cli
|
|
2
2
|
|
|
3
|
-
Fast, safe, parallel build-artifact pruning across
|
|
3
|
+
Fast, safe, parallel build-artifact pruning across every major language ecosystem.
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
pip install voom-cli
|
|
@@ -10,7 +10,7 @@ voom --dry-run ~
|
|
|
10
10
|
Or without installing:
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
uvx voom-cli --dry-run ~
|
|
13
|
+
uvx --from voom-cli voom --dry-run ~
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
The first run downloads the prebuilt `voom` binary for your platform from the
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "voom-cli"
|
|
7
|
-
version = "0.
|
|
8
|
-
description = "Fast, safe, parallel build-artifact pruning across
|
|
7
|
+
version = "0.2.0"
|
|
8
|
+
description = "Fast, safe, parallel build-artifact pruning across every major language ecosystem"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
11
11
|
authors = [{ name = "Na'aman Hirschfeld", email = "nhirschfeld@gmail.com" }]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.0"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: voom-cli
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: Fast, safe, parallel build-artifact pruning across
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: Fast, safe, parallel build-artifact pruning across every major language ecosystem
|
|
5
5
|
Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/Goldziher/voom
|
|
@@ -37,7 +37,7 @@ Dynamic: license-file
|
|
|
37
37
|
|
|
38
38
|
# voom-cli
|
|
39
39
|
|
|
40
|
-
Fast, safe, parallel build-artifact pruning across
|
|
40
|
+
Fast, safe, parallel build-artifact pruning across every major language ecosystem.
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
43
|
pip install voom-cli
|
|
@@ -47,7 +47,7 @@ voom --dry-run ~
|
|
|
47
47
|
Or without installing:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
uvx voom-cli --dry-run ~
|
|
50
|
+
uvx --from voom-cli voom --dry-run ~
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
The first run downloads the prebuilt `voom` binary for your platform from the
|
voom_cli-0.1.0/voom/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.0"
|
|
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
|