Metadata-Version: 2.1
Name: gkeep
Version: 1.0.1
Summary: Google Keep Command Line Interface (CLI)
Home-page: https://github.com/Nekmo/gkeep
Author: Nekmo
Author-email: contacto@nekmo.com
License: UNKNOWN
Download-URL: https://github.com/Nekmo/gkeep/archive/master.zip
Keywords: google,keep,tasks,google-keep
Platform: linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Provides: google_keep_tasks
License-File: AUTHORS.rst
Requires-Dist: gkeepapi (>=0.10.6)
Requires-Dist: click

.. image:: https://raw.githubusercontent.com/Nekmo/gkeep/master/logo.jpg
    :width: 100%

|

**DEVELOPMENT BRANCH**: The current branch is a development version. Go to the stable release by clicking
on `the master branch <https://github.com/Nekmo/gkeep/tree/master>`_.


Google Keep Cli
###############
Work with Google Keep on your terminal. To install this module
(`more options in the documentation <https://docs.nekmo.org/gkeep/installation.html>`_)::

    $ pip install -U gkeep


To get the available options use the ``--help`` parameter or
`see the documentation <https://docs.nekmo.org/gkeep/usage.html>`_::

    $ gkeep --help

For example **to search for notes**::

    $ gkeep notes search "Shopping list"

Gkeep allows you to use Google Keep **in your scripts**. For example to remember to buy milk::

    $ gkeep items edit --uncheck 150ad84b557.97eb8e3bffcb03e1 "Milk"


Thanks
======
This module is a command-line interface of the module `gkeepapi <https://github.com/kiwiz/gkeepapi/>`_.
Thanks to Kiwiz for maintaining the module.

This module does not use an official Google API to work with Google Keep. As this module does not use an official
API, its operation is not guaranteed for a production environment.


