#archive #pna #encryption #crypto #data #cli

bin+lib portable-network-archive

Portable-Network-Archive cli

48 releases (23 breaking)

new 0.23.6 Mar 10, 2025
0.23.4 Feb 25, 2025
0.20.5 Dec 18, 2024
0.20.2 Nov 27, 2024
0.0.0-alpha.1 Mar 7, 2023

#369 in Filesystem

Download history 165/week @ 2024-11-20 297/week @ 2024-11-27 43/week @ 2024-12-04 189/week @ 2024-12-11 137/week @ 2024-12-18 7/week @ 2024-12-25 286/week @ 2025-01-01 173/week @ 2025-01-08 181/week @ 2025-01-15 127/week @ 2025-01-22 64/week @ 2025-01-29 514/week @ 2025-02-05 326/week @ 2025-02-12 306/week @ 2025-02-19 187/week @ 2025-02-26 84/week @ 2025-03-05

973 downloads per month

Apache-2.0 OR MIT

355KB
10K SLoC

Portable Network Archive

test Crates.io

PNA (Portable Network Archive) is a highly scalable archive format that can be compressed, encrypted, and split. Also, its data structure is inspired by the PNG data structure.

Installation

Via Cargo

cargo install portable-network-archive

From Source (via Cargo)

cargo install --git https://github.com/ChanTsune/Portable-Network-Archive.git portable-network-archive

Usage

Creating an Archive

pna create <ARCHIVE> [FILES]...

Extracting an Archive

pna extract <ARCHIVE>

Listing Archived Entries

pna list <ARCHIVE>

Use the following command to get help.

pna --help

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~27–69MB
~1M SLoC