jkaeske / django-view-decorator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django View Decorator

Tests Documentation pre-commit.ci status PyPI - Version PyPI - Python Version


django-view-decorator is decorator aimed at bringing locality of behaviour to the connection between a URL and a view in Django.

Table of Contents

Installation

pip install django-view-decorator

Development

git clone
cd django-view-decorator
pip install hatch
hatch run tests:cov
hatch run tests:typecheck

License

django-view-decorator is distributed under the terms of the MIT license.

About

License:MIT License


Languages

Language:Python 100.0%