rpzip


Namerpzip JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryA lightweight command-line program for creating reproducible/deterministic ZIP archives.
upload_time2024-02-02 05:51:23
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords cli deterministic reproducible zip zipfile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rpzip — a CLI backed by repro-zipfile

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

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

"Reproducible" or "deterministic" in this context means that the binary content of the ZIP 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 ZIP 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 **rpzip**. It is designed as a partial drop-in replacement for the ubiquitous [zip](https://linux.die.net/man/1/zip) program and implements a commonly used subset of zip's inferface.

For further documentation, see the ["rpzip command line program"](https://github.com/drivendataorg/repro-zipfile#rpzip-command-line-program) section of the repro-zipfile README.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rpzip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "cli,deterministic,reproducible,zip,zipfile",
    "author": "",
    "author_email": "DrivenData <info@drivendata.org>",
    "download_url": "https://files.pythonhosted.org/packages/96/e4/7dab623e53d45e019e33bc865dd8502ac8a3a0b5736fd1d4dcea5a8df9b9/rpzip-0.1.1.tar.gz",
    "platform": null,
    "description": "# rpzip \u2014 a CLI backed by repro-zipfile\n\n[![PyPI](https://img.shields.io/pypi/v/rpzip.svg)](https://pypi.org/project/rpzip/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/rpzip)](https://pypi.org/project/rpzip/)\n[![tests](https://github.com/drivendataorg/repro-zipfile/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/drivendataorg/repro-zipfile/actions/workflows/tests.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/drivendataorg/repro-zipfile/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/repro-zipfile)\n\n**A lightweight command-line program for creating reproducible/deterministic ZIP archives.**\n\n\"Reproducible\" or \"deterministic\" in this context means that the binary content of the ZIP 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 ZIP 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 **rpzip**. It is designed as a partial drop-in replacement for the ubiquitous [zip](https://linux.die.net/man/1/zip) program and implements a commonly used subset of zip's inferface.\n\nFor further documentation, see the [\"rpzip command line program\"](https://github.com/drivendataorg/repro-zipfile#rpzip-command-line-program) section of the repro-zipfile README.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A lightweight command-line program for creating reproducible/deterministic ZIP archives.",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/drivendataorg/repro-zipfile#readme",
        "Issues": "https://github.com/drivendataorg/repro-zipfile/issues",
        "Source": "https://github.com/drivendataorg/repro-zipfile/tree/main/cli"
    },
    "split_keywords": [
        "cli",
        "deterministic",
        "reproducible",
        "zip",
        "zipfile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ad864cd6ff41c9afc0539f1251cc1cce9c3e2ac464179d75d2f95923e2a033a",
                "md5": "79e48ca2fc6778f832da0677c45fa85d",
                "sha256": "42e15227eb284b0b1454e925ee72970c7f9ea441c9114e9d19098366df99de1e"
            },
            "downloads": -1,
            "filename": "rpzip-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79e48ca2fc6778f832da0677c45fa85d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4208,
            "upload_time": "2024-02-02T05:51:22",
            "upload_time_iso_8601": "2024-02-02T05:51:22.130591Z",
            "url": "https://files.pythonhosted.org/packages/0a/d8/64cd6ff41c9afc0539f1251cc1cce9c3e2ac464179d75d2f95923e2a033a/rpzip-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96e47dab623e53d45e019e33bc865dd8502ac8a3a0b5736fd1d4dcea5a8df9b9",
                "md5": "745fb004d16de0b01e863e3df9bfe237",
                "sha256": "b6a1828e461bc61dfb8d8522a92703a7890cd24305632d10e5c26f8c4a7ab203"
            },
            "downloads": -1,
            "filename": "rpzip-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "745fb004d16de0b01e863e3df9bfe237",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5038,
            "upload_time": "2024-02-02T05:51:23",
            "upload_time_iso_8601": "2024-02-02T05:51:23.910953Z",
            "url": "https://files.pythonhosted.org/packages/96/e4/7dab623e53d45e019e33bc865dd8502ac8a3a0b5736fd1d4dcea5a8df9b9/rpzip-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 05:51:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drivendataorg",
    "github_project": "repro-zipfile#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "rpzip"
}
        
Elapsed time: 0.34494s