pyproject-hooks


Namepyproject-hooks JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryWrappers to call pyproject.toml-based build backend hooks.
upload_time2024-04-29 07:28:58
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/c7/07/6f63dda440d4abb191b91dc383b472dae3dd9f37e4c1e4a5c3db150531c6/pyproject_hooks-1.1.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.1.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": "aef3431b9d5fe7d14af7a32340792ef43b8a714e7726f1d7b69cc4e8e7a3f1d7",
                "md5": "d1abe35f30ad481f49a5d4fe29f075a1",
                "sha256": "7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1abe35f30ad481f49a5d4fe29f075a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9184,
            "upload_time": "2024-04-29T07:28:56",
            "upload_time_iso_8601": "2024-04-29T07:28:56.885150Z",
            "url": "https://files.pythonhosted.org/packages/ae/f3/431b9d5fe7d14af7a32340792ef43b8a714e7726f1d7b69cc4e8e7a3f1d7/pyproject_hooks-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7076f63dda440d4abb191b91dc383b472dae3dd9f37e4c1e4a5c3db150531c6",
                "md5": "1963f68105b77c6d4be0a769c6d43779",
                "sha256": "4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1963f68105b77c6d4be0a769c6d43779",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7838,
            "upload_time": "2024-04-29T07:28:58",
            "upload_time_iso_8601": "2024-04-29T07:28:58.434219Z",
            "url": "https://files.pythonhosted.org/packages/c7/07/6f63dda440d4abb191b91dc383b472dae3dd9f37e4c1e4a5c3db150531c6/pyproject_hooks-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 07:28:58",
    "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.24383s