Metadata-Version: 2.1
Name: django-crawfish
Version: 0.0.3
Summary: pending...
Home-page: https://gitlab.com/crawfordleeds/crawfish
Author: Crawford Leeds
Author-email: crawford@crawfordleeds.com
License: MIT
Description: 
        # Crawfish
        ![PyPI - License](https://img.shields.io/pypi/l/django-crawfish)
        ![PyPI](https://img.shields.io/pypi/v/django-crawfish)
        ![Gitlab pipeline status](https://img.shields.io/gitlab/pipeline/crawfordleeds/crawfish)
        ![PyPI - Django Version](https://img.shields.io/pypi/djversions/django-crawfish)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-crawfish)
        
        ## Documentation
        
        ### Install
        
        ```bash
        pip install django-crawfish
        ```
        
        ## Development
        
        Install package dependencies:
        
        ```bash
        pip install -e .
        ```
        
        Install dev dependencies:
        
        ```bash
        pip install -e '.[dev]'
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
