Python-EFL 1.24.0 release
We are pleased to announce that Python-EFL 1.24.0 is now released and available for download.
Download
tar.xz | http://download.enlightenment.org/rel/bindings/python/python-efl-1.24.0.tar.xz |
http://download.enlightenment.org/rel/bindings/python/python-efl-1.24.0.tar.xz.sha256 | |
To install unzip the tarball and run:
python setup.py build sudo python setup.py install
For convenience the tarballs contain both the Cython sources and generated intermediary C sources, meaning you do not need Cython to compile the bindings. Full cython sources are also publicly accessible from our git repository at:
https://git.enlightenment.org/bindings/python/python-efl.git/
More information about the python bindings can be found at:
https://phab.enlightenment.org/w/projects/python_bindings_for_efl/
What's New
As always new features of EFL have been ported and the usual has been done in fixing bugs, optimizing speed and improve documentation. (see ChangeLog in the tarball for the full list of changes)
Building and Dependencies
If you have existing Python-EFL installed you may wish to uninstall them before compiling and installing to avoid possible conflicts during install and/or runtime.
To build the bindings you will need the following libraries:
- python (Python 2.6+/3.2+)
- efl (1.24)
- python-dbus (0.83+)
If you wish to compile using the Cython sources a required dependency is:
- cython (0.28+)
To install the bindings run:
(sudo) python setup.py install
or:
(sudo) python3 setup.py install
To generate the documentation locally you need:
- sphinx (1.1+)
- graphviz (optional)
To build the documentation:
python setup.py build_doc
For more information on available build options see:
python setup.py --help
Projects using Python-EFL
Project | Website |
---|---|
EpyMC - Media Center | https://github.com/DaveMDS/epymc |
Espionage - D-Bus inspector | https://phab.enlightenment.org/w/projects/espionage/ |
Epour - BitTorrent Client | https://phab.enlightenment.org/w/projects/epour/ |
Econnman - Connman GUI | https://phab.enlightenment.org/w/projects/econnman/ |
Eluminance - Fast photo browser | https://github.com/DaveMDS/eluminance |
Egitu - Git User Interface | https://github.com/DaveMDS/egitu |
Edone - GettingThingsDone | https://github.com/DaveMDS/edone |
Lekha - PDF viewer | https://github.com/kaihu/lekha |
Epack - Archive extractor | https://github.com/wfx/epack |
... and many more that cannot fit in this short list.
- Projects
- None
- Subscribers
- None