Metadata-Version: 2.1
Name: django-kapnoc
Version: 0.0.3
Summary: Personnal helpers
Home-page: https://kapno.cc
Author: Tanguy Gérôme
Author-email: tanguy.gerome@gmail.com
License: BSD-3-Clause
Description: # django-kapnoc
        
        personnal django helpers, common across my websites
        
        
        ## building package
        
        ```
        virtualenv env
        ./env/bin/pip install -r requirements.txt
        ./env/bin/python setup.py sdist
        ./env/bin/python -m twine upload --repository pypi dist/*
        ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Requires-Python: >=3.6
Description-Content-Type: text/markdown
