voom-cli 0.0.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.0.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Na'aman Hirschfeld
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: voom-cli
3
+ Version: 0.0.0
4
+ Summary: Fast, safe, parallel build-artifact pruning across 20+ language ecosystems. Name placeholder — the first functional release is 0.1.0.
5
+ Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/Goldziher/voom
8
+ Project-URL: Repository, https://github.com/Goldziher/voom.git
9
+ Project-URL: Issues, https://github.com/Goldziher/voom/issues
10
+ Keywords: cleanup,build,artifacts,disk-space,cli,prune,rust
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Environment :: Console
16
+ Classifier: Topic :: Utilities
17
+ Requires-Python: >=3.8
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # voom-cli
23
+
24
+ Fast, safe, parallel build-artifact pruning across 20+ language ecosystems.
25
+
26
+ > Named for the substance in Little Cat Z's hat in *The Cat in the Hat Comes Back* —
27
+ > the stuff that cleans up every last speck of pink snow in one go.
28
+
29
+ **This `0.0.0` release is a name placeholder** and installs nothing. The first functional
30
+ release is `0.1.0`.
31
+
32
+ See <https://github.com/Goldziher/voom>.
@@ -0,0 +1,11 @@
1
+ # voom-cli
2
+
3
+ Fast, safe, parallel build-artifact pruning across 20+ language ecosystems.
4
+
5
+ > Named for the substance in Little Cat Z's hat in *The Cat in the Hat Comes Back* —
6
+ > the stuff that cleans up every last speck of pink snow in one go.
7
+
8
+ **This `0.0.0` release is a name placeholder** and installs nothing. The first functional
9
+ release is `0.1.0`.
10
+
11
+ See <https://github.com/Goldziher/voom>.
@@ -0,0 +1,29 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "voom-cli"
7
+ version = "0.0.0"
8
+ description = "Fast, safe, parallel build-artifact pruning across 20+ language ecosystems. Name placeholder — the first functional release is 0.1.0."
9
+ readme = "README.md"
10
+ license = { text = "MIT" }
11
+ authors = [{ name = "Na'aman Hirschfeld", email = "nhirschfeld@gmail.com" }]
12
+ keywords = ["cleanup", "build", "artifacts", "disk-space", "cli", "prune", "rust"]
13
+ requires-python = ">=3.8"
14
+ classifiers = [
15
+ "Development Status :: 1 - Planning",
16
+ "Intended Audience :: Developers",
17
+ "License :: OSI Approved :: MIT License",
18
+ "Programming Language :: Python :: 3",
19
+ "Environment :: Console",
20
+ "Topic :: Utilities",
21
+ ]
22
+
23
+ [project.urls]
24
+ Homepage = "https://github.com/Goldziher/voom"
25
+ Repository = "https://github.com/Goldziher/voom.git"
26
+ Issues = "https://github.com/Goldziher/voom/issues"
27
+
28
+ [tool.setuptools]
29
+ packages = ["voom"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.4
2
+ Name: voom-cli
3
+ Version: 0.0.0
4
+ Summary: Fast, safe, parallel build-artifact pruning across 20+ language ecosystems. Name placeholder — the first functional release is 0.1.0.
5
+ Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/Goldziher/voom
8
+ Project-URL: Repository, https://github.com/Goldziher/voom.git
9
+ Project-URL: Issues, https://github.com/Goldziher/voom/issues
10
+ Keywords: cleanup,build,artifacts,disk-space,cli,prune,rust
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Environment :: Console
16
+ Classifier: Topic :: Utilities
17
+ Requires-Python: >=3.8
18
+ Description-Content-Type: text/markdown
19
+ License-File: LICENSE
20
+ Dynamic: license-file
21
+
22
+ # voom-cli
23
+
24
+ Fast, safe, parallel build-artifact pruning across 20+ language ecosystems.
25
+
26
+ > Named for the substance in Little Cat Z's hat in *The Cat in the Hat Comes Back* —
27
+ > the stuff that cleans up every last speck of pink snow in one go.
28
+
29
+ **This `0.0.0` release is a name placeholder** and installs nothing. The first functional
30
+ release is `0.1.0`.
31
+
32
+ See <https://github.com/Goldziher/voom>.
@@ -0,0 +1,8 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ voom/__init__.py
5
+ voom_cli.egg-info/PKG-INFO
6
+ voom_cli.egg-info/SOURCES.txt
7
+ voom_cli.egg-info/dependency_links.txt
8
+ voom_cli.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ voom