| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- Metadata-Version: 2.4
- Name: uv-build
- Version: 0.8.24
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Environment :: Console
- Classifier: Intended Audience :: Developers
- Classifier: Operating System :: OS Independent
- Classifier: License :: OSI Approved :: MIT License
- Classifier: License :: OSI Approved :: Apache Software License
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 3.8
- Classifier: Programming Language :: Python :: 3.9
- Classifier: Programming Language :: Python :: 3.10
- Classifier: Programming Language :: Python :: 3.11
- Classifier: Programming Language :: Python :: 3.12
- Classifier: Programming Language :: Python :: 3.13
- Classifier: Programming Language :: Python :: 3 :: Only
- Classifier: Topic :: Software Development :: Quality Assurance
- Classifier: Topic :: Software Development :: Testing
- Classifier: Topic :: Software Development :: Libraries
- License-File: LICENSE-APACHE
- License-File: LICENSE-MIT
- Summary: The uv build backend
- Keywords: uv,requirements,packaging
- Home-Page: https://pypi.org/project/uv/
- Author-email: "Astral Software Inc." <hey@astral.sh>
- License-Expression: MIT OR Apache-2.0
- Requires-Python: >=3.8
- Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
- Project-URL: Repository, https://github.com/astral-sh/uv
- Project-URL: Documentation, https://docs.astral.sh/uv
- Project-URL: Changelog, https://github.com/astral-sh/uv/blob/main/CHANGELOG.md
- Project-URL: Releases, https://github.com/astral-sh/uv/releases
- Project-URL: Discord, https://discord.gg/astral-sh
- # Build backend for uv
- This package is a slimmed down version of uv containing only the build backend. See
- https://pypi.org/project/uv/ and https://docs.astral.sh/uv/ for the main project package and
- documentation.
|