Public Member Functions | Static Public Attributes | List of all members
python.logInspector.setup.BuildExt Class Reference
Inheritance diagram for python.logInspector.setup.BuildExt:
Inheritance graph
[legend]

Public Member Functions

def build_extensions (self)
 

Static Public Attributes

string author = 'James Jackson',
 
string author_email = 'superjax08@gmail.com',
 
dictionary c_opts
 
dictionary cmdclass = {'build_ext': BuildExt},
 
string description = 'pybind interface to reading InertialSense Log files',
 
 ext_modules = ext_modules,
 
list install_requires
 
string long_description = '',
 
 name
 
 version = __version__,
 
bool zip_safe = False,
 

Detailed Description

A custom build extension for adding compiler-specific options.

Definition at line 111 of file logInspector/setup.py.

Member Function Documentation

◆ build_extensions()

def python.logInspector.setup.BuildExt.build_extensions (   self)

Definition at line 121 of file logInspector/setup.py.

Member Data Documentation

◆ author

string python.logInspector.setup.BuildExt.author = 'James Jackson',
static

Definition at line 138 of file logInspector/setup.py.

◆ author_email

string python.logInspector.setup.BuildExt.author_email = 'superjax08@gmail.com',
static

Definition at line 139 of file logInspector/setup.py.

◆ c_opts

dictionary python.logInspector.setup.BuildExt.c_opts
static
Initial value:
= {
'msvc': ['/EHsc'],
'unix': ['-O3'],
}

Definition at line 113 of file logInspector/setup.py.

◆ cmdclass

dictionary python.logInspector.setup.BuildExt.cmdclass = {'build_ext': BuildExt},
static

Definition at line 152 of file logInspector/setup.py.

◆ description

string python.logInspector.setup.BuildExt.description = 'pybind interface to reading InertialSense Log files',
static

Definition at line 140 of file logInspector/setup.py.

◆ ext_modules

python.logInspector.setup.BuildExt.ext_modules = ext_modules,
static

Definition at line 142 of file logInspector/setup.py.

◆ install_requires

list python.logInspector.setup.BuildExt.install_requires
static
Initial value:
= ['pybind11>=2.2',
'pyqt5',
'numpy',
'matplotlib',
'pyyaml',
'pyserial',
'scipy',
'tqdm',
'simplekml'],

Definition at line 143 of file logInspector/setup.py.

◆ long_description

string python.logInspector.setup.BuildExt.long_description = '',
static

Definition at line 141 of file logInspector/setup.py.

◆ name

python.logInspector.setup.BuildExt.name
static

Definition at line 136 of file logInspector/setup.py.

◆ version

python.logInspector.setup.BuildExt.version = __version__,
static

Definition at line 137 of file logInspector/setup.py.

◆ zip_safe

bool python.logInspector.setup.BuildExt.zip_safe = False,
static

Definition at line 153 of file logInspector/setup.py.


The documentation for this class was generated from the following file:


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03