Metadata-Version: 1.1
Name: certificator
Version: 0.1.0
Summary: Certificate Generator Tool and Library
Home-page: https://github.com/lamenezes/certificator
Author: Luiz Menezes
Author-email: luiz.menezesf@gmail.com
License: UNKNOWN
Description: ============
        Certificator
        ============
        
        .. image:: https://badge.fury.io/py/certificator.svg
            :target: https://pypi.org/project/certificator/
        
        .. image:: https://img.shields.io/badge/python-3.6,3.7-blue.svg
            :target: https://github.com/lamenezes/certificator/
        
        .. image:: https://img.shields.io/github/license/lamenezes/certificator.svg
            :target: https://github.com/lamenezes/certificator/blob/master/LICENSE
        
        .. image:: https://circleci.com/gh/lamenezes/certificator.svg?style=shield
            :target: https://circleci.com/gh/lamenezes/certificator
        
        Event certificate generator. Currently supports CSV/JSON + Meetup.
        
        --------------
        How to install
        --------------
        
        ::
        
            pip install certificator
        
        
        ------------------------------------
        How to use (using CLI interface)
        ------------------------------------
        
        From local CSV file:
        
        .. code:: bash
        
            certificator csv \
            --meta-file <your_meta_json_file.json> \
            --data-file <your_data_file.csv> \
            --template-path <your_template.html_folder_path>
        
        From MEETUP events:
        
        .. code:: bash
        
            certificator meetup <destination_path> \
            --urlname <your-meetup-urlname> \
            --event-id <meetup_event_id> \
            --meetup-api-key <your_MEETUP_API_KEY> \
            --template-path <your_template.html_folder_path>
        
        For more options, type certificator --help
        
        
        ------------------------------------
        Examples
        ------------------------------------
        
        Inside the folder examples/ are some files to be used as examples.
        To generate certificates using the data in data.csv, you can run the command
        
        .. code:: bash
        
            certificator csv \
            --meta-file meta.json \
            --data-file data.csv
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
