Metadata-Version: 2.1
Name: utils-nuuuwan
Version: 1.0.2
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
```

# Release History

## 1.0.1 (DO NOT USE - WILL BREAK utils.cache)

* Added get_unixtime and parse_time to *timex*.
* Fixed big in timeout logic in *cache*

## 1.0.2

* Fixed breaking bug in *cache* timeout logic.


