Metadata-Version: 2.1
Name: doker
Version: 0.2.0
Summary: Rich PDF documents creating tool
Home-page: https://github.com/doker-project/doker
Author: Shamil Yakupov
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: docutils
Requires-Dist: Jinja2
Requires-Dist: pdfrw
Requires-Dist: pillow
Requires-Dist: pygments
Requires-Dist: pyyaml
Requires-Dist: reportlab
Requires-Dist: six
Requires-Dist: smartypants

Doker
=====

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

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

Run in console::

  python3 -m pip install doker --user

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>`__.


