Skip to content
Snippets Groups Projects
Select Git revision
  • dcb0cd9f0d3af6d715d4274eb91f08c6d9550888
  • main default protected
  • py2-backport
  • tags/release-0.5_final
  • tags/release-0.4_final
  • tags/release-0.4_r2
  • tags/release-0.3
7 results

python

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    jkerdreu authored
    git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1755 b32b6428-25c9-4566-ad07-03861ab6144f
    dcb0cd9f
    History
    Name Last commit Last update
    apps
    core/metadb
    devices
    lib
    README.rst
    TODO.rst

    Questions

    • Configuration files are hard to read / edit. Why don't you use YAML or XXML for config ?

      First, we need something that support nested config so we can not use ConfigParser. Next, we tested severals YAML packages, but they are really slow to import. We want xAAL stack to load as fast as possible, and importing big packages (like PyYAML) take around 0.5 sec on a Raspy. This is way too much for a simple command-line tools like xaal-info for example. We want to provide a better user experience.