Metadata-Version: 2.1
Name: notementum
Version: 0.1.0
Summary: A native Markdown notebook app.
Home-page: UNKNOWN
Author: Ivan Fonseca
Author-email: ivanfon@riseup.net
License: GPLv3+
Description: # notementum
        
        A native Markdown notebook app.
        
        Inspired by apps like Notable, Notational Velocity, and Typora.
        
        ![](https://user-images.githubusercontent.com/1174413/63646396-77c7fa80-c701-11e9-94a8-dc9cb494d5f4.png)
        
        ## Installation
        
        Notementum depends on:
        
          - Python 3
          - Gtk+ 3.20
          - PyGObject
          - WebKitGTK 2
          - GtkSourceView 4
        
        ### Arch Linux
        
        Available as a package on the AUR: [notementum](https://aur.archlinux.org/packages/notementum)
        
        Install it with `makepkg` or your preferred AUR helper.
        
        ### pip
        
        Available on PyPI: [notementum](https://pypi.org/project/notementum/)
        
        Install it with pip: `pip install --user notementum`.
        
        ### Manual install
        
        Download the [latest release](https://github.com/IvanFon/notementum/releases/latest) or clone this repo and run `./setup.py install --user`.
        
Keywords: markdown
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Text Editors
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
