Metadata-Version: 2.1
Name: asciidoc3
Version: 3.2.3
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
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >= 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING

# 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, and DocBook markup (at your choice v4.5 or v5.1).
*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.7 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
deb rpm docker tarball generic installer zip PyPI (GNU/Linux and Windows) Pelican Plugin available!  
See documentation and installation instructions on the *AsciiDoc3* website https://asciidoc3.org/

## Tools
Current *AsciiDoc3* version tested on Debian Siduction, Ubuntu 20.04 LTS (Focal Fossa), GhostBSD,
openSUSE Tumbleweed, Windows 10, and other platforms (Python 3.7 to 3.10).

## Dependencies
*AsciiDoc3* comes without dependencies (aside Python3, of course). To exploit 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 - to avoid this hassle use Docker.

## Copying
Copyright © Stuart Rackham (and contributors) for AsciiDoc v8.6.9 (Python2)  
Copyright © 2018-2021 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+).


