Mercurial > libervia-web
comparison README @ 901:9cd2ec1b722a
removed pyfeed and xe from dependencies, they are not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 17 Apr 2016 17:13:24 +0200 |
parents | f8a7a046ff9c |
children | 5264fec78a1d |
comparison
equal
deleted
inserted
replaced
900:f82b97d9ca5f | 901:9cd2ec1b722a |
---|---|
53 Urwid: | 53 Urwid: |
54 Primitivus is based on Urwid (http://excess.org/urwid/) which saved me a lot of time. It's really a great library to easily make a sophisticated interface. | 54 Primitivus is based on Urwid (http://excess.org/urwid/) which saved me a lot of time. It's really a great library to easily make a sophisticated interface. |
55 | 55 |
56 Pyjamas: | 56 Pyjamas: |
57 Libervia is built with a Pyjamas (http://pyjs.org), a Google Web Toolkit port for python, including Python to Javascript compiler, and Pyjamas Desktop which allow to execute the same application on the desktop or through a browser. It's really an amazing tool. | 57 Libervia is built with a Pyjamas (http://pyjs.org), a Google Web Toolkit port for python, including Python to Javascript compiler, and Pyjamas Desktop which allow to execute the same application on the desktop or through a browser. It's really an amazing tool. |
58 | |
59 Pyfeed and Xe: | |
60 SàT core and Libervia use pyfeed and xe (http://home.avvanta.com/%7Esteveha/pyfeed.html), 2 libraries made Steve R. Hastings really useful to parse/generate xml stuff as atom feeds. | |
61 | 58 |
62 lxml(http://lxml.de/): | 59 lxml(http://lxml.de/): |
63 this powerful and efficient XML parsing module is used sometimes to replace Twisted internal tools: its API is handy, and it have some features like evil content cleaning. | 60 this powerful and efficient XML parsing module is used sometimes to replace Twisted internal tools: its API is handy, and it have some features like evil content cleaning. |
64 | 61 |
65 pillow(https://python-pillow.github.io/): | 62 pillow(https://python-pillow.github.io/): |