Metadata-Version: 2.1
Name: django_security_questions
Version: 0.1.7
Summary: Security Questions for your django app
Author-email: Piyush Khurana <pka420@proton.me>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django
Requires-Dist: djangorestframework

# django_security_questions

## To build:
```bash
python3.8 -m venv env
source env/bin/activate
pip install -r requirements.txt
python -m build
```

## To publish:
```bash
twine upload dist/*
```
