reg 0.2
pip install reg==0.2
Released:
Generic functions. Clever registries and lookups
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Martijn Faassen
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Reg: Clever Registries and Lookups
Reg is a Python library that provides generic function support to Python. It help you build powerful registration and configuration APIs for your application, library or framework.
CHANGES
0.2 (2013-12-19)
If a generic function implementation defines a lookup argument that argument will be the lookup used to call it.
Added reg.mapply(). This allows you to call things with more keyword arguments than it accepts, ignoring those extra keyword args.
A function that returns None is not assumed to fail, so no fallback to the original generic function is triggered anymore.
An optional precalc facility is made available on Matcher to avoid some recalculation.
Implement a specific PredicateMatcher that matches a value on predicate.
0.1 (2013-10-28)
Initial public release.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Martijn Faassen
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
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 reg-0.2.zip
.
File metadata
- Download URL: reg-0.2.zip
- Upload date:
- Size: 49.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05f7d5e8d54bc03cb6e8fdda3c76a19091073c1da9906db347e772a28280c141 |
|
MD5 | 28f4ac20504651927e7a9c156869ed6f |
|
BLAKE2b-256 | 6a0fc00e013d19eeaa0ab28e3d48e39b86ce72b75413e120a08bd7442fbdc2b0 |