Skip to content

lllama/sanickit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.