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

bin+lib portable-network-archive

Portable-Network-Archive cli

16 releases (10 breaking)

new 0.10.0 Apr 27, 2024
0.8.0 Mar 6, 2024
0.5.0 Dec 9, 2023
0.4.0 Nov 18, 2023
0.0.0-alpha.1 Mar 7, 2023

#653 in Filesystem

Download history 10/week @ 2024-01-18 9/week @ 2024-02-01 21/week @ 2024-02-15 230/week @ 2024-02-22 115/week @ 2024-02-29 89/week @ 2024-03-07 34/week @ 2024-03-14 14/week @ 2024-03-21 19/week @ 2024-03-28 11/week @ 2024-04-04 153/week @ 2024-04-11 293/week @ 2024-04-18

476 downloads per month

Apache-2.0 OR MIT

82KB
2K 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)

git clone https://github.com/ChanTsune/Portable-Network-Archive.git
cd Portable-Network-Archive
cargo install --path cli

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

~17–64MB
~1M SLoC