Metadata-Version: 2.4
Name: mbp
Version: 1.6.4
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.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wcwidth>=0.2.13
Requires-Dist: pyyaml>=6.0.2
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## 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.6.4
    =============================================================================================

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