Collection of usefull algorithms and other very disparate stuff
Project description
`xoutil` is a collection of disparate utilities that does not conform a
framework for anything. `xoutil` is essentially an extension to the Python's
standard library.
xoutil provides a basic implementation of :mod:`execution contexts
<xoutil.context>`, that allows a programmer to enter/exit an execution
context; which then may signal a component to behave differently. This
implementation of contexts does not support distribution, though. But it's
useful to implement components that have two different interfaces according to
the context in which they are invoked. In this regard, contexts are a thin
(but very idiomatic) alternative to some of the design patterns found
elsewhere.
framework for anything. `xoutil` is essentially an extension to the Python's
standard library.
xoutil provides a basic implementation of :mod:`execution contexts
<xoutil.context>`, that allows a programmer to enter/exit an execution
context; which then may signal a component to behave differently. This
implementation of contexts does not support distribution, though. But it's
useful to implement components that have two different interfaces according to
the context in which they are invoked. In this regard, contexts are a thin
(but very idiomatic) alternative to some of the design patterns found
elsewhere.
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
xoutil-1.6.1.tar.gz
(306.9 kB
view details)
File details
Details for the file xoutil-1.6.1.tar.gz
.
File metadata
- Download URL: xoutil-1.6.1.tar.gz
- Upload date:
- Size: 306.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7a1067984a04e4ac9d2e43c9114ca4382ba845a5581663c8899c620744c2249 |
|
MD5 | 201fb8add1aeeb88ee29bec47337c02e |
|
BLAKE2b-256 | 91d5d191cbe09fe4b4b048ab4866f5ad365d795c5540025369eeeca54678b1fd |