Metadata-Version: 1.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
Description: 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>`__.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
