Metadata-Version: 2.1
Name: asciidoc3
Version: 3.1.0
Summary: AsciiDoc3 Python3 GNU/Linux Windows AsciiDoc - see https://asciidoc3.org/pypi.html BEFORE installing
Home-page: https://asciidoc3.org
Author: Berthold Gehrke
Author-email: berthold.gehrke@gmail.com
License: GPLv2+
Project-URL: Source, https://gitlab.com/asciidoc3/asciidoc3
Project-URL: Funding, https://asciidoc3.org/contact.html
Description: # asciidoc3
        ## Text based document generation using Python 3.x; Python3 port of AsciiDoc
        
        *AsciiDoc3* is a text document format for writing notes, documentation, articles, books,
        ebooks, slideshows, web pages, man pages and blogs. *AsciiDoc3* files can be translated to many
        formats including HTML, PDF, EPUB, man page.
        *AsciiDoc3* is highly configurable: both the *AsciiDoc3* source file syntax and the backend output markups
        (which can be almost any type of SGML/XML markup) can be customized and extended by the user.
        
        ## Prerequisites
        *AsciiDoc3* is written in 100% pure Python3. So you need a Python interpreter (version 3.4 or later) to execute asciidoc3.py.
        Python is installed by default in most Linux distributions. You can download Python from the official website
        https://www.python.org.
        
        ## Obtaining AsciiDoc3
        Documentation and installation instructions are on the *AsciiDoc3* website https://asciidoc3.org/
        
        ## Tools
        Current *AsciiDoc3* version tested on Ubuntu Linux 18.04 (Bionic Beaver) with Python 3.6, Debian Siduction with Python 3.7.3, and other platforms, too.
        
        ## Dependencies
        *AsciiDoc3* comes without dependencies (aside Python3, of course). To use all features of *AsciiDoc3*, you need - where necessary - DocBook XSL Stylesheets, xsltproc, w3m, dblatex, FOP, Pygments, graphviz ... You'll find these packages in the repos of your operating system.
        
        ## Copying
        Copyright © Stuart Rackham (and contributors) for AsciiDoc v8.6.9 (Python2)
        
        Copyright © 2018-2019 Berthold Gehrke <berthold.gehrke@gmail.com> for AsciiDoc3 (Python3)
        
        Free use of this software is granted under the terms of the GNU General Public License version 2 or later (GPLv2+).
        
Keywords: text,markup,Windows,asciidoc,asciidoc3,python3
Platform: UNKNOWN
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >= 3.4
Description-Content-Type: text/markdown
