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