Skip to main content

A lightweight command-line program for creating reproducible/deterministic tar archives.

Project description

rptar — a CLI backed by repro-tarfile

PyPI Supported Python versions tests codecov

A lightweight command-line program for creating reproducible/deterministic tar archives.

"Reproducible" or "deterministic" in this context means that the binary content of the tar archive is identical if you add files with identical binary content in the same order. It means you can reliably check equality of the contents of two tar archives by simply comparing checksums of the archive using a hash function like MD5 or SHA-256.

This package provides a command-line program named rptar. It is designed as a partial drop-in replacement for the ubiquitous tar program and implements a commonly used subset of the tar -c interface for creating tar archives.

For further documentation, see the "rptar command line program" section of the repro-tarfile README.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rptar-0.1.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

rptar-0.1.1-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page