Metadata-Version: 1.1
Name: gkeep
Version: 1.0.0
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
Description-Content-Type: UNKNOWN
Description: .. image:: https://raw.githubusercontent.com/Nekmo/gkeep/master/logo.jpg
            :width: 100%
        
        |
        
        
        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.
        
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 :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Development Status :: 3 - Alpha
Provides: google_keep_tasks
