Metadata-Version: 1.1
Name: note
Version: 0.5.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
                :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
        
        .. image:: https://coveralls.io/repos/dwwkelly/note/badge.png
                :target: https://coveralls.io/r/dwwkelly/note
                :alt: Code Coverage
        
        Note is a text-based note taking system that is simple and fast to use.  
        
        Documentation: https://pythonhosted.org/note/
        
        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.
        
        
        
        
        History
        =======
        
        v0.5.1 (2015-01-4)
        ---------------------
        
        * Fixed bad test
        
        v0.5 (2015-01-4)
        ----------------------
        
        * Note server and client can now support all notes.
        
        0.2 (2014-07-15)
        ---------------------
        
        * First release on PyPI.
        * Implemented prototype with basic functionality.
        
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
