Metadata-Version: 2.1
Name: pyspare
Version: 0.0.5
Summary: pretty print
Home-page: https://github.com/pydget/pyspare
License: MIT
Keywords: console,log,pretty,colorful,terminal,command-line,list,array,vector,matrix,1d-list,2d-list,map,mapper,mutate,zipper,enumerate,iterate,entry,entries,key-value,key-value pairs,dict,object,json
Author: Hoyeung Wong
Author-email: hoyeungw@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aryth (>=0.0.6)
Requires-Dist: crostab (>=0.0.5)
Requires-Dist: intype (>=0.0.2)
Requires-Dist: ject (>=0.0.3)
Requires-Dist: palett (>=0.0.4)
Requires-Dist: texting (>=0.0.9)
Requires-Dist: veho (>=0.0.4)
Project-URL: Repository, https://github.com/pydget/pyspare
Description-Content-Type: text/markdown

## pyspare
##### pretty print

### Usage
```python
from pyspare import deco
vect = [1,2,3]
print(deco(vect))
```
