A package to embarrassingly parallelize your code
Project description
Embarrassing
A package to embarrassingly parallelize your code.
Installation
You can install embarrassing using pip:
pip install embarrassing
Usage
from embarrassing import embarrassing
# Define your callback function
def my_callback(item):
# Perform some operations on the item
return result
# List of contents to process
contents = [...]
# Process the contents using the embarrassing function
results = embarrassing(contents, my_callback)
# Print the results
for result in results:
print(result)
To Deploy
python setup.py sdist bdist_wheel
twine upload dist/*
LICENSE
This project is licensed under the MIT License.
Feel free to modify and expand this template to provide more information about your package, its features, installation instructions, and how to use it. Replace "my_package" with the actual name of your package throughout the README.md file.
Ensure that you have a LICENSE file in the root directory of your project, and update the [![PyPI version](https://badge.fury.io/py/my_package.svg)](https://badge.fury.io/py/my_package)
and [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
badges with the appropriate links and package name.
Including a README.md file with relevant information helps users understand and effectively utilize your package.
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
Built Distribution
File details
Details for the file embarrassing-0.0.10.tar.gz
.
File metadata
- Download URL: embarrassing-0.0.10.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf130db95d3ccdc66f832ece5e7702608902c86ffd690ba5b11ceabac5598854 |
|
MD5 | 28339c087dda81d7995e1ceddd646d2c |
|
BLAKE2b-256 | 387c77996d82811ef023daa8d4601200f51268a9bde2ac3f9ae6ec73a7364777 |
Provenance
File details
Details for the file embarrassing-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: embarrassing-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bceaff430aff9ecb04938d92c87e540a33d96834cefc1b726b79d9ce170f2eb5 |
|
MD5 | 94b6e397fe55b0b8ff0c9e2572184f1c |
|
BLAKE2b-256 | 53687ca95b6797c570ad469e8a820a8687ed6523b358dcc9f8b6b2b0dfa8e35e |