Skip to content
Snippets Groups Projects
Commit d7aeba8d 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@3197 b32b6428-25c9-4566-ad07-03861ab6144f
parent a630e1a6
No related branches found
No related tags found
No related merge requests found
xaal.legacytools
================
This is a collection of tools for xAAL Bus. It is a legacy version of the tools that are now part of the xAAL project.
Checkout https://pypi.org/project/xaal.tools/ for the latest version.
This sets of tools provides the same functionalities but use the a much simpler API (no asyncio). This is provided for
compatibility with older systems and learning purposes.
[project] [project]
name = "xaal.legacytools" name = "xaal.legacytools"
version = "0.1" version = "0.2"
description = "xAAL devices tools" description = "xAAL devices tools"
readme = "README.rst" readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ] authors = [
license = { text = "GPL License"} { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
classifiers = ["Programming Language :: Python", ]
"Topic :: Software Development :: Libraries :: Python Modules"] license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "tools"] keywords = ["xaal", "tools"]
dependencies = ["xaal.lib"] dependencies = ["xaal.lib"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment