[ Source: django-markupfield ]
Package: python3-django-markupfield (2.0.0-1)
Links for python3-django-markupfield
Debian Resources:
Download Source Package django-markupfield:
- [django-markupfield_2.0.0-1.dsc]
- [django-markupfield_2.0.0.orig.tar.gz]
- [django-markupfield_2.0.0-1.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [pypi.python.org]
Similar packages:
custom Django field for easy use of markup in text fields (Python3 version)
An implementation of a custom MarkupField for Django. A MarkupField is in essence a TextField with an associated markup type. The field also caches its rendered value.
It supports these markup types by default:
* html: allows HTML, potentially unsafe * plain: plain text markup, calls urlize and replaces text with linebreaksAnd these markups if the appropriate Python module is installed:
* markdown: default markdown renderer (requires python-markdown) * restructuredtext: default ReST renderer (requires python-docutils) * textile: default textile renderer (requires python-textile)
This package contains the Python 3 version of the library.
Other Packages Related to python3-django-markupfield
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 2.2)
- High-level Python web development framework
-
- sug: python3-docutils
- text processing system for reStructuredText (implemented in Python 3)
-
- sug: python3-markdown
- text-to-HTML conversion library/tool (Python 3 version)
Download python3-django-markupfield
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 18.4 kB | 74.0 kB | [list of files] |