Metadata-Version: 2.4
Name: django-tag-me
Version: 2025.8.6.2
Summary: A simple approach to Django tagging
Author-email: Mark Sevelj <mark.sevelj@dunwright.com.au>
Maintainer-email: Mark Sevelj <mark.sevelj@dunwright.com.au>
License: BSD-3-Clause
Project-URL: Repository, https://github.com/imAsparky/django-tag-me
Project-URL: Documentation, https://django-tag-me.readthedocs.io
Project-URL: Tracker, https://github.com/imAsparky/django-tag-me/issues
Project-URL: Changelog, https://github.com/imAsparky/django-tag-me/blob/main/CHANGELOG.md
Keywords: Django Tag Me,Django,django,django tagging,Django tags,Django field tags
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Django>=4.0
Requires-Dist: structlog
Provides-Extra: dev
Requires-Dist: django-extensions; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: tox; extra == "dev"
Dynamic: license-file

=================
**Django Tag Me**
=================

|

**Version = 2025.08.06.2**

|

*Django Tag Me... Tag a model, a field, user tags and more...*

|

.. image:: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml/badge.svg
   :alt: Tests
   :target: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml

.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&query=project.dependencies&logo=Django&label=Versions&labelColor=%23092E20
   :alt: Django Version Badge
   :target: https://docs.djangoproject.com/en/4.2/

.. image:: https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-tag-me%2Fmain%2Fpyproject.toml&logo=Python
   :alt: Python Version Badge
   :target: https://devdocs.io/python~3.10/

.. image:: https://www.repostatus.org/badges/latest/wip.svg
   :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
   :target: https://www.repostatus.org/#wip

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit

.. image:: https://readthedocs.org/projects/django-tag-me/badge/?version=latest
   :target: https://django-tag-me.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

|

`django-tag-me`, a simple approach for `Django` tagging.

|

Features in the Pipeline
------------------------

|

#. Easily set up `User tags`. **In Progress**
#. Tag a field. **Completed**
#. Tag a model. **Completed**
#. Easy as `1,2,3` - Custom select widget integration in your forms and templates. **Completed**
#. `sqLite` search with `i_contains`
#. `Postgres` text search or `i_contains`

|

Tag Selection Interface!
------------------------

|

**Dropdown with selection options.**

|

.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_with_options.png
   :alt: Tag dropdown with options

|

**Dropdown tag options search functionality.**

|

.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_search.png
   :alt: Tag dropdown search functionality

|

Credits
-------

|

- Dropdown interface adapted from `alpinejs-multiselect <https://github.com/alexpechkarev/alpinejs-multiselect/>`_
- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_
