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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: embarrassing-0.0.8.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.8.tar.gz
Algorithm Hash digest
SHA256 6949076c9ba9053987bf75aa8962c9b6eab941355653302915286d99f0a9b61f
MD5 769119b4fd1b0225269b29c9b0e49176
BLAKE2b-256 6add6467af952aad163f3d3a00f42073f0292cffb27e2c64b8fdf256c8e293c3

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for embarrassing-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 e379d752c4724dfe6c6d23bf830cd882eae13b1e69a966f0009b07a9fbbc453e
MD5 57ff087e53c63d605cd25ac41df7ca27
BLAKE2b-256 8fd51d2af38f4a538bdfb8a7c2bc4f33032d30d7b15e78bc5ccb4119b6526055

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