installer


Nameinstaller JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryA library for installing Python wheels.
upload_time2023-03-17 20:39:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # installer

<!-- start readme-pitch -->

This is a low-level library for installing a Python package from a
[wheel distribution](https://packaging.python.org/glossary/#term-Wheel). It
provides basic functionality and abstractions for handling wheels and installing
packages from wheels.

- Logic for "unpacking" a wheel (i.e. installation).
- Abstractions for various parts of the unpacking process.
- Extensible simple implementations of the abstractions.
- Platform-independent Python script wrapper generation.

<!-- end readme-pitch -->

You can read more in the [documentation](https://installer.rtfd.io/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "installer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Pradyun Gedam <pradyunsg@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/05/18/ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8/installer-0.7.0.tar.gz",
    "platform": null,
    "description": "# installer\n\n<!-- start readme-pitch -->\n\nThis is a low-level library for installing a Python package from a\n[wheel distribution](https://packaging.python.org/glossary/#term-Wheel). It\nprovides basic functionality and abstractions for handling wheels and installing\npackages from wheels.\n\n- Logic for \"unpacking\" a wheel (i.e. installation).\n- Abstractions for various parts of the unpacking process.\n- Extensible simple implementations of the abstractions.\n- Platform-independent Python script wrapper generation.\n\n<!-- end readme-pitch -->\n\nYou can read more in the [documentation](https://installer.rtfd.io/).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for installing Python wheels.",
    "version": "0.7.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5ca1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18",
                "md5": "33bf0ddf910e336c22972abb07b97f89",
                "sha256": "05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53"
            },
            "downloads": -1,
            "filename": "installer-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33bf0ddf910e336c22972abb07b97f89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 453838,
            "upload_time": "2023-03-17T20:39:36",
            "upload_time_iso_8601": "2023-03-17T20:39:36.219116Z",
            "url": "https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0518ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8",
                "md5": "d961d1105c9270049528b1167ed021bc",
                "sha256": "a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631"
            },
            "downloads": -1,
            "filename": "installer-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d961d1105c9270049528b1167ed021bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 474349,
            "upload_time": "2023-03-17T20:39:38",
            "upload_time_iso_8601": "2023-03-17T20:39:38.871069Z",
            "url": "https://files.pythonhosted.org/packages/05/18/ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8/installer-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-17 20:39:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "installer"
}
        
Elapsed time: 0.13592s