Metadata-Version: 2.1
Name: django-crawfish
Version: 0.0.0
Summary: pending...
Home-page: UNKNOWN
Author: Crawford Leeds
Author-email: crawford@crawfordleeds.com
License: MIT
Description: 
        # 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.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
