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

Added some docs



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3196 b32b6428-25c9-4566-ad07-03861ab6144f
parent fd91eb26
No related branches found
No related tags found
No related merge requests found
xaal.rest
=========
REST API for xAAL Bus. It provides a simple web interface to interact with the xAAL bus.
[project]
name = "xaal.rest"
version = "0.1"
version = "0.2"
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"]
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",
"xaal.monitor",
"bottle",
"gevent",
"gevent-websocket",
"python-rapidjson"]
dependencies = [
"xaal.lib",
"xaal.monitor",
"bottle",
"gevent",
"gevent-websocket",
"python-rapidjson",
]
[tool.setuptools.packages.find]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment