Metadata-Version: 2.1
Name: hyssop-extension
Version: 1.0.1
Summary: Extended hyssop components and utilities
Home-page: https://github.com/hsky77/hyssop
Author: hsky77
Author-email: howardlkung@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: hyssop (>=1.0.1)
Requires-Dist: sqlalchemy (>=1.3.5)

# hyssop-extension

[![Documentation Status](https://readthedocs.org/projects/hyssop/badge/?version=latest)](https://hyssop.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![PyPI version](https://img.shields.io/pypi/v/hyssop-extension.svg)](https://pypi.org/project/hyssop-extension/)

**hyssop-extension** extends **hyssop** components and utilities.

**prerequest**: python 3.6+, pip

**Install** hyssop-extension with pip: ``pip install hyssop_extension``

Read [documentation](https://hyssop.readthedocs.io/en/latest/) for more information

## Change log

* **1.0.0 - Sep. 02, 2020**:
   * Fix bugs.

* **1.0.0 - Sep. 02, 2020**:
   * Initalize project.

