Metadata-Version: 1.1
Name: note
Version: 0.2
Summary: A command line based note taking application
Home-page: https://github.com/dwwkelly/note
Author: Devin Kelly
Author-email: dwwkelly@fastmail.fm
License: GPL3
Description: note
        =====
        
        .. image:: https://pypip.in/v/note/badge.png
                :target: https://pypi.python.org/pypi/note
                :alt: Latest Version
        
        .. image:: https://landscape.io/github/dwwkelly/note/master/landscape.png
                :target: https://landscape.io/github/dwwkelly/note/master
                :alt: Code Health
        
        .. image:: https://travis-ci.org/dwwkelly/note.svg?branch=master
                :target: https://travis-ci.org/dwwkelly/note
                :alt: Build Status
        
        .. image:: https://badge.fury.io/py/note.png
                :target: http://badge.fury.io/py/note
        
        .. image:: https://pypip.in/d/note/badge.png
                :target: https://pypi.python.org/pypi/note
                :alt: Downloads
        
        Note is a text-based note taking system that is simple and fast to use.  
        
        Documentation: http://note.readthedocs.org.
        
        Demos
        -----
        
        .. image:: https://raw.github.com/dwwkelly/note/master/demos/demo_01.gif
            :alt: Command line demo
        .. image:: https://raw.github.com/dwwkelly/note/master/demos/demo_02.gif
            :alt: Web interface demo
        .. image:: https://raw.github.com/dwwkelly/note/master/demos/demo_03.gif
            :alt: Vim plugin demo
        
        Goals
        -----
        - Create and access notes quickly.
        - Access notes from multiple places (command line, Vim plugin, web app)
        - Provide multiple multiple bakends so users may choose what suits them or implement their own.
        - Let users use their own text editor with the command line interface.
        
        TODO
        ----
        
        - convert to python 3
        - rewrite processX funtions to use regex
        - add distributed code
        - finish writing this file
        - clean up web templates so they look nice on all browsers
        - Add SQL backedend
        - Rewrite configuration file format/handler
        - Improve demos, gifs are ugly.
        
        
        
        
        History
        -------
        
        0.2 (2014-07-15)
        ---------------------
        
        * First release on PyPI.
Keywords: note
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
