Metadata-Version: 2.1
Name: zzo-bibtex-parser
Version: 1.0.8
Summary: bibtex importer for hugo zzo theme
Home-page: https://github.com/zzossig/zzo-bibtex-parser
Author: zzossig
Author-email: zzossig@gmail.com
License: WTFPL
Description: ## Pupose
        
        This program parse a .bib file and make new files(index.md, cite.bib) for using zzo theme blog
        
        ## Install
        
        You have to install pip before type this command.
        
        ```cmd
        pip3 install zzo-bibtex-parser
        ```
        
        ## Usage
        
        After install the `zzo-bibtex-parser` package, type this command.
        This will generate files in `content/publication/...`
        
        ```cmd
        zzo --path mybibtex.bib
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
