Metadata-Version: 2.1
Name: shopcloud-django-toolbox
Version: 1.0.0
Summary: Django tool
Home-page: https://github.com/Talk-Point/shopcloud-django-toolbox
Author: Konstantin Stoldt
Author-email: konstantin.stoldt@talk-point.de
License: MIT
Keywords: CLI
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: Django (>=4)

# Django Toolbox

## install

```sh
$ pip install shopcloud-django-toolbox
```

## deploy

```sh
$ pip3 install wheel twine
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/* 
```

