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

bin+lib portable-network-archive

Portable-Network-Archive cli

18 releases (11 breaking)

new 0.11.1 May 12, 2024
0.10.0 Apr 27, 2024
0.8.0 Mar 6, 2024
0.5.0 Dec 9, 2023
0.0.0-alpha.1 Mar 7, 2023

#251 in Filesystem

Download history 9/week @ 2024-01-31 15/week @ 2024-02-14 226/week @ 2024-02-21 41/week @ 2024-02-28 153/week @ 2024-03-06 51/week @ 2024-03-13 17/week @ 2024-03-20 9/week @ 2024-03-27 17/week @ 2024-04-03 153/week @ 2024-04-10 303/week @ 2024-04-17 182/week @ 2024-04-24 179/week @ 2024-05-01 178/week @ 2024-05-08

850 downloads per month

Apache-2.0 OR MIT

110KB
3K 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–62MB
~1M SLoC