This project has been archived by its maintainers, and is no longer receiving any updates.
Raisin: To perform cluster work easily!
Project Philosophy
1. Resources usage
raisin wants to be as simple as possible. That’s why the code analysis and the resources management are automated. It also uses a bunch of classes and functions default parameters that are suitable for most usages.
In a future version, raisin will be able to perform automatic parallelization, a little like ‘pydron’.
2. Resources sharing
Installation
Basic example
>>> import raisin
>>> f = lambda x: x**2 # a costly function
>>> list(raisin.imap_unordered(f, range(3), context=True))
[Result(0), Result(1), Result(4)]
>>>
See the documentation for more details and examples.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file raisin-3.0.5.tar.gz.
File metadata
- Download URL: raisin-3.0.5.tar.gz
- Upload date:
- Size: 59.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/26.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.49.0 importlib-metadata/4.0.1 keyring/23.5.0 rfc3986/1.4.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd274604c446c2d06fc382a7c464dd55248d9881451439372037f48ee93a005
|
|
| MD5 |
d47375e2f782cec59283218a3235d1de
|
|
| BLAKE2b-256 |
f11513ff70b76dabad156bbf8d8f7f35a319981d00396adfe31959f58a994d7d
|
File details
Details for the file raisin-3.0.5-py3-none-any.whl.
File metadata
- Download URL: raisin-3.0.5-py3-none-any.whl
- Upload date:
- Size: 73.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/26.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.49.0 importlib-metadata/4.0.1 keyring/23.5.0 rfc3986/1.4.0 colorama/0.4.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542136027b869296b8b8ca2d96923894bce0bcf64fb41d86d9b6e45235dc9003
|
|
| MD5 |
80833c35cdca3fbf58775a01cecc12f0
|
|
| BLAKE2b-256 |
4bcc8143b35ae32369dbb822a48bebb3abf9c06f5ed4d17f4f00111f3a5f53cf
|