Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
setup Namespace Reference

Data Structures

class  BuildExt
 

Functions

 get_version ()
 
 get_test_suite ()
 
 read_define (path, macro)
 

Variables

 CURR_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
 
str NAME = 'Brotli'
 
 VERSION = get_version()
 
str URL = 'https://github.com/google/brotli'
 
str DESCRIPTION = 'Python bindings for the Brotli compression library'
 
str AUTHOR = 'The Brotli Authors'
 
str LICENSE = 'MIT'
 
list PLATFORMS = ['Posix', 'MacOS X', 'Windows']
 
list CLASSIFIERS
 
dict PACKAGE_DIR = {'': 'python'}
 
list PY_MODULES = ['brotli']
 
list EXT_MODULES
 
str TEST_SUITE = 'setup.get_test_suite'
 
dict CMD_CLASS
 
 name
 
 description
 
 version
 
 url
 
 author
 
 license
 
 platforms
 
 classifiers
 
 package_dir
 
 py_modules
 
 ext_modules
 
 test_suite
 
 cmdclass
 

Function Documentation

◆ get_test_suite()

get_test_suite ( )

◆ get_version()

get_version ( )
 Return BROTLI_VERSION string as defined in 'common/version.h' file. 
 Return library version string from 'common/version.h' file. 

◆ read_define()

read_define ( path,
macro )
 Return macro value from the given file. 

Variable Documentation

◆ AUTHOR

str AUTHOR = 'The Brotli Authors'

◆ author

author

◆ CLASSIFIERS

list CLASSIFIERS
Initial value:
1= [
2 'Development Status :: 4 - Beta',
3 'Environment :: Console',
4 'Intended Audience :: Developers',
5 'License :: OSI Approved :: MIT License',
6 'Operating System :: MacOS :: MacOS X',
7 'Operating System :: Microsoft :: Windows',
8 'Operating System :: POSIX :: Linux',
9 'Programming Language :: C',
10 'Programming Language :: C++',
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.3',
16 'Programming Language :: Python :: 3.4',
17 'Programming Language :: Python :: 3.5',
18 'Programming Language :: Unix Shell',
19 'Topic :: Software Development :: Libraries',
20 'Topic :: Software Development :: Libraries :: Python Modules',
21 'Topic :: System :: Archiving',
22 'Topic :: System :: Archiving :: Compression',
23 'Topic :: Text Processing :: Fonts',
24 'Topic :: Utilities',
25]

◆ classifiers

classifiers

◆ CMD_CLASS

dict CMD_CLASS
Initial value:
1= {
2 'build_ext': BuildExt,
3}

◆ cmdclass

cmdclass

◆ CURR_DIR

CURR_DIR = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))

◆ DESCRIPTION

str DESCRIPTION = 'Python bindings for the Brotli compression library'

◆ description

description

◆ EXT_MODULES

list EXT_MODULES

◆ ext_modules

ext_modules

◆ LICENSE

str LICENSE = 'MIT'

◆ license

license ( void )

◆ NAME

str NAME = 'Brotli'

◆ name

name

◆ PACKAGE_DIR

dict PACKAGE_DIR = {'': 'python'}

◆ package_dir

package_dir

◆ PLATFORMS

list PLATFORMS = ['Posix', 'MacOS X', 'Windows']

◆ platforms

platforms

◆ PY_MODULES

list PY_MODULES = ['brotli']

◆ py_modules

py_modules

◆ TEST_SUITE

str TEST_SUITE = 'setup.get_test_suite'

◆ test_suite

test_suite

◆ URL

str URL = 'https://github.com/google/brotli'

◆ url

url

◆ VERSION

VERSION = get_version()

◆ version

version ( void )