orest-d / liquer-in-flask-prototype

LiQuer in Flask - link query flask server prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquer-in-flask-prototype

LiQuer in Flask - link query flask server prototype

LiQuer is a simplistic mini query language that can live inside URL requests - either as a part of the path or as an anchor string. It can be used to do simple manipulation of tabular data sources, typically csv files stored on the internet.

Query consists of a sequence of commands, each command is a sequence of string tokens, the first token identifies the command. Syntactically the sequences are separated by "/" and the tokens by "~".

About

LiQuer in Flask - link query flask server prototype

License:MIT License


Languages

Language:Python 77.7%Language:HTML 15.3%Language:JavaScript 7.0%