=================
**Django Tag Me**
=================
|
**Version = 2025.01.18.1**
|
*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>`_
Raw data
{
"_id": null,
"home_page": null,
"name": "django-tag-me",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Mark Sevelj <mark.sevelj@dunwright.com.au>",
"keywords": "Django Tag Me, Django, django, django tagging, Django tags, Django field tags",
"author": null,
"author_email": "Mark Sevelj <mark.sevelj@dunwright.com.au>",
"download_url": "https://files.pythonhosted.org/packages/88/37/269b1c42987b89026228c69b02f9179b456870a84da3b91492603bba1000/django_tag_me-2025.1.18.1.tar.gz",
"platform": null,
"description": "=================\n**Django Tag Me**\n=================\n\n|\n\n**Version = 2025.01.18.1**\n\n|\n\n*Django Tag Me... Tag a model, a field, user tags and more...*\n\n|\n\n.. image:: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml/badge.svg\n :alt: Tests\n :target: https://github.com/imAsparky/django-tag-me/actions/workflows/main_PR.yaml\n\n.. 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\n :alt: Django Version Badge\n :target: https://docs.djangoproject.com/en/4.2/\n\n.. 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\n :alt: Python Version Badge\n :target: https://devdocs.io/python~3.10/\n\n.. image:: https://www.repostatus.org/badges/latest/wip.svg\n :alt: Project Status: WIP \u2013 Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.\n :target: https://www.repostatus.org/#wip\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n\n.. image:: https://readthedocs.org/projects/django-tag-me/badge/?version=latest\n :target: https://django-tag-me.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n|\n\n`django-tag-me`, a simple approach for `Django` tagging.\n\n|\n\nFeatures in the Pipeline\n------------------------\n\n|\n\n#. Easily set up `User tags`. **In Progress**\n#. Tag a field. **Completed**\n#. Tag a model. **Completed**\n#. Easy as `1,2,3` - Custom select widget integration in your forms and templates. **Completed**\n#. `sqLite` search with `i_contains`\n#. `Postgres` text search or `i_contains`\n\n|\n\nTag Selection Interface!\n------------------------\n\n|\n\n**Dropdown with selection options.**\n\n|\n\n.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_with_options.png\n :alt: Tag dropdown with options\n\n|\n\n**Dropdown tag options search functionality.**\n\n|\n\n.. image:: https://raw.githubusercontent.com/imAsparky/django-tag-me/main/docs/source/imgs/tag_dropdown_search.png\n :alt: Tag dropdown search functionality\n\n|\n\nCredits\n-------\n\n|\n\n- Dropdown interface adapted from `alpinejs-multiselect <https://github.com/alexpechkarev/alpinejs-multiselect/>`_\n- Built with `Django Cookiecutter <https://github.com/imAsparky/django-cookiecutter>`_\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A simple approach to Django tagging",
"version": "2025.1.18.1",
"project_urls": {
"Changelog": "https://github.com/imAsparky/django-tag-me/blob/main/CHANGELOG.md",
"Documentation": "https://django-tag-me.readthedocs.io",
"Repository": "https://github.com/imAsparky/django-tag-me",
"Tracker": "https://github.com/imAsparky/django-tag-me/issues"
},
"split_keywords": [
"django tag me",
" django",
" django",
" django tagging",
" django tags",
" django field tags"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "90b372dee2d1390153e75c04c5ee61d15904fd89441ac8b43783888525fcc6e4",
"md5": "7170b23ad5150918d8e03a6ba5877625",
"sha256": "00322cafde958cbadf23b559386f949673788c20f4ae0df007f15393b3c126cd"
},
"downloads": -1,
"filename": "django_tag_me-2025.1.18.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7170b23ad5150918d8e03a6ba5877625",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 55354,
"upload_time": "2025-01-18T21:22:15",
"upload_time_iso_8601": "2025-01-18T21:22:15.382080Z",
"url": "https://files.pythonhosted.org/packages/90/b3/72dee2d1390153e75c04c5ee61d15904fd89441ac8b43783888525fcc6e4/django_tag_me-2025.1.18.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8837269b1c42987b89026228c69b02f9179b456870a84da3b91492603bba1000",
"md5": "ac32a3c1256ea2cc55a47c41f9c67649",
"sha256": "a5c8ad42cc3b84469f8091f39c668d6b96bfeece1b45cdc552fc7553b14234cd"
},
"downloads": -1,
"filename": "django_tag_me-2025.1.18.1.tar.gz",
"has_sig": false,
"md5_digest": "ac32a3c1256ea2cc55a47c41f9c67649",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 123335,
"upload_time": "2025-01-18T21:22:17",
"upload_time_iso_8601": "2025-01-18T21:22:17.381311Z",
"url": "https://files.pythonhosted.org/packages/88/37/269b1c42987b89026228c69b02f9179b456870a84da3b91492603bba1000/django_tag_me-2025.1.18.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-18 21:22:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imAsparky",
"github_project": "django-tag-me",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "django-tag-me"
}