pyproject_hooks


Namepyproject_hooks JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryWrappers to call pyproject.toml-based build backend hooks.
upload_time2022-11-21 11:52:14
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/25/c1/374304b8407d3818f7025457b7366c8e07768377ce12edfe2aa58aa0f64c/pyproject_hooks-1.0.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",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wrappers to call pyproject.toml-based build backend hooks.",
    "version": "1.0.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": null,
            "digests": {
                "blake2b_256": "d5ea9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4",
                "md5": "68020c2619c7a744dcee12b670c9f413",
                "sha256": "283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68020c2619c7a744dcee12b670c9f413",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 9286,
            "upload_time": "2022-11-21T11:52:11",
            "upload_time_iso_8601": "2022-11-21T11:52:11.072604Z",
            "url": "https://files.pythonhosted.org/packages/d5/ea/9ae603de7fbb3df820b23a70f6aff92bf8c7770043254ad8d2dc9d6bcba4/pyproject_hooks-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25c1374304b8407d3818f7025457b7366c8e07768377ce12edfe2aa58aa0f64c",
                "md5": "69b0b6de189bc04c3f9e304281765741",
                "sha256": "f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5"
            },
            "downloads": -1,
            "filename": "pyproject_hooks-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "69b0b6de189bc04c3f9e304281765741",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16901,
            "upload_time": "2022-11-21T11:52:14",
            "upload_time_iso_8601": "2022-11-21T11:52:14.029089Z",
            "url": "https://files.pythonhosted.org/packages/25/c1/374304b8407d3818f7025457b7366c8e07768377ce12edfe2aa58aa0f64c/pyproject_hooks-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-21 11:52:14",
    "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.25871s