[py3k] Unicode everywhere, drop as_string()'s 'encoding' parameter
WARNING: This is an API break
Among other things we no longer use repr() for String constants, which
means they consistently get quoted with double quotes instead of a mix
of single and double quotes.
Closes #1190507
This package provides base library for the Relationship Query Language
INSTALL
-------
the standard way:
python setup.py install
building rql binary extension in place:
python setup.py build_ext --inplace