{"id":13813706,"url":"https://github.com/bartTC/django-markup","last_synced_at":"2025-05-15T01:31:22.612Z","repository":{"id":581713,"uuid":"214901","full_name":"bartTC/django-markup","owner":"bartTC","description":"Convert text markup to html. Markdown, rST, Textile etc.","archived":false,"fork":false,"pushed_at":"2024-11-19T08:42:19.000Z","size":310,"stargazers_count":154,"open_issues_count":0,"forks_count":45,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-08T03:04:39.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-markup.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ha/doozerd","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bartTC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2009-05-31T17:31:16.000Z","updated_at":"2025-01-13T06:32:20.000Z","dependencies_parsed_at":"2023-11-14T13:45:22.653Z","dependency_job_id":"bb8109be-31d4-4e13-af7f-42587f01b9a1","html_url":"https://github.com/bartTC/django-markup","commit_stats":{"total_commits":166,"total_committers":10,"mean_commits":16.6,"dds":0.08433734939759041,"last_synced_commit":"7c94ca809fcfd16c532c76b8089140100c8a5cfd"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartTC%2Fdjango-markup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartTC%2Fdjango-markup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartTC%2Fdjango-markup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartTC%2Fdjango-markup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartTC","download_url":"https://codeload.github.com/bartTC/django-markup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254256122,"owners_count":22040231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:01:26.508Z","updated_at":"2025-05-15T01:31:22.606Z","avatar_url":"https://github.com/bartTC.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ca href=\"https://pypi.org/project/django-markup/\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/django-markup.svg\" alt=\"\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/bartTC/django-markup/actions\"\u003e\u003cimg src=\"https://github.com/bartTC/django-markup/actions/workflows/push.yml/badge.svg?branch=main\" alt=\"\"/\u003e\u003c/a\u003e\n\n📖 Full documentation on https://django-markup.readthedocs.io/en/latest/\n\n# django-markup\n\nThis app is a generic way to provide filters that convert text into html.\n\n## Compatibility Matrix:\n\n| Py/Dj     | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |\n|-----------|-----|------|------|------|------|\n| 4.2 (LTS) | ✓   | ✓    | ✓    | ✓    | ✓    |\n| 5.0       | —   | ✓    | ✓    | ✓    | ✓    |\n| 5.1       | —   | ✓    | ✓    | ✓    | ✓    |\n\n## Quickstart\n\nDownload and install the package from the python package index (pypi):\n\nNote that `django-markup` ships with some filters ready to use, but the more\ncomplex packages such as Markdown or ReStructuredText are not part of the code.\nPlease refer the docs which packages are used for the built-in filter.\n\nAn alternative is to install django-markup with all filter dependencies\nright away. Do so with:\n\n    $ pip install django-markup[all_filter_dependencies]\n\nThen add it to the ``INSTALLED_APPS`` list:\n\n    INSTALLED_APPS = (\n        ...\n        'django_markup',\n    )\n\nUse it in the template:\n\n    {% load markup_tags %}\n    {{ the_text|apply_markup:\"markdown\" }}\n\nOr in Python code:\n\n    from django_markup.markup import formatter\n    formatter('Some *Markdown* text.', filter_name='markdown')\n\n# Testsuite\n\nTo run the testsuite install the project with pipenv and run it:\n\n    % pipenv install --dev\n    $ pipenv run test\n\nYou can also test against a variation of Django and Python versions\nusing tox:\n\n    $ tox\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbartTC%2Fdjango-markup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FbartTC%2Fdjango-markup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FbartTC%2Fdjango-markup/lists"}