Metadata-Version: 2.1
Name: put
Version: 0.0.5
Summary: collection of wonderful python utilities and tools that can make your life easier
Home-page: https://github.com/an63/put
Author: Angel Analoosen
Author-email: an9an63@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://github.com/an63/put/wiki
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

# put℠ - **P**ython **U**tilities & **T**ools

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/put?style=flat-square) ![PyPI](https://img.shields.io/pypi/v/put?style=flat-square) ![PyPI - License](https://img.shields.io/pypi/l/put?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/an63/put?style=flat-square) ![PyPI - Downloads](https://img.shields.io/pypi/dw/put?style=flat-square)

**put**, stands for **P**ython **u**tilities & **t**ools, is a collection of wonderful Python utilities and tools that can make your life easier.

## installation

simply use pip or pipenv:

```bash
pip install put
```

## feature

the following helper methods are included:

* **hash** utilities:
    - md5: md5str, md5sum, md5base64
    - sha1: sha1str, sha1sum, sha1base64
    - sha256: sha256str, sha256sum, sha256base64
* **file** utilities:
    - directory: is_dir_exist, make_dir, scan_dir, join_path
    - file: is_file_exist, save_json, load_json, load_lines, get_file_info

## planning

* [ ] file: copy, move
* [ ] zip: zip, unzip
* [ ] id generator


