Skip to content

SimeonAleksov/lyght

Repository files navigation

Lyght

Lighting fast python web framework.

Installation

Use the package manager pip to install lyght.

pip install lyght

Usage

from lyght.routes import Route, Routes


from example.controllers import MyController


home_routes = Route(
    path='/home',
    controller=MyController,
    name='example.home',
)


route_config = Routes(
    routes=[
        home_routes,
    ]
)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Features

  • TODO

Authors

About

Lighting fast python restful web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published