Python-EFL 1.21.0 release

Davide Andreoli <[email protected]> Sun, 26 Aug 2018 11:39:30 +0200
Newsgroups gmane.comp.window-managers.enlightenment.announce
Message-ID <CAA65Se9ikj8R=x6RW+pwEJ0CRp2Tw16E-McNiE7GXDELPxqNeA__16313.780754763$1535404524$gmane$org@mail.gmail.com>
--===============1332921515536876631==
Content-Type: multipart/alternative; boundary="000000000000895034057453642f"

--000000000000895034057453642f
Content-Type: text/plain; charset="UTF-8"

= Python-EFL 1.21.0 release=
We are pleased to announce that **Python-EFL** 1.21.0 is now released and
available for download.

== Download ==

http://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz
http://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz.sha256

The packages is also available on pypi, to install just use:
```
pip install python-efl
```

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 1.21 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.21)
* 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 =

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
Polkit-EFL - Polkit agent |
https://git.enlightenment.org/misc/polkit-efl.git
Epack - Archive extractor | https://github.com/wfx/epack

... and many more that cannot fit in this short list.

--000000000000895034057453642f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">=3D Python-EFL 1.21.0 release=3D <br>We are pleased to ann=
ounce that **Python-EFL** 1.21.0 is now released and available for download=
.<br><br>=3D=3D Download =3D=3D<br><br><a href=3D"http://download.enlighten=
ment.org/rel/bindings/python/python-efl-1.21.0.tar.xz">http://download.enli=
ghtenment.org/rel/bindings/python/python-efl-1.21.0.tar.xz</a><br><a href=
=3D"http://download.enlightenment.org/rel/bindings/python/python-efl-1.21.0=
.tar.xz.sha256">http://download.enlightenment.org/rel/bindings/python/pytho=
n-efl-1.21.0.tar.xz.sha256</a><br><br>The packages is also available on pyp=
i, to install just use:<br>```<br>pip install python-efl<br>```<br><br>For =
convenience the tarballs contain both the Cython sources and generated inte=
rmediary C sources, meaning you **do not** need Cython to compile the bindi=
ngs. Full cython sources are also publicly accessible from our git reposito=
ry at:<br><a href=3D"https://git.enlightenment.org/bindings/python/python-e=
fl.git/">https://git.enlightenment.org/bindings/python/python-efl.git/</a><=
br><br>More information about the python bindings can be found at:<br><a hr=
ef=3D"https://phab.enlightenment.org/w/projects/python_bindings_for_efl/">h=
ttps://phab.enlightenment.org/w/projects/python_bindings_for_efl/</a><br><b=
r>---<br><br>=3D What&#39;s New =3D<br><br>As always new features of EFL 1.=
21 have been ported and the usual has been done in fixing bugs, optimizing =
speed and improve documentation.=C2=A0 (see **ChangeLog** in the tarball fo=
r the full list of changes)<br><br>---<br><br>=3D Building and Dependencies=
 =3D<br><br>If you have existing Python-EFL installed you may wish to unins=
tall them before compiling and installing to avoid possible conflicts durin=
g install and/or runtime.<br><br>To build the bindings you will need the fo=
llowing libraries:<br>* python (Python 2.6+/3.2+)<br>* efl (1.21)<br>* pyth=
on-dbus (0.83+)<br><br>If you wish to compile using the Cython sources a re=
quired dependency is:<br>* cython (0.28+)<br><br><br>To install the binding=
s run:<br><br>=C2=A0 (sudo) python setup.py install<br><br>or:<br>=C2=A0 (s=
udo) python3 setup.py install<br><br>To generate the documentation locally =
you need:<br>* sphinx (1.1+)<br>* graphviz (optional)<br><br>To build the d=
ocumentation:<br><br>=C2=A0 python setup.py build_doc<br><br>For more infor=
mation on available build options see:<br><br>=C2=A0 python setup.py --help=
<br><br>---<br><br>=3D Projects using Python-EFL =3D<br><br>EpyMC - Media C=
enter | <a href=3D"https://github.com/DaveMDS/epymc">https://github.com/Dav=
eMDS/epymc</a><br>Espionage - D-Bus inspector | <a href=3D"https://phab.enl=
ightenment.org/w/projects/espionage/">https://phab.enlightenment.org/w/proj=
ects/espionage/</a><br>Epour - BitTorrent Client | <a href=3D"https://phab.=
enlightenment.org/w/projects/epour/">https://phab.enlightenment.org/w/proje=
cts/epour/</a><br>Econnman - Connman GUI | <a href=3D"https://phab.enlighte=
nment.org/w/projects/econnman/">https://phab.enlightenment.org/w/projects/e=
connman/</a><br>Eluminance - Fast photo browser | <a href=3D"https://github=
.com/DaveMDS/eluminance">https://github.com/DaveMDS/eluminance</a><br>Egitu=
 - Git User Interface | <a href=3D"https://github.com/DaveMDS/egitu">https:=
//github.com/DaveMDS/egitu</a><br>Edone - GettingThingsDone=C2=A0 | <a href=
=3D"https://github.com/DaveMDS/edone">https://github.com/DaveMDS/edone</a><=
br>Lekha - PDF viewer | <a href=3D"https://github.com/kaihu/lekha">https://=
github.com/kaihu/lekha</a><br>Polkit-EFL - Polkit agent | <a href=3D"https:=
//git.enlightenment.org/misc/polkit-efl.git">https://git.enlightenment.org/=
misc/polkit-efl.git</a><br>Epack - Archive extractor | <a href=3D"https://g=
ithub.com/wfx/epack">https://github.com/wfx/epack</a><br><br>... and many m=
ore that cannot fit in this short list.<br></div>

--000000000000895034057453642f--




--===============1332921515536876631==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
--===============1332921515536876631==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Enlightenment-announce mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-announce

--===============1332921515536876631==--