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

- remove fastentrypoints .. since moving to new version remove this stuff

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3181 b32b6428-25c9-4566-ad07-03861ab6144f
parent 162cdefa
Branches
No related tags found
No related merge requests found
Showing
with 195 additions and 13 deletions
[project]
name = "xaal.conky"
version = "0.1"
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']
[project]
name = "xaal.dashboard"
version = "0.1"
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']
[project]
name = "xaal.fuse"
version = "0.1"
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']
[project.scripts]
xaal-mount = "xaal.fuse.mount:main"
from setuptools import setup,find_packages
import fastentrypoints
with open('README.rst') as f:
long_description = f.read()
......
[project]
name = "xaal.legacytools"
version = "0.1"
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']
[project.scripts]
xaal-isalive-legacy = "xaal.legacytools.isalive:main"
xaal-info-legacy = "xaal.legacytools.info:main"
xaal-dumper-legacy = "xaal.legacytools.dumper:main"
xaal-tail-legacy = "xaal.legacytools.tail:main"
xaal-walker-legacy = "xaal.legacytools.walker:main"
xaal-keygen-legacy = "xaal.legacytools.keygen:main"
xaal-log-legacy = "xaal.legacytools.log:main"
xaal-querydb-legacy = "xaal.legacytools.querydb:main"
xaal-pkgrun-legacy = "xaal.legacytools.pkgrun:main"
xaal-uuidgen-legacy = "xaal.legacytools.uuidgen:main"
xaal-inspector-legacy = "xaal.legacytools.inspector:main"
from setuptools import setup,find_packages
import fastentrypoints
with open('README.rst') as f:
long_description = f.read()
......
[project]
name = "xaal.rest"
version = "0.1"
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']
......@@ -3,16 +3,11 @@ name = "xaal.tools"
version = "0.4"
description = "xAAL devices tools"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
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"
......
from setuptools import setup,find_packages
import fastentrypoints
with open('README.rst') as f:
long_description = f.read()
......
[project]
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']
keywords = ['xaal', 'metadata']
dependencies = ['xaal.lib']
[project]
name = "xaal.alexa"
version = "0.1"
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']
[project]
name = "xaal.fauxmo"
version = "0.1"
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']
[project]
name = "xaal.influxdb"
version = "0.1"
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']
[project]
name = "xaal.mqttlogger"
version = "0.1"
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']
[project]
name = "xaal.warp10"
version = "0.1"
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']
[project]
name = "xaal.gtknotify"
version = "0.1"
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']
[project]
name = "xaal.pushbullet"
version = "0.1"
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']
[project]
name = "xaal.aqara"
version = "0.1"
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']
[project]
name = "xaal.esphome"
version = "0.1"
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']
[project]
name = "xaal.edisio"
version = "0.1"
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']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment