Metadata-Version: 2.1
Name: mbp
Version: 1.5.63
Summary: Make Python even more beautiful :) This package includes implementations that you wish were in the standard library.
Home-page: https://github.com/sudongqi/MoreBeautifulPython.git
Author: Dongqi Su
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wcwidth>=0.2.5
Requires-Dist: pyyaml>=5.1

## More Beautiful Python

Make Python even more beautiful :) This package includes implementations that you wish were in the standard library.

### Setup

    python -m pip install mbp

    [optional] python -c "from mbp import *; mbp_info()"
    =================================== More Beautiful Python ===================================
    examples              https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py
    execution_directory   C:\Users\sudon\MoreBeautifulPython
    library_path          C:\Users\sudon\MoreBeautifulPython\src\mbp\core.py
    cpu_count             16
    version               1.5.63
    =============================================================================================

### Examples

https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py

* replacement for logging
* replacement for multiprocessing
* syntax sugar for common utilities
* tools for file system & data handling
* tools for summarizations
* tools for simple statistics
* tools for llm (Large Language Model)






