Utils for your favourite python web projects.
Project description
Python Web Extras
Official Documentation - https://tarsil.github.io/python_web_extras/
Table of Contents
About Python Web Extras
Python Web Extras is a miscellaneous of common utilities for FastAPI, Quart and future integrations with other frameworks.
The aim is to make the life of developers simpler when it comes to some configurations.
Python Web Extras also brings extra integrations with Tortoise ORM.
Tortoise offers a way of integrating models into any application without a lot of configurations previously faced with others (SQLAlchemy, for instance) and for those familiar with Django, then Tortoise is a brise.
Tortoise ORM
When building an application that manages users, Django offers
an out of the box built-in User models that can be very useful within the
whole set of dependencies. Tortoise ORM is a bit less opinionated regarding those
and therefore Python Web Extras offers a similar abstraction based Django
where a create_user and create_super_user as well as password
hashing are handled by simply inheriting from the base user model.
Overview
Supported Django and Python Versions
| Python |
|---|
| 3.8 |
| 3.9 |
| 3.10 |
Installation
To install python-web-extras:
pip install python-web-extras
Documentation and Support
Full documentation for the project is available at https://tarsil.github.io/python-web-extras/
License
Copyright (c) 2022-present Tiago Silva and contributors under 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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_web_extras-0.1.0-py3-none-any.whl.
File metadata
- Download URL: python_web_extras-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2f1432fbc9bd438e9810e9b7954763c8329d51370ca304d98f695a89b9ccdda
|
|
| MD5 |
892d13a1f09be87b3561c9d293b6ef45
|
|
| BLAKE2b-256 |
84b45fdc02408eaab9e3ae809023bbebdd390e81f7062f7d7da10f7133cde9cf
|