Skip to main content

A package to embarrassingly parallelize your code

Project description

Embarrassing

PyPI version License: MIT

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

embarrassing-0.0.11.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

embarrassing-0.0.11-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file embarrassing-0.0.11.tar.gz.

File metadata

  • Download URL: embarrassing-0.0.11.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.1

File hashes

Hashes for embarrassing-0.0.11.tar.gz
Algorithm Hash digest
SHA256 8d252ffc65de9218a51ece471462447fb84bdbfe20956bfa17df17400bd4b48f
MD5 859a9f644141ea8ba36c95387b9bd6e9
BLAKE2b-256 140d0421ab5019eb7d2ccfe8ba82ae3c1b620b69e43b956582b47a40e4e0a8c3

See more details on using hashes here.

Provenance

File details

Details for the file embarrassing-0.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for embarrassing-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 7a6d0d8da161678f9f6e0691c4feca00d90122479167080c7ecd93801a2843fd
MD5 ab4f8c4479f2523957d52f2d66d2b5da
BLAKE2b-256 d7cbe7d0e869c7237102f18d118c39479dac26089304da5bd45462a3781eac36

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page