[ buster ]
[ 源代码: django-markupfield ]
软件包:python-django-markupfield(1.5.0-1)
python-django-markupfield 的相关链接
Debian 的资源:
下载源码包 django-markupfield:
- [django-markupfield_1.5.0-1.dsc]
- [django-markupfield_1.5.0.orig.tar.gz]
- [django-markupfield_1.5.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
custom Django field for easy use of markup in text fields
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)
其他与 python-django-markupfield 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-django (>= 1.8)
- High-level Python web development framework (Python 2 version)
-
- sug: python-docutils
- text processing system for reStructuredText (implemented in Python 2)
-
- sug: python-markdown
- text-to-HTML conversion library/tool (Python 2 version)
-
- sug: python-textile
- Python 2 parser for the Textile markup