Skip to main content

Utils for your favourite python web projects.

Project description

Python Web Extras

Build and Publish

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

python_web_extras-0.1.0-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page