Metadata-Version: 2.1
Name: utils-nuuuwan
Version: 1.0.5
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 a stable version:

```
pip install utils-nuuuwan
```

To install a pre-release (which might have more features, but also be
less stable):

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

# Release History

## 1.0.5

* Added *use_selenium* option to *www.read*
* Added *www.get_all_urls*
* Added *sys.str_color*

## 1.0.4

* Added *www.exists*
* Added *timex.format_time*

## 1.0.3

* Added New Module *hashx* with md5 hashing
* Added New Module *filex* with read and write
* Added download_binary in Module *www*


## 1.0.2

* Fixed breaking bug in Module *cache* timeout logic.

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

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

## 1.0.0

- Initial Release. See source for details


