Metadata-Version: 2.1
Name: speedpycom
Version: 0.1.6
Summary: The Django Framework for SaaS
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
Requires-Dist: Django (>=4.0.4,<5.0.0)
Requires-Dist: Pillow (>=9.1.0,<10.0.0)
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Requires-Dist: boto3 (>=1.21.44,<2.0.0)
Requires-Dist: boto3-stubs (>=1.21.44,<2.0.0)
Requires-Dist: celery (>=5.2.6,<6.0.0)
Requires-Dist: celery-redbeat (>=2.0.0,<3.0.0)
Requires-Dist: dj-database-url (>=0.5.0,<0.6.0)
Requires-Dist: django-allauth (>=0.50.0,<0.51.0)
Requires-Dist: django-braces (>=1.15.0,<2.0.0)
Requires-Dist: django-cache-url (>=3.4.0,<4.0.0)
Requires-Dist: django-ckeditor (>=6.4.0,<7.0.0)
Requires-Dist: django-configurations (>=2.3.2,<3.0.0)
Requires-Dist: django-cors-headers (>=3.11.0,<4.0.0)
Requires-Dist: django-crispy-forms (>=1.14.0,<2.0.0)
Requires-Dist: django-extensions (>=3.1.5,<4.0.0)
Requires-Dist: django-filter (>=21.1,<22.0)
Requires-Dist: django-import-export (>=2.8.0,<3.0.0)
Requires-Dist: django-post-office (>=3.6.0,<4.0.0)
Requires-Dist: django-redis (>=5.2.0,<6.0.0)
Requires-Dist: django-ses (>=3.0.1,<4.0.0)
Requires-Dist: django-storages (>=1.12.3,<2.0.0)
Requires-Dist: django-taggit (>=2.1.0,<3.0.0)
Requires-Dist: django-tailwind (>=3.1.1,<4.0.0)
Requires-Dist: djangoql (>=0.17.1,<0.18.0)
Requires-Dist: djangorestframework (>=3.13.1,<4.0.0)
Requires-Dist: djangorestframework-simplejwt (>=5.1.0,<6.0.0)
Requires-Dist: drf-spectacular (>=0.22.0,<0.23.0)
Requires-Dist: flower (>=1.0.0,<2.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: honeybadger (>=0.8.0,<0.9.0)
Requires-Dist: psycopg2-binary (>=2.9.3,<3.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: sentry-sdk (>=1.5.10,<2.0.0)
Requires-Dist: whitenoise (>=6.0.0,<7.0.0)
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


