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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voom-cli
3
- Version: 0.1.0
4
- Summary: Fast, safe, parallel build-artifact pruning across 24 language ecosystems
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 24 language ecosystems.
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 24 language ecosystems.
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.1.0"
8
- description = "Fast, safe, parallel build-artifact pruning across 24 language ecosystems"
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.1.0
4
- Summary: Fast, safe, parallel build-artifact pruning across 24 language ecosystems
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 24 language ecosystems.
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 +0,0 @@
1
- __version__ = "0.1.0"
File without changes
File without changes
File without changes
File without changes