Metadata-Version: 2.1
Name: utils-nuuuwan
Version: 1.0.17
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
See also [Older Releases](OLDER_RELEASES.md) and [Wish-list](WISHLIST.md)

## 1.0.16

* Added module *open_browser* with open
* Added module *image*, with crop and resize
* Added more loggiing to *twitter*

## 1.0.15

* Fix various bugs in *cache*

## 1.0.14

* Added GeoDataFrame support in *cache*.

## 1.0.13

* Added MultiPolygon and other geometry support to *cache*

## 1.0.12

* Added pandas.DataFrame support to *cache*

## 1.0.11

* Added caching to www.read


