Skip to content
Snippets Groups Projects
Commit 992bdb38 authored by jkerdreu's avatar jkerdreu
Browse files

New format


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3183 b32b6428-25c9-4566-ad07-03861ab6144f
parent 676c5b62
No related branches found
No related tags found
No related merge requests found
Showing
with 87 additions and 60 deletions
......@@ -5,7 +5,8 @@ description = "xAAL for Conky"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'conky']
dependencies = ['xaal.lib', 'xaal.monitor']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "conky"]
dependencies = ["xaal.lib", "xaal.monitor"]
......@@ -5,7 +5,15 @@ description = "xAAL Dashboard"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'socketio', 'html', 'dashboard']
dependencies = ['xaal.lib', 'bottle', 'gevent', 'gevent-websocket', 'python-engineio', 'python-socketio', 'mako', 'requests']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "socketio", "html", "dashboard"]
dependencies = ["xaal.lib",
"bottle",
"gevent",
"gevent-websocket",
"python-engineio",
"python-socketio",
"mako",
"requests"]
......@@ -5,9 +5,10 @@ description = "xAAL Fuse filesystem"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'tools']
dependencies = ['xaal.lib', 'fuse-python', 'rapidjson']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "fuse-python", "rapidjson"]
[project.scripts]
xaal-mount = "xaal.fuse.mount:main"
......@@ -5,9 +5,10 @@ description = "xAAL devices tools"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'tools']
dependencies = ['xaal.lib']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib"]
[project.scripts]
xaal-isalive-legacy = "xaal.legacytools.isalive:main"
......
......@@ -5,7 +5,8 @@ description = "xAAL devices REST API"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'rest', 'json']
dependencies = ['xaal.lib', 'bottle', 'gevent', 'gevent-websocket', 'python-rapidjson']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "rest", "json"]
dependencies = ["xaal.lib", "bottle", "gevent", "gevent-websocket", "python-rapidjson"]
......@@ -5,9 +5,10 @@ description = "xAAL devices tools"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'tools']
dependencies = ['xaal.lib', 'colored==1.4.3']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "colored==1.4.3"]
[project.scripts]
xaal-isalive = "xaal.tools.toolbox:is_alive"
......
......@@ -5,7 +5,8 @@ description = "xAAL Metadata-DB"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'metadata']
dependencies = ['xaal.lib']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "metadata"]
dependencies = ["xaal.lib"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for Amazon Alexa"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'alexa']
dependencies = ['xaal.lib', 'xaal.schemas']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "alexa"]
dependencies = ["xaal.lib", "xaal.schemas"]
......@@ -5,7 +5,8 @@ description = "xAAL to Wemo fake emulations"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'wemo', 'alexa']
dependencies = ['xaal.lib', 'fauxmo', 'nest_asyncio']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "wemo", "alexa"]
dependencies = ["xaal.lib", "fauxmo", "nest_asyncio"]
......@@ -5,7 +5,8 @@ description = "xAAL device for InfluxDB logging"
readme = "README.rst"
authors = [ { name = "Pierre-Henri Horrein", email = "freki@frekilabs.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'influxdb']
dependencies = ['xaal.lib', 'influxdb']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "influxdb"]
dependencies = ["xaal.lib", "influxdb"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for bugNet wireless sensors"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'mqtt']
dependencies = ['xaal.lib', 'paho-mqtt']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "mqtt"]
dependencies = ["xaal.lib", "paho-mqtt"]
......@@ -5,7 +5,8 @@ description = "xAAL logger for warp10"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'warp10']
dependencies = ['xaal.lib', 'urllib3']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "warp10"]
dependencies = ["xaal.lib", "urllib3"]
......@@ -5,7 +5,8 @@ description = "xAAL Desktop notification device"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'gtk', 'notify']
dependencies = ['xaal.lib', 'pycairo', 'PyGObject']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "gtk", "notify"]
dependencies = ["xaal.lib", "pycairo", "PyGObject"]
......@@ -5,7 +5,8 @@ description = "xAAL notification for pushbullet"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'pushbullet']
dependencies = ['xaal.lib', 'pushbullet.py']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "pushbullet"]
dependencies = ["xaal.lib", "pushbullet.py"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for Xiaomi / Aqara"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'aqara']
dependencies = ['xaal.lib', 'gevent', 'pycryptodomex']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "aqara"]
dependencies = ["xaal.lib", "gevent", "pycryptodomex"]
......@@ -5,7 +5,8 @@ description = "xAAL gateway for for ESPHome devices"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'esphome']
dependencies = ['xaal.lib', 'aioesphomeapi']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "esphome"]
dependencies = ["xaal.lib", "aioesphomeapi"]
......@@ -5,7 +5,8 @@ description = "xAAL gateway for Edisio devices"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'edisio']
dependencies = ['xaal.lib', 'gevent', 'pyserial']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "edisio"]
dependencies = ["xaal.lib", "gevent", "pyserial"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for HQ Product RF433 power switch"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'rf433']
dependencies = ['xaal.lib', 'pyserial']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "rf433"]
dependencies = ["xaal.lib", "pyserial"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for Homekit"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'homekit']
dependencies = ['xaal.lib', 'aiohomekit']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "homekit"]
dependencies = ["xaal.lib", "aiohomekit"]
......@@ -5,7 +5,8 @@ description = "xAAL devices for IPX-800 Ethernet Control System"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
keywords = ['xaal', 'ipx-800']
dependencies = ['xaal.lib', 'gevent']
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
keywords = ["xaal", "ipx-800"]
dependencies = ["xaal.lib", "gevent"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment