Announcement: PythonQL - An integrated query language for Python

Pavel Velikhov pavel.velikhov at gmail.com
Tue Nov 1 04:56:02 EDT 2016


Hi Folks,

 We have released PythonQL, a query language extension to Python (we have extended Python’s comprehensions with a full-fledged query language,
drawing from the useful features of SQL, XQuery and JSONiq). Take a look at the project here: http://www.pythonql.org and lets us know what you think!

 The way PythonQL currently works is you mark PythonQL files with a special encoding and the system runs a preprocessor for all such files (this is similar to how pyxl project has been done). We have an interactive interpreter and Jupyter support planned.

Best regards!
PythonQL team



More information about the Python-list mailing list