Multi Half-Bridge  4.0.0
Library of Infineon's Multi Half-Bridge IC controllers family
setup.CMakeBuild Class Reference
Inheritance diagram for setup.CMakeBuild:
Collaboration diagram for setup.CMakeBuild:

Public Member Functions

def build_extension (self, ext)
 

Static Public Attributes

 name
 
string version = "5.0.1",
 
string author = "Infineon Technologies",
 
string description = "Python Library for Infineon's multi half-bridge IC drivers",
 
string long_description = "Python library for Infineons multi half-bridge IC drivers",
 
dictionary project_urls
 
list ext_modules = [CMakeExtension("multi_half_bridge_py")],
 
dictionary cmdclass = {"build_ext": CMakeBuild},
 
string license = 'MIT',
 
string url = 'https://pypi.org/project/multi-half-bridge/',
 
list classifiers
 
bool zip_safe = False,
 

Member Function Documentation

◆ build_extension()

def setup.CMakeBuild.build_extension (   self,
  ext 
)

Field Documentation

◆ name

setup.CMakeBuild.name
static

◆ 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: