Metadata-Version: 2.1
Name: utilset
Version: 0.0.4
Summary: util sets
Home-page: https://github.com/puresai/utilset
Author: puresai
Author-email: sai210728@gmail.com	
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

# utilset

## install

> pip install utilset

## use

```
from utilset import string

print(string.concat("a", "b", "c"))

// abc
```

### more samples

[https://github.com/puresai/utilset/tree/master/tests](https://github.com/puresai/utilset/tree/master/tests)
