Metadata-Version: 2.1
Name: mbp
Version: 1.1.8
Summary: Make Python more beautiful :) This package includes syntax sugar & tools 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

## More Beautiful Python

Make Python more beautiful :) This package includes syntax sugar & tools that you wish were in the standard library.

### Setup

    python -m pip install mbp
    
    > python -m mbp
    ============================== More Beautiful Python ==============================
    examples              https://github.com/sudongqi/MoreBeautifulPython/examples.py
    execution_directory   C:\Users\sudon\MoreBeautifulPython
    library_path          c:\users\sudon\morebeautifulpython\src\mbp.py
    cpu_count             16
    version               1.1.8
    ===================================================================================


### Examples

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

* Alternative for multiprocessing
* Alternative for logging
* Syntax sugar for pathlib
* Tools for file loading & handling
* Tools for summarizations
* Tools for simple statistics






