davemds pushed a commit to branch python-efl-1.25.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=52a462d54ca041489ad5b59e84a0d84aaaf9dfb7

commit 52a462d54ca041489ad5b59e84a0d84aaaf9dfb7
Author: Dave Andreoli <[email protected]>
Date:   Mon Dec 6 14:29:07 2021 +0100

    Update README
---
 README.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2b2419b..bfc3a26 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ sudo python setup.py install (for sistem-wide installation)
 NOTE: due to strange cython+gcc behaviour we highly suggest to build 
python-efl using clang. If you experience issues using gcc (like memory 
exhausted or strange compile errors) just use clang in this way:
 
 ```
-cc=clang python setup.py build
+CC=clang python setup.py build
 ```
 
 ## Source repository
@@ -76,3 +76,16 @@ The HTML generated documentation will be available in the 
folder: `build/sphinx/
 
 ... and many more that cannot fit in this short list. If have some code and 
want it in this list just let us know.
 
+## A short history of Python-EFL
+
+Python-EFL was begun in 2007 by work of Gustavo Sverzut Barbieri and others 
while working for Nokia on the software project Canola Media Player. The 
language bindings were initially developed for the individual components of 
EFL, until merged together in 2013.
+
+He was later joined by Ulisses Furquim Freire da Silva, who together formed 
the company ProFUSION embedded systems where the developement continued and a 
new software project called Editje was created, which uses the Python bindings 
for most of its functionality.
+
+Python-EFL gained many more developers, also at this time an independent 
application project called EpyMC was created by Davide Andreoli.
+
+In the beginning of the year 2011 the developement was practically halted. In 
2012 Davide Andreoli picked up the developement and Kai Huuhko (@kuuko) joined 
him shortly after. Work at this time was focused on finishing the Python 
bindings for Elementary, the toolkit library.
+
+In 2013 the individual components were merged together and a new documentation 
system was implemented, enabling easier access for the end-user developers.
+
+Currently (as in 2022) the bindings are still actively maintained and improved 
by Davide Andreoli, in his effort to bring to python a powerfull and attractive 
UI toolkit.

-- 


Reply via email to