Commits
Andrey Stromnov authored 150b64dae62
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-joblib |
7 7 | version 0.14.0 |
8 8 | revision 0 |
9 9 | categories-append devel |
10 10 | platforms darwin |
11 11 | license BSD |
12 12 | supported_archs noarch |
13 13 | |
14 - | python.versions 27 34 35 36 37 |
14 + | python.versions 27 34 35 36 37 38 |
15 15 | |
16 16 | maintainers {stromnov @stromnov} openmaintainer |
17 17 | |
18 18 | description Lightweight pipelining: using Python functions as pipeline jobs. |
19 19 | |
20 20 | long_description Joblib is a set of tools to provide lightweight \ |
21 21 | pipelining in Python. In particular, joblib offers: \ |
22 22 | transparent disk-caching of the output values and lazy \ |
23 23 | re-evaluation (memoize pattern), easy simple parallel \ |
24 24 | computing logging and tracing of the execution. |