fluxhivectl 0.1.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.
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluxhivectl
3
+ Version: 0.1.0
4
+ Summary: Compatibility package that installs the FluxHive CLI
5
+ Author: FluxHive Team
6
+ Project-URL: Homepage, https://github.com/fluxhex/fluxhive#readme
7
+ Project-URL: Repository, https://github.com/fluxhex/fluxhive
8
+ Project-URL: Issues, https://github.com/fluxhex/fluxhive/issues
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: fluxhive-cli==0.1.0
12
+
13
+ # fluxhivectl
14
+
15
+ Compatibility package for the FluxHive CLI.
16
+
17
+ The maintained PyPI package is `fluxhive-cli`. Installing `fluxhivectl` installs the matching `fluxhive-cli` release, which provides both commands:
18
+
19
+ ```bash
20
+ fluxhive
21
+ fluxhivectl
22
+ ```
23
+
24
+ Prefer this command for new installs:
25
+
26
+ ```bash
27
+ pipx install fluxhive-cli
28
+ ```
@@ -0,0 +1,16 @@
1
+ # fluxhivectl
2
+
3
+ Compatibility package for the FluxHive CLI.
4
+
5
+ The maintained PyPI package is `fluxhive-cli`. Installing `fluxhivectl` installs the matching `fluxhive-cli` release, which provides both commands:
6
+
7
+ ```bash
8
+ fluxhive
9
+ fluxhivectl
10
+ ```
11
+
12
+ Prefer this command for new installs:
13
+
14
+ ```bash
15
+ pipx install fluxhive-cli
16
+ ```
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluxhivectl
3
+ Version: 0.1.0
4
+ Summary: Compatibility package that installs the FluxHive CLI
5
+ Author: FluxHive Team
6
+ Project-URL: Homepage, https://github.com/fluxhex/fluxhive#readme
7
+ Project-URL: Repository, https://github.com/fluxhex/fluxhive
8
+ Project-URL: Issues, https://github.com/fluxhex/fluxhive/issues
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: fluxhive-cli==0.1.0
12
+
13
+ # fluxhivectl
14
+
15
+ Compatibility package for the FluxHive CLI.
16
+
17
+ The maintained PyPI package is `fluxhive-cli`. Installing `fluxhivectl` installs the matching `fluxhive-cli` release, which provides both commands:
18
+
19
+ ```bash
20
+ fluxhive
21
+ fluxhivectl
22
+ ```
23
+
24
+ Prefer this command for new installs:
25
+
26
+ ```bash
27
+ pipx install fluxhive-cli
28
+ ```
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ fluxhivectl.egg-info/PKG-INFO
4
+ fluxhivectl.egg-info/SOURCES.txt
5
+ fluxhivectl.egg-info/dependency_links.txt
6
+ fluxhivectl.egg-info/requires.txt
7
+ fluxhivectl.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ fluxhive-cli==0.1.0
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "fluxhivectl"
7
+ version = "0.1.0"
8
+ description = "Compatibility package that installs the FluxHive CLI"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ authors = [
12
+ { name = "FluxHive Team" }
13
+ ]
14
+ dependencies = [
15
+ "fluxhive-cli==0.1.0"
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://github.com/fluxhex/fluxhive#readme"
20
+ Repository = "https://github.com/fluxhex/fluxhive"
21
+ Issues = "https://github.com/fluxhex/fluxhive/issues"
22
+
23
+ [tool.setuptools]
24
+ packages = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+