Metadata-Version: 2.0
Name: doker
Version: 0.0.1
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 :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

Doker
=====

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

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

Run in console::

  pip install doker

Usage
=====

Create ``mydoc.yaml``::

  entry: .

Create ``main.rst``::

  My First Document
  =================

  **Hello**, _world_!

And run in console::

  doker mydoc

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

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

See `examples <examples>`__ for most popular use cases.

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

Read the `doc <https://doker.org/doc/>`__ for API details.

License
=======

Source code is licensed under `MIT license <LICENSE>`__.

