Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Variables
setup Namespace Reference

Variables

list classifiers
 
string version = '0.7.1'
 
string author = 'Eric PTAK'
 
string author_email = 'trouch@trouch.com'
 
string description = 'A package to control Raspberry Pi GPIO from the web'
 
tuple long_description = open('../doc/README')
 
string license = 'MIT'
 
string keywords = 'RaspberryPi GPIO Python REST'
 
string url = 'http://code.google.com/p/webiopi/'
 
list packages
 
list ext_modules = [Extension(name='_webiopi.GPIO', sources=['native/bridge.c', 'native/gpio.c', 'native/cpuinfo.c'], include_dirs=['native/'])]
 
list headers = ['native/cpuinfo.h', 'native/gpio.h']
 

Variable Documentation

string setup.author = 'Eric PTAK'

Definition at line 15 of file setup.py.

string setup.author_email = 'trouch@trouch.com'

Definition at line 16 of file setup.py.

setup.classifiers
Initial value:
1 = ['Development Status :: 3 - Alpha',
2  'Operating System :: POSIX :: Linux',
3  'License :: OSI Approved :: MIT License',
4  'Intended Audience :: Developers',
5  'Programming Language :: Python :: 2.7',
6  'Programming Language :: Python :: 3',
7  'Topic :: Software Development',
8  'Topic :: Home Automation',
9  'Topic :: System :: Hardware']

Definition at line 3 of file setup.py.

string setup.description = 'A package to control Raspberry Pi GPIO from the web'

Definition at line 17 of file setup.py.

list setup.ext_modules = [Extension(name='_webiopi.GPIO', sources=['native/bridge.c', 'native/gpio.c', 'native/cpuinfo.c'], include_dirs=['native/'])]

Definition at line 37 of file setup.py.

list setup.headers = ['native/cpuinfo.h', 'native/gpio.h']

Definition at line 38 of file setup.py.

string setup.keywords = 'RaspberryPi GPIO Python REST'

Definition at line 20 of file setup.py.

string setup.license = 'MIT'

Definition at line 19 of file setup.py.

tuple setup.long_description = open('../doc/README')

Definition at line 18 of file setup.py.

list setup.packages
Initial value:
1 = ["webiopi",
2  "webiopi.utils",
3  "webiopi.clients",
4  "webiopi.protocols",
5  "webiopi.server",
6  "webiopi.decorators",
7  "webiopi.devices",
8  "webiopi.devices.digital",
9  "webiopi.devices.analog",
10  "webiopi.devices.sensor",
11  "webiopi.devices.clock",
12  "webiopi.devices.memory",
13  "webiopi.devices.shield"
14  ]

Definition at line 23 of file setup.py.

string setup.url = 'http://code.google.com/p/webiopi/'

Definition at line 21 of file setup.py.

Referenced by com.trouch.webiopi.client.PiHttpClient.sendRequest().

string setup.version = '0.7.1'

Definition at line 14 of file setup.py.