sketchbook
|
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 |
string setup.author = 'xlfe' |
list setup.classifiers |
setup.cmdclass = {} |
string setup.description = 'Call the PJON C++ library directly from Python' |
list setup.ext_modules |
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' |