pyproject-hooks


Namepyproject-hooks JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryWrappers to call pyproject.toml-based build backend hooks.
upload_time2024-09-29 09:24:13
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.
            ``pyproject-hooks``
===================

This is a low-level library for calling build-backends in ``pyproject.toml``-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects.

If you want a tool that builds Python packages, you'll want to use https://github.com/pypa/build instead. This is an underlying piece for `pip`, `build` and other "build frontends" use to call "build backends" within them.

You can read more in the `documentation <https://pyproject-hooks.readthedocs.io/>`_.

  Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyproject-hooks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Thomas Kluyver <thomas@kluyver.me.uk>",
    "download_url": "https://files.pythonhosted.org/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz",
    "platform": null,
    "description": "``pyproject-hooks``\n===================\n\nThis is a low-level library for calling build-backends in ``pyproject.toml``-based project. It provides the basic functionality to help write tooling that generates distribution files from Python projects.\n\nIf you want a tool that builds Python packages, you'll want to use https://github.com/pypa/build instead. This is an underlying piece for `pip`, `build` and other \"build frontends\" use to call \"build backends\" within them.\n\nYou can read more in the `documentation <https://pyproject-hooks.readthedocs.io/>`_.\n\n  Note: The ``pep517`` project has been replaced by this project (low level) and the ``build`` project (high level).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wrappers to call pyproject.toml-based build backend hooks.",
    "version": "1.2.0",
    "project_urls": {
        "Changelog": "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://pyproject-hooks.readthedocs.io/",
        "Source": "https://github.com/pypa/pyproject-hooks"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd2412818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42",
                "md5": "76778ed60637ad696c44239b0847881e",
                "sha256": "9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76778ed60637ad696c44239b0847881e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10216,
            "upload_time": "2024-09-29T09:24:11",
            "upload_time_iso_8601": "2024-09-29T09:24:11.978642Z",
            "url": "https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e78228175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925",
                "md5": "ed3dd1b984339e83e35f676d7169c192",
                "sha256": "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ed3dd1b984339e83e35f676d7169c192",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 19228,
            "upload_time": "2024-09-29T09:24:13",
            "upload_time_iso_8601": "2024-09-29T09:24:13.293934Z",
            "url": "https://files.pythonhosted.org/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-29 09:24:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "pyproject-hooks",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyproject-hooks"
}
        
Elapsed time: 0.69575s