Metadata-Version: 2.1
Name: mbp
Version: 1.0.1
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

### [Examples](https://github.com/sudongqi/MoreBeautifulPython/blob/main/examples.py)

* Alternative for multiprocessing
    * Workers, Worker, work, test_f
* Alternative for logging
    * log, log2, logger, Logger, set_global_logger
* Syntax sugar for pathlib
    * dir_of, path_join, make_dir, this_dir, exec_dir, lib_dir
* Tools for file loading
    * iterate, load_jsonl, load_json, load_csv, load_tsv, load_txt, save_json, save_jsonl, open_file
* Tools for summarization
    * print2, print_table, print_iter, error_msg, build_table, enclose, timer_enclose, sep, na
* Tools for simple statistics
    * timer, curr_time, min_max_avg, n_min_max_avg, CPU_COUNT 
  






