walrus
Project description
## Walrus
![](http://media.charlesleifer.com/blog/photos/walrus-logo.png)
Lightweight Python utilities for working with [Redis](http://redis.io).
The purpose of [walrus](https://github.com/coleifer/walrus) is to make working with Redis in Python a little easier by wrapping rich objects in Pythonic containers. walrus consists of:
- Wrappers for the Redis object types:
[Hash](https://walrus.readthedocs.org/en/latest/containers.html#hashes)
[List](https://walrus.readthedocs.org/en/latest/containers.html#lists)
[Set](https://walrus.readthedocs.org/en/latest/containers.html#sets)
[Sorted Set](https://walrus.readthedocs.org/en/latest/containers.html#sorted-sets-zset)
[HyperLogLog](https://walrus.readthedocs.org/en/latest/containers.html#hyperloglog)
[Array](https://walrus.readthedocs.org/en/latest/containers.html#arrays) (custom type)
A simple [Cache](https://walrus.readthedocs.org/en/latest/cache.html) implementation that exposes several decorators for caching function and method calls.
Lightweight data [Model](https://walrus.readthedocs.org/en/latest/models.html) objects that support persisting structured information and performing complex queries using secondary indexes.
### Models
Persistent structures implemented on top of Hashes. Supports secondary indexes to allow filtering on equality, inequality, ranges, less/greater-than, and a basic full-text search index. The full-text search features a boolean search query parser, porter stemmer, stop-word filtering, and optional double-metaphone implementation.
### Found a bug?
![](http://media.charlesleifer.com/blog/photos/p1420743625.21.png)
Please open a [github issue](https://github.com/coleifer/walrus/issues/new) and I will try my best to fix it!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file walrus-0.2.1.tar.gz
.
File metadata
- Download URL: walrus-0.2.1.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 960ffdaf1ff4a2dc06b8a3caab507e11c3b6099fcfaae489a78859ddd2252782 |
|
MD5 | 06fc46b6291d93c9fcc3585931d48b54 |
|
BLAKE2b-256 | dcdfa770b9d6057a63939123fb66842d2771a66b9119504d9450c37f2c68a376 |