Metadata-Version: 1.1
Name: paperwrap
Version: 0.14.3
Summary: API Wrapper and command line client forthe open-source note taking tool paperwork
Home-page: https://github.com/ntnn/paperwork.py
Author: Nelo Wallus
Author-email: wallus.nelo@gmail.com
License: MIT
Description: Paperwork API Wrapper and Command Line Client
        =============================================
        
        | |Build Status| |Scrutinizer Code Quality|
        | `paperwork <https://github.com/twostairs/paperwork>`__ is 'an open
        source note-taking and archiving tool'.
        
        | Supported: python 2.7, 3.3+
        | Tests can be run with ``./run_tests.py``.
        
        PyPI entry: `paperwrap <https://pypi.python.org/pypi/paperwrap/>`__
        
        | ``wrapper.py`` is the actual api-wrapper.
        | ``models.py`` contains classes for paperwork-instances, notebooks,
        notes and tags.
        | ``paperwork.py`` is a command-line client with the entry-point
        ``paperwrap``.
        
        Command Line Interface
        ======================
        
        ``paperwrap`` connects to the remote host and provides a command line
        interface to manage the notes. The credentials are read with requests
        from the ``.netrc`` file.
        
        .. |Build Status| image:: https://travis-ci.org/ntnn/paperwork.py.svg?branch=master
           :target: https://travis-ci.org/ntnn/paperwork.py
        .. |Scrutinizer Code Quality| image:: https://scrutinizer-ci.com/g/ntnn/paperwork.py/badges/quality-score.png?b=master
           :target: https://scrutinizer-ci.com/g/ntnn/paperwork.py/?branch=master
        
Keywords: paperwork rocks twostairs api wrapper paperwrap
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
