Python implementaion of the `Specification` pattern
Project description
# Python implementation of the Specification pattern.
> The central idea of Specification is to separate the statement of how to match a candidate, from the candidate object that it is matched against. As well as its usefulness in selection, it is also valuable for validation and for building to order.
[E. Evans, M. Fowler - Specifications](https://martinfowler.com/apsupp/spec.pdf)
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
specification-0.3.1.tar.gz
(13.0 kB
view details)
File details
Details for the file specification-0.3.1.tar.gz
.
File metadata
- Download URL: specification-0.3.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/36.7.2 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ff2440bee25d63062f818ee42a8a06e67bf37644acb4e1310ac6d1571ccdf03 |
|
MD5 | 4e964f62d5751d01b47bf51bb48be3ee |
|
BLAKE2b-256 | 95a5b23affd0ae310924418f46710119ed6d0fb0d6c22887729786586c4e4b50 |