Metadata-Version: 2.1
Name: speedpycom
Version: 0.1.16
Summary: The Django Framework for SaaS
Home-page: https://gitlab.com/speedpycom/speedpycom
Author: Kostja P
Author-email: 123@appliku.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Django (>=4.1.2,<5.0.0)
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: arrow (>=1.2.3,<2.0.0)
Requires-Dist: boto3 (>=1.25.4,<2.0.0)
Requires-Dist: boto3-stubs (>=1.25.4,<2.0.0)
Requires-Dist: celery (>=5.2.7,<6.0.0)
Requires-Dist: celery-redbeat (>=2.0.0,<3.0.0)
Requires-Dist: dj-database-url (>=1.0.0,<2.0.0)
Requires-Dist: django (>=4.1.2,<5.0.0)
Requires-Dist: django-allauth (>=0.51.0,<0.52.0)
Requires-Dist: django-braces (>=1.15.0,<2.0.0)
Requires-Dist: django-cache-url (>=3.4.2,<4.0.0)
Requires-Dist: django-ckeditor (>=6.5.1,<7.0.0)
Requires-Dist: django-configurations (>=2.4,<3.0)
Requires-Dist: django-cors-headers (>=3.13.0,<4.0.0)
Requires-Dist: django-crispy-forms (>=1.14.0,<2.0.0)
Requires-Dist: django-extensions (>=3.2.1,<4.0.0)
Requires-Dist: django-import-export (>=3.0.1,<4.0.0)
Requires-Dist: django-post-office (>=3.6.3,<4.0.0)
Requires-Dist: django-redis (>=5.2.0,<6.0.0)
Requires-Dist: django-ses (>=3.2.1,<4.0.0)
Requires-Dist: django-storages (>=1.13.1,<2.0.0)
Requires-Dist: django-tailwind (>=3.4.0,<4.0.0)
Requires-Dist: djangoql (>=0.17.1,<0.18.0)
Requires-Dist: djangorestframework (>=3.14.0,<4.0.0)
Requires-Dist: djangorestframework-simplejwt (>=5.2.2,<6.0.0)
Requires-Dist: drf-spectacular (>=0.24.2,<0.25.0)
Requires-Dist: flower (>=1.2.0,<2.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: honeybadger (>=0.12.0,<0.13.0)
Requires-Dist: pillow (>=9.2.0,<10.0.0)
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sentry-sdk (>=1.10.1,<2.0.0)
Requires-Dist: wagtail (>=4.0.4,<5.0.0)
Requires-Dist: wagtailcodeblock (>=1.28.0,<2.0.0)
Requires-Dist: whitenoise (>=6.2.0,<7.0.0)
Project-URL: Repository, https://gitlab.com/speedpycom/speedpycom
Description-Content-Type: text/markdown

# SpeedPyCom – The Django Framework for SaaS

By [https://appliku.com/]()

## Introduction

SpeedPyCom is the collection of settings and requirements that allows you quick start of new production and deployment
ready Django Project for SaaS apps.

## Some reasons you might want to use SpeedPyCom

- Based on Django-Configurations, so while there is very useful base settings, it is easy to extend/override
- Storages ready for S3 or local development
- Credentials and some behaviour controlled via env vars
- other useful apps and tools included

## Discussions:

Join our Discord Community: https://appliku.com/discord


