Definition at line 27 of file setup.py.
def setup.EmptyListWithLength.__len__ |
( |
|
self | ) |
|
string setup.EmptyListWithLength.author = 'Intel(R) RealSense(TM)' |
|
static |
string setup.EmptyListWithLength.author_email = 'realsense@intel.com' |
|
static |
list setup.EmptyListWithLength.classifiers |
|
static |
Initial value: 2 'Development Status :: 3 - Alpha',
3 'Environment :: Console',
4 'Intended Audience :: Developers',
5 'Intended Audience :: Education',
6 'Intended Audience :: Science/Research',
7 'License :: OSI Approved :: Apache Software License',
8 'Operating System :: Microsoft :: Windows',
9 'Operating System :: POSIX',
10 'Operating System :: Unix',
11 'Programming Language :: Python',
12 'Programming Language :: Python :: 2',
13 'Programming Language :: Python :: 2.7',
14 'Programming Language :: Python :: 3',
15 'Programming Language :: Python :: 3.6',
16 'Programming Language :: Python :: 3.7',
17 'Programming Language :: Python :: 3.8',
18 'Programming Language :: Python :: 3.9',
19 'Topic :: Multimedia :: Video',
20 'Topic :: Scientific/Engineering',
21 'Topic :: Scientific/Engineering :: Human Machine Interfaces',
22 'Topic :: Scientific/Engineering :: Image Recognition',
23 'Topic :: Software Development',
24 'Topic :: Software Development :: Libraries :: Application Frameworks'
Definition at line 48 of file setup.py.
string setup.EmptyListWithLength.description = 'Python Wrapper for Intel Realsense SDK 2.0.' |
|
static |
bool setup.EmptyListWithLength.include_package_data = True |
|
static |
list setup.EmptyListWithLength.install_requires = [], |
|
static |
string setup.EmptyListWithLength.license = 'Apache License, Version 2.0' |
|
static |
setup.EmptyListWithLength.long_description = load_readme(), |
|
static |
setup.EmptyListWithLength.name |
|
static |
setup.EmptyListWithLength.package_data = package_data |
|
static |
setup.EmptyListWithLength.packages = find_packages(exclude=['third_party', 'docs', 'examples']), |
|
static |
list setup.EmptyListWithLength.scripts |
|
static |
Initial value: 1 = [
'examples/align-depth2color.py',
2 'examples/export_ply_example.py',
3 'examples/opencv_viewer_example.py',
4 'examples/python-rs400-advanced-mode-example.py',
5 'examples/python-tutorial-1-depth.py'
Definition at line 38 of file setup.py.
string setup.EmptyListWithLength.url = 'https://github.com/IntelRealSense/librealsense' |
|
static |
setup.EmptyListWithLength.version = __version__, |
|
static |
The documentation for this class was generated from the following file: