Metadata-Version: 2.1
Name: happydoc
Version: 0.1.1
Summary: A document generator for Happy Dev paperwork
Home-page: https://git/happy-dev.fr/plup/happydoc
Author: Plup
Author-email: plup@plup.io
License: ISC
Description: # Happy Doc
        
        ## Install
        
        ```
        $ pip install happydoc
        ```
        
        ## Run
        
        Check available templates:
        ```
        $ happydoc template
        ['report.md', 'devis.md']
        ```
        
        Generate a document from template:
        ```
        $ happydoc template report.md myreport.md
        ```
        
        When report is over convert it to PDF:
        ```
        $ happydoc convert myreport.md myreport.pdf
        ```
        
        ## Read
        
        All documents are generated from the markdown using `python-markdown` syntax and extra extensions.
        
        * https://python-markdown.github.io/extensions/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
