Skip to main content

component-based architecture and project hierarchy based on opensource web framework

Project description

hyssop

Documentation Status License: MIT PyPI version

hyssop is a pure python project adds component-based architecture and project hierarchy to opensource web frameworks. It's currently based on Tornado Web Server

prerequest: python 3.6+, pip

Install hyssop with pip: pip install hyssop

Hello world

create a minimal runable server project:

  • In command prompt, create a project named hello: python3 -m hyssop create hello
  • Start the project: python3 -m hyssop start hello
  • Open Browser views the response of hello api, http://localhost:8888/hello
  • To stop server, press ctrl+c in the command prompt

Read documentation for more information

Change log

  • 1.0.0 - Aug. 20, 2020:
    • Initalizing project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyssop-1.0.0.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

hyssop-1.0.0-py3-none-any.whl (52.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page