Metadata-Version: 2.1
Name: doker
Version: 0.1.2
Summary: Rich PDF documents creating tool
Home-page: https://github.com/doker-project/doker
Author: Doker Authors
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: docutils
Requires-Dist: Jinja2
Requires-Dist: pyyaml
Requires-Dist: reportlab (==3.5.18)
Requires-Dist: Pygments
Requires-Dist: pdfrw
Requires-Dist: pillow
Requires-Dist: six

Doker
=====

**Doker** stands for **do**\ cument ma\ **ker**.

Installation
============

Run in console::

  pip install doker

Usage
=====

Create ``minimal.yaml``::

  root: .

Create ``main.rst``:

.. code:: restructuredtext

   Minimal Document
   ================

   **Hello**, *world*!

And run in console::

  doker --pdf minimal

Find ``minimal.pdf`` in the current directory.

Deeper diving
=============

See `examples <https://github.com/doker-project/doker/tree/master/examples>`__ for most popular use cases.

Documentation
=============

Read the `user's manual <https://doker.org/manual.pdf>`__ for usage details.

License
=======

Source code is licensed under `MIT license <https://github.com/doker-project/doker/blob/master/LICENSE>`__.

