matchbox

Abstraction layer for creating hash maps to speed up extracting subsets out of objects in collection


Keywords
index, match, set, hashmap, matching, python
License
Other
Install
pip install matchbox==1.2.1

Documentation

https://raw.githubusercontent.com/ClearcodeHQ/matchbox/master/logo.png

matchbox

Latest PyPI version Wheel Status Supported Python Versions License
Matchbox is a simple python library designed to make selecting object, or object's set based on
required characteristics quick operation. No iterating, and no value checking on actual objects, just select and operations on dictionaries.

Documentation:

Release

Install pipenv and --dev dependencies first, Then run:

pipenv run tbump [NEW_VERSION]