Metadata-Version: 2.1
Name: slipbox
Version: 0.14.1
Summary: Static-site generator for Zettelkasten notes
Home-page: https://github.com/lggruspe/slipbox
Author: Levi Gruspe
Author-email: mail.levig@gmail.com
License: UNKNOWN
Description: slipbox
        =======
        
        `slipbox` is a static site generator for Zettelkasten notes.
        
        Features
        --------
        
        - Interactive graph of notes and links
        - Text search
        - Anki generator
        
        Requirements
        ------------
        
        - `pandoc` (should be compiled with `pandoc-types` 1.22)
        - `python3`
        - `genanki` (only needed when generating Anki cards)
        
        Installation and usage
        ----------------------
        
        ```bash
        pip install slipbox
        python -m slipbox init my-slipbox
        cd my-slipbox
        # ...add notes
        python -m slipbox build
        ```
        
        See [docs/index.md](https://github.com/lggruspe/slipbox/blob/master/docs/index.md)
        and <https://lggruspe.github.io/slipbox>.
        
        License
        -------
        
        MIT.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
