File: PKG-INFO

package info (click to toggle)
creoleparser 0.5.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 164 kB
  • ctags: 162
  • sloc: python: 886; makefile: 55; sh: 13
file content (38 lines) | stat: -rw-r--r-- 1,581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 1.0
Name: Creoleparser
Version: 0.5.0
Summary: Parser for the Creole common wiki markup language
Home-page: http://creoleparser.googlepages.com
Author: Stephen Day
Author-email: stephen.h.day@gm**l.com
License: MIT
Description: What is Creoleparser?
        ---------------------
        
        Creoleparser is a Python library for converting Creole wiki markup
        for output on the web. It is a full implementation of the Creole 1.0
        specification and aims to follow the spec exactly.
        
        What is Creole?
        ---------------
        
        From wikicreole.org:
        Creole is a common wiki markup language to be used across different
        wikis. It's not replacing existing markup but instead enabling wiki
        users to transfer content seamlessly across wikis, and for novice
        users to contribute more easily.
        
        Find out more about Creole at <http://www.wikicreole.org>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML