python-web-extras 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

pythonwebextras 0.1.0

Python Web Extras

Official Documentation - https://tarsil.github.io/python_web_extras/

Table of Contents

Python Web Extras

Table of Contents
About Python Web Extras
Tortoise ORM

Overview

Supported Django and Python Versions


Installation


Documentation and Support
License




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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.