Metadata-Version: 2.1
Name: eztools
Version: 0.1.1
Summary: A handy module for Python programming, to make my life easier.
Home-page: https://github.com/tobyqin/eztools
Author: Toby Qin
Author-email: toby.qin@live.com
License: MIT license
Keywords: eztools,handy,utils,utility
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: assertpy
Requires-Dist: arrow

# eztools

![Test Package](https://github.com/tobyqin/eztools/workflows/Test%20Package/badge.svg)

A handy module for Python programming, to make my life easier, this module is mainly to meet my needs,
welcome to contribute your features to make it save your time and life.

> eztools => easy tools.

## Installation

```bash
pip install eztools -U
```

## Usage

```python
from eztools import converters
converters.to_int('123')
```

## License

MIT

## Change Log

### 0.0.1

- Baby version.

