On Tuesday, 1 November 2016 12:50:37 UTC+3, Peter Otten wrote: > Pavel Velikhov wrote: > > > 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! > > I would really like Python to get seamless integration of SQL, so I applaud > your effort! > > The demo on your web page is too noisy for my taste, so I went ahead and > installed the python3 version in a virtual env. >
Great! Yes, we're hoping this will be useful to folks that like SQL and other query languages. > My first attempt failed because of a missing ply; maybe you can fix that. > Now off to the tutorial... Oops, I have tested with virtual env and ply was installing just fine, wierd. Any hints on why it didn't pick it up during the installation? > > 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 -- https://mail.python.org/mailman/listinfo/python-list