Metadata-Version: 2.2
Name: django-find-view
Version: 0.1.0
Summary: A small CLI tool that locates the file containing a Django view function for a given named URL
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
Requires-Dist: django

================
django-find-view
================

A small utility that finds the view function for a given named URL. The main
purpose of this is as a helper that can be called from an IDE/editor to provide
“jump to definition” from things like ``{% url %}`` tags.

Install into your venv::

  pip install django-find-view

Or with uv::

  uv add --dev django-find-view


See ``django-find-view --help`` for usage instructions.


