[ 原始碼: django-markupfield ]
套件: python3-django-markupfield (1.4.3-1)
python3-django-markupfield 的相關超連結
Trisquel 的資源:
下載原始碼套件 django-markupfield:
- [django-markupfield_1.4.3-1.dsc]
- [django-markupfield_1.4.3.orig.tar.gz]
- [django-markupfield_1.4.3-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Michael Fladischer
外部的資源:
- 主頁 [pypi.python.org]
相似套件:
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.
其他與 python3-django-markupfield 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 1.8)
- High-level Python web development framework (Python 3 version)
-
- sug: python3-docutils
- text processing system for reStructuredText (implemented in Python 3)
-
- sug: python3-markdown
- text-to-HTML conversion library/tool (Python 3 version)