Metadata-Version: 2.1
Name: django-koldar-utils
Version: 2.2.4
Summary: Some stuff that i used when developing with django
Home-page: UNKNOWN
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: setuptools
Requires: wheel
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: PASSWORD
License-File: pmakeup-cache.json
License-File: PMakeupfile.py
License-File: README.md
License-File: requirements.txt
License-File: setup.py
License-File: TWINE_PYPI_PASSWORD
Requires-Dist: aniso8601 (>=8.1.1)
Provides-Extra: doc
Provides-Extra: test

# Introduction

Generic django providing models and function used to better developer other apps.
In itself, this is **not** a django app 

```
pip install django-koldar-utils
```

# Upload new version

```
# pmakeup is a Massimo Bono project used to automatize the build; per se it is not necessary
pip install pmakeup 
add in TWINE_PYPI_PASSWORD the pypi password
pmakeup update-version-patch build upload-to-pypi
```

