Versions

Description

Sick of for loop + conditional soup when dealing with complicated lists? Querylist is here to help. This package provides a data structure called a QueryList, an extension of Python's built in list data type that adds django ORM-eseque filtering, exclusion, and get methods. QueryLists allow developers to easily query and retrieve data from complex lists without the need for unnecessarily verbose iteration and selection cruft. The package also provides BetterDict, a backwards-compatible wrapper for dictionaries that enables dot lookups and assignment for key values.

Repository

https://github.com/thomasw/querylist.git

Project Slug

querylist

Last Built

8 years, 5 months ago failed

Maintainers

Home Page

https://github.com/thomasw/querylist/

Badge

Tags

python

Short URLs

querylist.readthedocs.io
querylist.rtfd.io

Default Version

0.1.0

'latest' Version

master