Metadata-Version: 2.1
Name: cowcerts-certificate-render
Version: 0.0.9
Summary: HTML template render for Cowcerts certificates visualization
Home-page: https://gitlab.com/btcalabs/certificate-render
Author: BTCA Labs
Author-email: btcalabs+cowcerts+certificate-render@btcassessors.com
License: UNKNOWN
Project-URL: Bug Reports, https://gitlab.com/btcalabs/certificate-render/issues
Project-URL: Source, https://gitlab.com/btcalabs/certificate-render
Description: # Certificate render
        HTML5 + CSS3 template to render a certificate view
        
        Templates rendered with the certificate values will be included in 
        ``displayHtml`` of certificates so that the certificate can be always 
        visualized in the original form.
        
        ## Usage
        A ``Makefile`` is present to help you developing and using the project
        
        ### Run
        Use ``make run`` to output a sample certificate renderization
        
        ### Serve
        Use ``make serve`` to serve the template locally using Python 3 integrated
        HTTP server.
        
        > To serve the rendering of an `EDS`, use `make serve-eds`
        
        ### Build and upload
        Use ``make build`` to create a package distribution and ``make upload`` to 
        upload it to PyPi
        
Keywords: cowcerts certificate template html render
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
