◆ build_extension()
def setup.CMakeBuild.build_extension |
( |
|
self, |
|
|
|
ext |
|
) |
| |
◆ name
◆ version
string setup.CMakeBuild.version = "5.0.1", |
|
static |
◆ author
string setup.CMakeBuild.author = "Infineon Technologies", |
|
static |
◆ description
string setup.CMakeBuild.description = "Python Library for Infineon's multi half-bridge IC drivers", |
|
static |
◆ long_description
string setup.CMakeBuild.long_description = "Python library for Infineons multi half-bridge IC drivers", |
|
static |
◆ project_urls
dictionary setup.CMakeBuild.project_urls |
|
static |
Initial value:= {
'Source' : 'https://github.com/Infineon/multi-half-bridge',
'Wiki': 'https://github.com/Infineon/multi-half-bridge/wiki',
'IC Prodcuts Page' : 'https://www.infineon.com/cms/de/product/power/motor-control-ics/brushed-dc-motor-driver-ics/multi-half-bridge-ics/'
},
◆ ext_modules
list setup.CMakeBuild.ext_modules = [CMakeExtension("multi_half_bridge_py")], |
|
static |
◆ cmdclass
dictionary setup.CMakeBuild.cmdclass = {"build_ext": CMakeBuild}, |
|
static |
◆ license
string setup.CMakeBuild.license = 'MIT', |
|
static |
◆ url
string setup.CMakeBuild.url = 'https://pypi.org/project/multi-half-bridge/', |
|
static |
◆ classifiers
list setup.CMakeBuild.classifiers |
|
static |
Initial value:= [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
◆ zip_safe
bool setup.CMakeBuild.zip_safe = False, |
|
static |
The documentation for this class was generated from the following file: