first commit

This commit is contained in:
Yura 2024-09-15 15:12:16 +03:00
commit 417e54da96
5696 changed files with 900003 additions and 0 deletions

View file

@ -0,0 +1,25 @@
Metadata-Version: 2.1
Name: pyproject_hooks
Version: 1.1.0
Summary: Wrappers to call pyproject.toml-based build backend hooks.
Author-email: Thomas Kluyver <thomas@kluyver.me.uk>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Project-URL: Changelog, https://pyproject-hooks.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://pyproject-hooks.readthedocs.io/
Project-URL: Source, https://github.com/pypa/pyproject-hooks
``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).

View file

@ -0,0 +1,13 @@
pyproject_hooks-1.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pyproject_hooks-1.1.0.dist-info/METADATA,sha256=GFtikAHRG7IjGgWt23nz6orimbdlMY_K5M5Tq1FSu9o,1288
pyproject_hooks-1.1.0.dist-info/RECORD,,
pyproject_hooks-1.1.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
pyproject_hooks/__init__.py,sha256=lTZh3ElUBYq9sDir1jjP8exNT7GxD0KHyTsbP7-C4uo,691
pyproject_hooks/__pycache__/__init__.cpython-311.pyc,,
pyproject_hooks/__pycache__/_impl.cpython-311.pyc,,
pyproject_hooks/_impl.py,sha256=jY-raxnmyRyB57ruAitrJRUzEexuAhGTpgMygqx67Z4,14936
pyproject_hooks/_in_process/__init__.py,sha256=MJNPpfIxcO-FghxpBbxkG1rFiQf6HOUbV4U5mq0HFns,557
pyproject_hooks/_in_process/__pycache__/__init__.cpython-311.pyc,,
pyproject_hooks/_in_process/__pycache__/_in_process.cpython-311.pyc,,
pyproject_hooks/_in_process/_in_process.py,sha256=n_KTwipnsls5dWtJr1Jm2h18u5U5D_OVubKqtEu2UNQ,11603
pyproject_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0

View file

@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any