rptar


Namerptar JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA lightweight command-line program for creating reproducible/deterministic tar archives.
upload_time2024-02-02 22:36:29
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords cli deterministic reproducible tar tarfile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rptar — a CLI backed by repro-tarfile

[![PyPI](https://img.shields.io/pypi/v/rptar.svg)](https://pypi.org/project/rptar/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/rptar)](https://pypi.org/project/rptar/)
[![tests](https://github.com/drivendataorg/repro-tarfile/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/drivendataorg/repro-tarfile/actions/workflows/tests.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/drivendataorg/repro-tarfile/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/repro-tarfile)

**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](https://linux.die.net/man/1/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"](https://github.com/drivendataorg/repro-tarfile#rptar-command-line-program) section of the repro-tarfile README.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rptar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "cli,deterministic,reproducible,tar,tarfile",
    "author": "",
    "author_email": "DrivenData <info@drivendata.org>",
    "download_url": "https://files.pythonhosted.org/packages/c8/bb/d4377cd9784b0a64370006cf00b62124f6b7d78a2b60da901a8b3876df36/rptar-0.1.1.tar.gz",
    "platform": null,
    "description": "# rptar \u2014 a CLI backed by repro-tarfile\n\n[![PyPI](https://img.shields.io/pypi/v/rptar.svg)](https://pypi.org/project/rptar/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/rptar)](https://pypi.org/project/rptar/)\n[![tests](https://github.com/drivendataorg/repro-tarfile/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/drivendataorg/repro-tarfile/actions/workflows/tests.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/drivendataorg/repro-tarfile/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/repro-tarfile)\n\n**A lightweight command-line program for creating reproducible/deterministic tar archives.**\n\n\"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.\n\nThis package provides a command-line program named **rptar**. It is designed as a partial drop-in replacement for the ubiquitous [tar](https://linux.die.net/man/1/tar) program and implements a commonly used subset of the `tar -c` interface for creating tar archives.\n\nFor further documentation, see the [\"rptar command line program\"](https://github.com/drivendataorg/repro-tarfile#rptar-command-line-program) section of the repro-tarfile README.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A lightweight command-line program for creating reproducible/deterministic tar archives.",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/drivendataorg/repro-tarfile#readme",
        "Issues": "https://github.com/drivendataorg/repro-tarfile/issues",
        "Source": "https://github.com/drivendataorg/repro-tarfile/tree/main/cli"
    },
    "split_keywords": [
        "cli",
        "deterministic",
        "reproducible",
        "tar",
        "tarfile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a16ca0e223c82ba70c31112b6316df18bbb91408b9362cbc49a26d2186a3ae77",
                "md5": "4a91091b20ba181d146d7b9819b711ca",
                "sha256": "59276eca84c85e3eee23e83000ad61745f60521f441a258f1d9d891c49557fed"
            },
            "downloads": -1,
            "filename": "rptar-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a91091b20ba181d146d7b9819b711ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4540,
            "upload_time": "2024-02-02T22:36:28",
            "upload_time_iso_8601": "2024-02-02T22:36:28.059861Z",
            "url": "https://files.pythonhosted.org/packages/a1/6c/a0e223c82ba70c31112b6316df18bbb91408b9362cbc49a26d2186a3ae77/rptar-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8bbd4377cd9784b0a64370006cf00b62124f6b7d78a2b60da901a8b3876df36",
                "md5": "4b2a4b95c27d558f8e89f72489abd2d2",
                "sha256": "d98debda77589038291f505c2af3627c2d3b5df19f7dc2f04c0f8c456c6fccc9"
            },
            "downloads": -1,
            "filename": "rptar-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4b2a4b95c27d558f8e89f72489abd2d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5369,
            "upload_time": "2024-02-02T22:36:29",
            "upload_time_iso_8601": "2024-02-02T22:36:29.055113Z",
            "url": "https://files.pythonhosted.org/packages/c8/bb/d4377cd9784b0a64370006cf00b62124f6b7d78a2b60da901a8b3876df36/rptar-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 22:36:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drivendataorg",
    "github_project": "repro-tarfile#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rptar"
}
        
Elapsed time: 0.18006s