[ 源代码: extension-helpers ]
软件包:python3-extension-helpers(1.0.0-1)
python3-extension-helpers 的相关链接
Debian 的资源:
下载源码包 extension-helpers:
- [extension-helpers_1.0.0-1.dsc]
- [extension-helpers_1.0.0.orig.tar.gz]
- [extension-helpers_1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.org]
相似软件包:
Utilities for building and installing packages
The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.
This is not a traditional package in the sense that it is not intended to be installed directly by users or developers. Instead, it is meant to be accessed when the setup.py command is run and should be defined as a build-time dependency in pyproject.toml files.
其他与 python3-extension-helpers 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-dev
- header files and a static library for Python (default)
-
- dep: python3-distutils
- Python 3.x 的 distutils 软件包
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-setuptools
- Python3 Distutils Enhancements