Skip to content

y-lan/MosaicPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MosaicPy

Modern Complement to Python's Standard Functions

MosaicPy is a compact yet meticulously designed library that enhances Python's standard functions. Initially created to streamline my own coding experience, this library aims to make life easier for Python developers by providing user-friendly utilities.

Quick Start:

Install via pip:

pip install git+https://github.com/y-lan/mosaicpy.git

Example usage:

import mosaicpy as mpy

# Process lists in parallel
mpy.pmap(list(range(100)), lambda x: x+1, show_progress=True)

# Call ChatGPT
mpy.OpenAIBot().chat('how to say {word} in chinese', word='hi')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages