net-mesh-cli 0.19.0__py3-none-win_amd64.whl

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,51 @@
1
+ Metadata-Version: 2.4
2
+ Name: net-mesh-cli
3
+ Version: 0.19.0
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: Intended Audience :: System Administrators
7
+ Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: Programming Language :: Rust
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: Topic :: System :: Networking
11
+ Classifier: Topic :: Software Development :: Libraries
12
+ Summary: net-mesh — unified command-line interface for the Net mesh
13
+ Keywords: net-mesh,mesh,cli,event-bus,operator
14
+ License: Apache-2.0
15
+ Requires-Python: >=3.8
16
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
17
+ Project-URL: Homepage, https://github.com/ai-2070/net
18
+ Project-URL: Repository, https://github.com/ai-2070/net
19
+
20
+ # net-mesh-cli
21
+
22
+ `net-mesh` — unified command-line interface for the Net mesh,
23
+ packaged as a PyPI wheel so it installs cleanly into any Python
24
+ environment.
25
+
26
+ ```sh
27
+ pip install net-mesh-cli
28
+ net-mesh --help
29
+ ```
30
+
31
+ The wheel bundles the Rust `net-mesh` binary directly (built with
32
+ [`maturin`](https://github.com/PyO3/maturin)'s `bindings = "bin"`
33
+ mode); `pip install` puts it on your `$PATH` with no compilation
34
+ step and no Python shim layer.
35
+
36
+ Supported platforms: linux x86_64 (glibc + musl), linux aarch64,
37
+ macOS x86_64 + aarch64, Windows x86_64 + aarch64. A source distribution is
38
+ also published for any platform pip can't find a wheel for —
39
+ that path needs a Rust toolchain.
40
+
41
+ ## Other install paths
42
+
43
+ - **crates.io** — `cargo install net-cli`
44
+ - **cargo-binstall** — `cargo binstall net-cli`
45
+ - **npm** — `npm install -g @net-mesh/cli`
46
+ - **GitHub Releases** — prebuilt tarballs at
47
+ https://github.com/ai-2070/net/releases
48
+
49
+ See the [main README](https://github.com/ai-2070/net) for the
50
+ full surface + subcommand reference.
51
+
@@ -0,0 +1,5 @@
1
+ net_mesh_cli-0.19.0.data/scripts/net-mesh.exe,sha256=o9XHmWzXYhSQYmoZMDPIgegC2ocyT3pXZ2ikmZNhtOY,3574784
2
+ net_mesh_cli-0.19.0.dist-info/METADATA,sha256=uv0vFQosF8v9kLXFa9mYrKHKjgv0UKMYMrKrEt56SQI,1848
3
+ net_mesh_cli-0.19.0.dist-info/WHEEL,sha256=fxUURV-tpz4EGoGaAcyzIZ0CMCngNhGnetS-bU4AaSg,94
4
+ net_mesh_cli-0.19.0.dist-info/sboms/net-cli.cyclonedx.json,sha256=CR9PpPGTu1Cx4EwjtNZVwqwKnmakGXSclpkviR5qgyI,278348
5
+ net_mesh_cli-0.19.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.13.3)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64