Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 830 Bytes

SanicKit

PyPI - Version PyPI - Python Version

SanicKit is a framework that applies some of the ideas of Svelte-kit to the Sanic web framework. In particular:

  • File-path routing
  • Easy deployment

The framework is designed for multi-page apps - pages are rendered on the server and sent to the browser. Libraries such as htmx can be used to create a more SPA-like experience.


Table of Contents

Installation

pip install sanickit

License

SanicKit is distributed under the terms of the MIT license.