Metadata-Version: 2.4
Name: mbp
Version: 1.6.8
Summary: Make Python even more beautiful :) This package includes implementations that you wish were in the standard library.
Author: Dongqi Su
License: MIT
Project-URL: Homepage, https://github.com/sudongqi/MoreBeautifulPython
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wcwidth>=0.2.13
Requires-Dist: pyyaml>=6.0.2
Dynamic: license-file

## 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
    python -m mbp.info
    =================================== More Beautiful Python ===================================
    examples              https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py
    execution_directory   C:\Users\usr\MoreBeautifulPython
    library_path          C:\Users\usr\MoreBeautifulPython\src\mbp\core.py
    cpu_count             16
    version               1.x.x
    =============================================================================================

### 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)
