Metadata-Version: 2.4
Name: django-experimental
Version: 0.1.0
Summary: A Third-Party package to test experimental framework for django.
Author-email: Praful Gulani <prafulgulani555@gmail.com>, Andrew Miller <andrew@softwarecrafts.co.uk>
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: django>=4.2
Description-Content-Type: text/markdown

# django-experimental

This is a third-party Python package built for testing django experimental framework. 

The goal of this project is to create a safe "playground" where we can build and test new Django features using feature flags, without risking the stability of the main Django framework.
