Skip to main content

A package to embarrassingly parallelize your code

Project description

Embarrassing

PyPI version License: MIT

A brief description of your package.

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)

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.9.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

embarrassing-0.0.9-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: embarrassing-0.0.9.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

Hashes for embarrassing-0.0.9.tar.gz
Algorithm Hash digest
SHA256 94f456468dfd24b2102081229fa2ed0c6a85df95cea17c5ada2ca2a8bfe3b324
MD5 ccbe22a025c9db5341cb1de639cdab65
BLAKE2b-256 2fbb5c01c536c424d185a6353dcc022efd9c90eb7d2029b85f74ecf693ceb9d1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for embarrassing-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 1390c3b6e3f94d46b2610c4018ba2fe2388d3fd042974ecb03b6c07a949b9bb4
MD5 e5872540032fcb78f13b836e4c95cb9c
BLAKE2b-256 73ea3cbdec940d3f149a8c26066aa54a874845847e7b55daca55e2d4fcaa904f

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