Metadata-Version: 2.1
Name: django-rigger
Version: 1.0.3
Summary: rigger is a django toolset that provides a daily common tools
Home-page: https://github.com/MangoodLuck/django-rigger.git
Author: Xiao Man
Author-email: cloudbye@163.com
Maintainer: Xiao Man
Maintainer-email: cloudbye@163.com
License: MIT
Description: # Django Rigger
        
        **rigger is a django toolset that provides a daily common tool**
        
        ---
        
        # Requirements
        - Python (3.5, 3.6, 3.7, 3.8)
        - Django (2.1, 2.2, 3.0)
        
        I **highly recommend** and only officially support the latest patch release of each Python and Django series.
        # Installation
        Install using pip...
        
        ```
        pip install django-rigger
        ```
        
        Add 'rigger' to your INSTALLED_APPS setting.
        
        ```
        INSTALLED_APPS = [
            ...
            'rigger',
        ]
        ```
Platform: linux
Requires-Python: >=3.5
Description-Content-Type: text/markdown
