conda-package-handling


Nameconda-package-handling JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/conda/conda-package-handling
SummaryCreate and extract conda packages of various formats.
upload_time2024-10-09 18:23:37
maintainerNone
docs_urlNone
authorAnaconda, Inc.
requires_python>=3.8
licenseNone
keywords conda-package-handling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # conda-package-handling

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/conda/conda-package-handling/main.svg)](https://results.pre-commit.ci/latest/github/conda/conda-package-handling/main)

Create and extract conda packages of various formats.

`conda` and `conda-build` use `conda_package_handling.api` to create and extract
conda packages. This package also provides the `cph` command line tool to
extract, create, and convert between formats.

See also
[conda-package-streaming](https://conda.github.io/conda-package-streaming), an
efficient library to read from new and old format .conda and .tar.bz2 conda
packages.

Full documentation at [https://conda.github.io/conda-package-handling/](https://conda.github.io/conda-package-handling/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/conda/conda-package-handling",
    "name": "conda-package-handling",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "conda-package-handling",
    "author": "Anaconda, Inc.",
    "author_email": "conda@anaconda.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/09/346c95b2063186126b3a186caec5cb4cf62f7c548cb042c31adb8f5dd4ff/conda_package_handling-2.4.0.tar.gz",
    "platform": null,
    "description": "# conda-package-handling\n\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/conda/conda-package-handling/main.svg)](https://results.pre-commit.ci/latest/github/conda/conda-package-handling/main)\n\nCreate and extract conda packages of various formats.\n\n`conda` and `conda-build` use `conda_package_handling.api` to create and extract\nconda packages. This package also provides the `cph` command line tool to\nextract, create, and convert between formats.\n\nSee also\n[conda-package-streaming](https://conda.github.io/conda-package-streaming), an\nefficient library to read from new and old format .conda and .tar.bz2 conda\npackages.\n\nFull documentation at [https://conda.github.io/conda-package-handling/](https://conda.github.io/conda-package-handling/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create and extract conda packages of various formats.",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://github.com/conda/conda-package-handling"
    },
    "split_keywords": [
        "conda-package-handling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6624845d560e657dbede375c8d924eaad6e63c01b1bebc04aff70a0c2cf89cef",
                "md5": "1972edd525a4badd67480a2eb25c0b3e",
                "sha256": "f835b17a5d8283555e13e0e7b7af80770007a1ff4924b07994aedad96bfb5e0c"
            },
            "downloads": -1,
            "filename": "conda_package_handling-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1972edd525a4badd67480a2eb25c0b3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22662,
            "upload_time": "2024-10-09T18:23:36",
            "upload_time_iso_8601": "2024-10-09T18:23:36.855110Z",
            "url": "https://files.pythonhosted.org/packages/66/24/845d560e657dbede375c8d924eaad6e63c01b1bebc04aff70a0c2cf89cef/conda_package_handling-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac09346c95b2063186126b3a186caec5cb4cf62f7c548cb042c31adb8f5dd4ff",
                "md5": "ef325f259b22a8d998722d94d526a2ce",
                "sha256": "3ec9c5bd05ad9a9d68b160880f51bc7216f299cb552affeb25129ca9479eff31"
            },
            "downloads": -1,
            "filename": "conda_package_handling-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef325f259b22a8d998722d94d526a2ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26438,
            "upload_time": "2024-10-09T18:23:37",
            "upload_time_iso_8601": "2024-10-09T18:23:37.820032Z",
            "url": "https://files.pythonhosted.org/packages/ac/09/346c95b2063186126b3a186caec5cb4cf62f7c548cb042c31adb8f5dd4ff/conda_package_handling-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 18:23:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "conda",
    "github_project": "conda-package-handling",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "conda-package-handling"
}
        
Elapsed time: 0.35210s