Metadata-Version: 2.1
Name: djecrety
Version: 1.0.15
Summary: Djecrety package provides a command to generate a new secret key for your project and save it to settings.py file.
Home-page: https://djecrety.ir/
Author: Majid Rouhi
Author-email: mrouhi13@gmail.com
License: GNU Version 3 License
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

Djecrety
========
.. image:: https://img.shields.io/pypi/v/djecrety.svg
  :target: https://pypi.org/project/djecrety
  :alt: PyPI - Build

.. image:: https://readthedocs.org/projects/djecrety/badge/?version=latest
  :target: https://djecrety.readthedocs.io/?badge=latest
  :alt: Documentation Status

.. image:: https://codecov.io/gh/mrouhi13/djecrety/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/mrouhi13/djecrety
  :alt: Code Coverage

.. image:: https://img.shields.io/pypi/dm/djecrety.svg
  :target: https://pypistats.org/packages/djecrety
  :alt: PyPI - Downloads

.. image:: https://github.com/mrouhi13/djecrety/workflows/Django%20CI/badge.svg
  :alt: Django CI

Djecrety is a Django implementation of a `Web tool <https://djecrety.ir/>`_ with the same name. This package provides a command to generate a new secret key for your project and save it to ``settings.py``.

For more details `https://docs.djecrety.ir <https://docs.djecrety.ir>`_

Requirements
============
To be able to run **Djecrety** you have to meet following requirements:

- Python (3.6, 3.7, 3.8, 3.9)
- Django (2.x, 3.x, 4.0)

Installation
============
Simply install using ``pip``:

.. code-block:: bash

    $ pip install djecrety

Documentation
=============
Documentation is available on `https://docs.djecrety.ir <https://docs.djecrety.ir>`_.


