Metadata-Version: 2.1
Name: django-crawfish
Version: 0.0.5
Summary: pending...
Home-page: https://gitlab.com/crawfordleeds/crawfish
Author: Crawford Leeds
Author-email: crawford@crawfordleeds.com
License: MIT
Description: 
        ![](https://res.cloudinary.com/dmuligbfy/image/upload/c_scale,r_20,w_150/Crawfish/crawfish.png)
        
        # Django 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)
        
        This project contains a collection of code I re-use for most of my Django projects and is not [yet] well suited
        for public consumption.
        
        ## Documentation
        
        [https://django-crawfish.readthedocs.io/en/latest](https://django-crawfish.readthedocs.io/en/latest)
        
        ### Installation
        
        ```bash
        pip install django-crawfish
        ```
        
        ## Development
        
        Install package dependencies:
        
        ```bash
        pip install -e .
        ```
        
        Install dev dependencies:
        
        ```bash
        pip install -e '.[dev]'
        ```
        
        Run tests:
        
        ```bash
        python runtests.py
        
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
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
