Metadata-Version: 2.4
Name: django-simple-toc
Version: 0.0.1
Summary: A Django app for generating a table of contents whenever you want to put it. It is customizable via template variables. Easy to set up and configure
Project-URL: Homepage RU, https://timthewebmaster.com/ru/tools/table-of-content-for-django/
Project-URL: Homepage EN, https://timthewebmaster.com/en/tools/table-of-content-for-django/
Project-URL: Issues RU, https://timthewebmaster.com/ru/tools/table-of-content-for-django/#comments_limiter
Project-URL: Issues EN, https://timthewebmaster.com/en/tools/table-of-content-for-django/#comments_limiter
Author-email: Tim The Webmaster <timachuduk@gmail.com>
License-Expression: MIT
License-File: LICENCE
Keywords: django,django app,index,table of content,timthewebmaster,toc
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Pre-processors
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.13.4
Requires-Dist: django>=5.1.7
Requires-Dist: lxml>=5.4.0
Description-Content-Type: text/markdown

# Django simple table of content generator

This project is intended to be a plug-and-play Django app. It is generating a table of contents for the specified page.
To see more details, go to the homepage.