hyssop

hyssop is a python project that defines project hierarchy and creates scalable component architecture which is configurable in yaml format.

prerequest: python 3.6+, pip

Install hyssop with pip: pip install hyssop

Introduction

Change log

  • hyssop

    • 1.1.5 - Oct. 7, 2021:

      • Remove package dependency of “coloredlogs”.

    • 1.1.4 - Oct. 7, 2021:

      • Fix bug - logger component: sub folder path of logger file.

    • 1.1.3 - Mar. 21, 2021:

      • Add parameter “replace_duplicated_code” to Localization import_csv() in util.

      • Fix bug: logger file path is incorrect

    • 1.1.1 - Mar. 06, 2021:

      • Fix bugs.

    • 1.1.0 - Jan. 10, 2021:

      • Refactor the project and remove the web framework tornado dependencies.

    • 1.0.2 - Oct. 14, 2020:

      • Fix bugs.

    • 1.0.0 - Aug. 20, 2020:

      • Initalize project.

  • hyssop-aiohttp

    • 0.0.7 - Sep. 18, 2021:

      • Fix bugs of loading aiohttp route_decorators

    • 0.0.6 - Mar. 27, 2021:

    • 0.0.3 - Mar. 06, 2021:

      • Fix bug of aio client streaming callback.

    • 0.0.2 - Feb. 15, 2021:

      • Fix get_argument() of AioHttpRequest with given default value still raise Exception.

    • 0.0.1 - Jan. 10, 2021:

  • hyssop-aiodb