Kwik is a web framework for building modern, batteries-included, RESTful backends with Python 3.10+. Kwik is based on FastAPI, builds upon it and delivers an opinionated concise, business-oriented API.
Project description
Kwik
Documentation: https://kwik.rocks
Repository: https://github.com/dmezzogori/kwik
Kwik is a web framework for building modern, batteries-included, RESTful backends with Python 3.10+. Kwik is based on FastAPI, builds upon it and delivers an opinionated concise, business-oriented API.
The key features are:
- Conciseness: Kwik is quick (pun-intended :smile:)
- Battle-tested: developed internally at Kheperer, we use it every day to build robust and modern solutions for our customers.
- Standards-based
:warning: While Kwik is in active development, and already used for production, it is still in a pre-release state. The API is subject to change, and the documentation is not complete yet.
Acknowledgments
Python 3.10+
Kwik stands on the shoulder of a couple of giants:
- FastAPI: for the web parts.
- SQLAlchemy: for the ORM part.
Installation
$ pip install kwik
It will install kwik and all its dependencies.
Example
Run it
$ python -m kwik
If kwik is started in this way, it automatically creates a development server on port 8080
, with hot-reloading enabled
Check it
Open your browser at http://localhost:8080/docs.
You will see the automatic interactive API documentation, showing the built-in endpoints and schemas.
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kwik-0.1.0.tar.gz
.
File metadata
- Download URL: kwik-0.1.0.tar.gz
- Upload date:
- Size: 33.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c08f5aa5873467c48db9972ed825fa0e0909bf015640bef47f4afcccfedbdf19 |
|
MD5 | d8a8e02b052d8f3661d4d138efc10be2 |
|
BLAKE2b-256 | fbf9f8de5931719332ab30ca6a264803368c610b198f2227fd77a44cadf42c79 |
File details
Details for the file kwik-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: kwik-0.1.0-py3-none-any.whl
- Upload date:
- Size: 52.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.8 Darwin/22.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7796cd2eacfe5a776765606b03efd91431262903898967a370121c0e4d9b4b01 |
|
MD5 | 0044906f9828c050b2c8428f13d26833 |
|
BLAKE2b-256 | 5bdc7a77565c6f60bec5691a1bddca418ac35658dec9c07f8426d5ca6355d292 |