Metadata-Version: 2.1
Name: buzzerboy-saas-tenants
Version: 0.1.4
Summary: A reusable Django package containing multiple apps
Home-page: https://your-package-repo-url
Author: Buzzerboy Inc.
Author-email: dev@buzzerboy.com
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Description-Content-Type: text/markdown
Requires-Dist: django==4.2.9
Requires-Dist: django-allauth==0.60.1
Requires-Dist: PyJWT==2.8.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: str2bool==1.1
Requires-Dist: django-quill-editor==0.1.40
Requires-Dist: django-ckeditor==6.7.1
Requires-Dist: django-ckeditor-5==0.2.13
Requires-Dist: jinja2
Requires-Dist: django-htmx==1.19.0
Requires-Dist: django-js-asset==2.2.0
Requires-Dist: celery==5.3.4
Requires-Dist: redis==5.0.1
Requires-Dist: hiredis==2.2.3
Requires-Dist: pillow==10.4.0
Requires-Dist: django-seed==0.3.1
Requires-Dist: django-celery-results==2.5.1
Requires-Dist: djangorestframework==3.14.0
Requires-Dist: django-api-generator==1.0.17
Requires-Dist: django-debug-toolbar==4.2.0
Requires-Dist: drf-spectacular==0.26.5
Requires-Dist: whitenoise==6.5.0
Requires-Dist: gunicorn==21.2.0
Requires-Dist: cryptography==43.0.1
Requires-Dist: psycopg2-binary==2.9.9
Requires-Dist: python-decouple==3.8
Requires-Dist: pandas==2.2.0
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: asgiref==3.8.1
Requires-Dist: Faker==28.0.0
Requires-Dist: greenlet==3.0.3
Requires-Dist: Jinja2==3.1.4
Requires-Dist: MarkupSafe==2.1.5
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: six==1.16.0
Requires-Dist: sqlparse==0.5.1
Requires-Dist: toposort==1.10
Requires-Dist: python-gettext

# Introduction 
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. 

# Getting Started
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
1.	Installation process
2.	Software dependencies
3.	Latest releases
4.	API references

# Build and Test
TODO: Describe and show how to build your code and run the tests. 

# Contribute
TODO: Explain how other users and developers can contribute to make your code better. 

If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files:
- [ASP.NET Core](https://github.com/aspnet/Home)
- [Visual Studio Code](https://github.com/Microsoft/vscode)
- [Chakra Core](https://github.com/Microsoft/ChakraCore)
