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
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
Requires-Dist: Django (>=2.2)
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: bumpversion (==0.6.0) ; extra == 'dev'


# crawfish

## Documentation

### Install

```bash
pip install django-crawfish
```

## Development

Install package dependencies:

```bash
pip install -e .
```

Install dev dependencies:

```bash
pip install -e .[dev]
```




