InstallationΒΆ

Querylist can be installed like any other python package:

$ pip install querylist

Once installed, both QueryList and BetterDict can be imported directly from the querylist module.

>>> from querylist import BetterDict, QueryList

Querylist is tested against Python 2.6, 2.7, 3.3, 3.4, and pypy.

Previous topic

Querylist

Next topic

BetterDict

This Page