Metadata-Version: 2.1
Name: pprinting
Version: 1.1
Summary: 字符串格式化输出对象
Home-page: https://www.baidu.com
Author: wd
Author-email: 1572990942@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

安装: 

```shell
pip install pprinting
```

使用:

```python
from pprinting import lprint, mprint, oprint, dprint
```


