sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
setup Namespace Reference

Variables

 USE_CYTHON = True
 
list setup_requires = ['nose>=1.0']
 
dictionary cmdclass = {}
 
string source = 'pyx'
 
tuple long_description = fh.read()
 
list strategies = []
 
string name = 'pjon_cython'
 
string version = '11.1.5-1'
 
list packages = ['pjon_cython']
 
string url = 'https://github.com/xlfe/PJON-cython'
 
string license = 'Apache 2.0'
 
string author = 'xlfe'
 
string description = 'Call the PJON C++ library directly from Python'
 
string long_description_content_type = "text/markdown"
 
string test_suite = 'nose.collector'
 
list classifiers
 
list ext_modules
 

Variable Documentation

string setup.author = 'xlfe'
list setup.classifiers
Initial value:
1 = [
2  'Programming Language :: Python :: 2.7',
3  'Programming Language :: Python :: 3.4',
4  'Programming Language :: Python :: 3.5',
5  'Programming Language :: Python :: 3.6'
6  ]
setup.cmdclass = {}
string setup.description = 'Call the PJON C++ library directly from Python'
list setup.ext_modules
Initial value:
1 = [
2  Extension(
3  "pjon_cython._pjon_cython",
4  sources=["pjon_cython/_pjon_cython.{}".format(source)],
5  language="c++",
6  extra_compile_args=strategies + [
7  '-std=c++11',
8  '-DPJON_INCLUDE_ANY',
9  '-DPJON_INCLUDE_PACKET_ID=true',
10  '-DPJON_INCLUDE_ASYNC_ACK=true',
11  '-DPJON_MAX_PACKETS=100',
12  '-DPJON_PACKET_MAX_LENGTH=246',
13  '-DLINUX',
14  '-Wno-unneeded-internal-declaration',
15  '-Wno-logical-op-parentheses',
16  '-Wno-unused-variable'],
17  include_dirs=['PJON/src'],
18  compiler_directives={
19  'binding':True,
20  'embedsignature': True
21  }
22  )
23  ]
string setup.license = 'Apache 2.0'
setup.long_description = fh.read()
string setup.long_description_content_type = "text/markdown"
string setup.name = 'pjon_cython'
list setup.packages = ['pjon_cython']
setup.setup_requires = ['nose>=1.0']
string setup.source = 'pyx'
list setup.strategies = []
string setup.test_suite = 'nose.collector'
string setup.url = 'https://github.com/xlfe/PJON-cython'
string setup.USE_CYTHON = True
string setup.version = '11.1.5-1'