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 135 additions and 74 deletions
[project]
name = "xaal.dashboard"
version = "0.2"
version = "0.3"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "socketio", "html", "dashboard"]
dependencies = [
"xaal.lib",
......@@ -23,6 +20,10 @@ dependencies = [
"requests",
]
[tool.setuptools.packages.find]
include = ["xaal.dashboard"]
[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/apps/dashboard/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/apps/dashboard"
[project]
name = "xaal.fuse"
version = "0.1"
version = "0.2"
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"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "fuse-python", "rapidjson"]
......@@ -15,3 +16,8 @@ xaal-mount = "xaal.fuse.mount:main"
[tool.setuptools.packages.find]
include = ["xaal.fuse"]
[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/apps/fuse/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/apps/fuse"
......@@ -7,7 +7,7 @@
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": ["xaal.lib", "xaal.monitor", "xaal.schemas"],
"dependencies": [],
"codeowners": ["@jkerdreux-imt"],
"iot_class": "local_push",
"version": "0.1.0"
......
[project]
name = "xaal.legacytools"
version = "0.2"
description = "xAAL devices tools"
version = "0.3"
description = "xAAL devices tools (legacy)"
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", "tools"]
dependencies = ["xaal.lib"]
......@@ -29,3 +26,8 @@ xaal-inspector-legacy = "xaal.legacytools.inspector:main"
[tool.setuptools.packages.find]
include = ["xaal.legacytools"]
[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/apps/legacytools/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/apps/legacytools"
[project]
name = "xaal.rest"
version = "0.2"
version = "0.3"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "rest", "json"]
dependencies = [
"xaal.lib",
......@@ -21,6 +18,10 @@ dependencies = [
"python-rapidjson",
]
[tool.setuptools.packages.find]
include = ["xaal.rest"]
[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/apps/rest/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/apps/rest"
[project]
name = "xaal.tools"
version = "0.5"
version = "0.6"
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"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "tools"]
dependencies = ["xaal.lib", "colored==1.4.3"]
......@@ -27,3 +28,8 @@ xaal-shell = "xaal.tools.toolbox:shell"
[tool.setuptools.packages.find]
include = ["xaal.tools"]
[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/apps/tools/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/apps/tools"
......@@ -3,13 +3,18 @@ name = "xaal.metadb"
version = "0.1"
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"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "metadata"]
dependencies = ["xaal.lib"]
[tool.setuptools.packages.find]
include = ["xaal.metadb"]
[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/core/metadb/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/core/metadb"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "xaal.schemas"]
[tool.setuptools.packages.find]
include = ["xaal.alexa"]
[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/assistants/Alexa/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/assistants/Alexa"
[project]
name = "xaal.fauxmo"
version = "0.1"
version = "0.2"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "wemo", "alexa"]
dependencies = ["xaal.lib", "fauxmo", "nest_asyncio"]
[tool.setuptools.packages.find]
include = ["xaal.fauxmo"]
[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/emulations/Fauxmo/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/emulations/Fauxmo"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "influxdb"]
[tool.setuptools.packages.find]
include = ["xaal.influxdb"]
[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/loggers/influxdb/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/loggers/influxdb"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "paho-mqtt"]
[tool.setuptools.packages.find]
include = ["xaal.mqttlogger"]
[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/loggers/mqtt/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/loggers/mqtt"
[project]
name = "xaal.warp10"
version = "0.1"
version = "0.2"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "warp10"]
dependencies = ["xaal.lib", "urllib3"]
[tool.setuptools.packages.find]
include = ["xaal.warp10"]
[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/loggers/warp10/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/loggers/warp10"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "pycairo", "PyGObject"]
[tool.setuptools.packages.find]
include = ["xaal.gtknotify"]
[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/notifications/gtk-notify/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/notifications/gtk-notify"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "pushbullet.py"]
[tool.setuptools.packages.find]
include = ["xaal.pushbullet"]
[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/notifications/pushbullet/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/notifications/pushbullet"
[project]
name = "xaal.aqara"
version = "0.1"
description = "xAAL devices for Xiaomi / Aqara"
version = "0.2"
description = "xAAL gateway 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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "aqara"]
dependencies = ["xaal.lib", "gevent", "pycryptodomex"]
[tool.setuptools.packages.find]
include = ["xaal.aqara"]
[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/Aqara/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Aqara"
[project]
name = "xaal.esphome"
version = "0.1"
description = "xAAL gateway for for ESPHome devices"
version = "0.2"
description = "xAAL gateway 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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "esphome"]
dependencies = ["xaal.lib", "aioesphomeapi"]
[tool.setuptools.packages.find]
include = ["xaal.esphome"]
[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/ESPHome/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/ESPHome"
[project]
name = "xaal.edisio"
version = "0.1"
version = "0.2"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "edisio"]
dependencies = ["xaal.lib", "gevent", "pyserial"]
[tool.setuptools.packages.find]
include = ["xaal.edisio"]
[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/Edisio/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/Edisio"
......@@ -13,3 +13,8 @@ dependencies = ["xaal.lib", "pyserial"]
[tool.setuptools.packages.find]
include = ["xaal.hq433"]
[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/HQ433/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/HQ433"
[project]
name = "xaal.homekit"
version = "0.1"
version = "0.2"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "homekit"]
dependencies = ["xaal.lib", "aiohomekit"]
[tool.setuptools.packages.find]
include = ["xaal.homekit"]
[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/HomeKit/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/HomeKit"
[project]
name = "xaal.ipx800"
version = "0.1"
version = "0.2"
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",
]
classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
keywords = ["xaal", "ipx-800"]
dependencies = ["xaal.lib", "gevent"]
[tool.setuptools.packages.find]
include = ["xaal.ipx800"]
[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/IPX-800/README.rst"
Source = "https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/0.7/devices/protocols/IPX-800"
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