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

Added URL to packages

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3211 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6e84aabb
No related branches found
No related tags found
No related merge requests found
Showing
with 143 additions and 74 deletions
[project]
name = "xaal.knx"
version = "0.1"
version = "0.2"
description = "xAAL devices for KNX bus"
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"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "knx"]
dependencies = ["xaal.lib", "gevent"]
dependencies = ["xaal.lib", "xaal.schemas", "gevent"]
[tool.setuptools.packages.find]
include = ["xaal.knx"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/KNX/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/KNX"
[project]
name = "xaal.meross"
version = "0.1"
version = "0.2"
description = "xAAL gateway for Meross 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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "meross"]
dependencies = ["xaal.lib", "xaal.schemas", "meross_iot==0.4.4.4"]
[tool.setuptools.packages.find]
include = ["xaal.meross"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/Meross/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Meross"
......@@ -3,13 +3,17 @@ name = "xaal.netatmo"
version = "0.1"
description = "Netatmo Weather Station"
readme = "README.rst"
authors = [ { name = "Caifeng BAO", email = "caifeng.bao@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
authors = [{ name = "Caifeng BAO", email = "caifeng.bao@imt-atlantique.fr" }]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "netatmo", "weather", "station"]
dependencies = ["xaal.lib", "requests"]
[tool.setuptools.packages.find]
include = ["xaal.netatmo"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/Netatmo/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Netatmo"
[project]
name = "xaal.sensfloor"
version = "0.1"
version = "0.2"
description = "xAAL devices for Future Shape SensFloor"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "Sense Floor"]
dependencies = ["xaal.lib", "xaal.schemas", "python-socketio==5.0.0", "aiohttp"]
[tool.setuptools.packages.find]
include = ["xaal.sensfloor"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/SensFloor/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/SensFloor"
[project]
name = "xaal.tuya"
version = "0.1"
version = "0.2"
description = "xAAL support for Tuya protocol / Smart Life App"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "tuya"]
dependencies = ["xaal.lib", "gevent", "decorator", "tuyaface"]
[tool.setuptools.packages.find]
include = ["xaal.tuya"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/Tuya/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Tuya"
[project]
name = "xaal.yeelight"
version = "0.2"
description = "xAAL devices for Xiaomi / Aqara"
version = "0.3"
description = "xAAL gateway for Yeelight 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", "aqara"]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "yeelight"]
dependencies = ["xaal.lib", "xaal.schemas", "gevent", "yeelight", "decorator"]
[tool.setuptools.packages.find]
include = ["xaal.yeelight"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/Yeelight/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Yeelight"
[project]
name = "xaal.zwave"
version = "0.1"
description = "xAAL devices for Zwave"
version = "0.2"
description = "xAAL gateway for Zwave"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "zwave"]
dependencies = ["xaal.lib", "python_openzwave", "prettytable"]
[tool.setuptools.packages.find]
include = ["xaal.zwave"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/ZWave/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/ZWave"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "bugone", "gevent"]
[tool.setuptools.packages.find]
include = ["xaal.bugone"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/protocols/bugOne/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/bugOne"
......@@ -3,13 +3,18 @@ name = "xaal.htu21d"
version = "0.1"
description = "xAAL devices for I2C HTU21D 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"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "i2c sensors"]
dependencies = ["xaal.lib"]
[tool.setuptools.packages.find]
include = ["xaal.htu21d"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/sensors/HTU21D/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/sensors/HTU21D"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "PySensors"]
[tool.setuptools.packages.find]
include = ["xaal.lmsensors"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/sensors/lm_sensors/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/sensors/lm_sensors"
[project]
name = "xaal.dummy"
version = "0.2"
version = "0.3"
description = "xAAL dummy 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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal"]
dependencies = ["xaal.lib"]
[tool.setuptools.packages.find]
include = ["xaal.dummy"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/tests/dummy/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/tests/dummy"
[project]
name = "xaal.fakeinput"
version = "0.3"
version = "0.4"
description = "xAAL fake switch, buttons, contact 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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "json"]
dependencies = [
"xaal.lib",
......@@ -23,3 +20,8 @@ dependencies = [
[tool.setuptools.packages.find]
include = ["xaal.fakeinput"]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/devices/tests/fakeinput/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/tests/fakeinput"
[project]
name = "xaal.lib"
version = "0.7.2"
description = "xaal.lib is the official Python stack of xAAL protocol dedicated to home automation systems"
version = "0.7.3"
description = "Official Python stack for xAAL protocol"
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']
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Home Automation",
]
keywords = ['xaal', 'home-automation']
dependencies = ['cbor2==5.4.2', 'pysodium', 'configobj', 'coloredlogs', 'decorator', 'tabulate', 'aioconsole']
dependencies = [
'cbor2==5.4.2',
'pysodium',
'configobj',
'coloredlogs',
'decorator',
'tabulate',
'aioconsole',
]
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/libs/lib/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/libs/lib"
[project]
name = "xaal.monitor"
version = "0.2"
version = "0.3"
description = "xAAL devices Monitor Lib"
readme = "README.rst"
authors = [
......@@ -8,8 +8,14 @@ authors = [
]
license = { text = "GPL License" }
classifiers = [
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Home Automation",
]
keywords = ['xaal', 'monitor']
dependencies = ['xaal.lib']
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/libs/monitor/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/libs/monitor"
[project]
name = "xaal.schemas"
version = "0.1"
description = "xaal.schema provide some tools build from xAAL schemas"
version = "0.3"
description = "xAAL devices build from schemas"
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']
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Home Automation",
]
keywords = ['xaal', 'home-automation']
dependencies = ['xaal.lib']
[project.urls]
Homepage = "https://recherche.imt-atlantique.fr/xaal/"
Documentation = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/entry/code/Python/branches/0.7/libs/schemas/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/libs/schemas"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment