Metadata-Version: 2.1
Name: utils-nuuuwan
Version: 1.0.0
Summary: Simple extensions to the core python libraries.
Home-page: https://github.com/nuuuwan/utils
Author: Nuwan I. Senaratna
Author-email: nuuuwan@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/nuuuwan/utils/issues
Platform: UNKNOWN
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

# utils

Implements simple extensions to the core python libraries.

To install:

```
pip install utils-nuuuwan
```

To install development version (which might have more features, but also be
less stable):

```
pip install -i https://test.pypi.org/simple/ utils-nuuuwan
```


