Skip to main content

A lightweight web framework made with love

Project description

Zylo

Zylo is a lightweight web framework made with love.

Features

  • Simple and intuitive routing
  • Template rendering using Jinja2
  • Session management with the sessions library
  • Static file serving

Installation

You can install Zylo using pip:

pip install zylo

Usage

from zylo import Zylo

app = Zylo()

@app.route('/')
def home(request):
    return 'Hello, World!'

if __name__ == '__main__':
    app.run()

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

zylo-1.0.6.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

zylo-1.0.6-py3-none-any.whl (9.6 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