{ "info": { "author": "Nekmo", "author_email": "contacto@nekmo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": ".. image:: https://raw.githubusercontent.com/Nekmo/gkeep/master/logo.jpg\n :width: 100%\n\n|\n\n\nGoogle Keep Cli\n###############\nWork with Google Keep on your terminal. To install this module::\n\n pip install gkeep\n\nCreate a file with your Google credentials called ``auth.txt`` in the current directory::\n\n \n\nFor example::\n\n nekmo mypassword1234\n\nYou can also use the ``--auth`` parameter to set the path to the file with the credentials::\n\n gkeep --auth /path/to/auth.txt\n\n\nItems\n=====\nNotes can have multiple items with checkboxes. The common parameters for the items are:\n\n* ````: note identificator. For example, ``75e4202b0c1.9fc0b868a7b34952``. You can obtain the identifier\n using the web version of Google Keep. Click on the note and look at the url. Example: ``https://keep.google\n .com/#NOTE/75e4202b0c1.9fc0b868a7b34952.``\n* ````: value of the element. For exemple, ``Milk``.\n* ``--check/--uncheck``: Item is checked or not.\n\n\nAdd item on note\n----------------\nThis command allows you to add items to an existing note. By default if the element already exists,\nit is not duplicated. If you want duplicate the element, use the ``--duplicate`` parameter. If the element\ndoes not exist, by default it is unchecked.\n\n.. code-block:: bash\n\n gkeep add-item \"\"[ --check/--uncheck][ --duplicate/no-duplicate]\n\nFor example:\n\n.. code-block:: bash\n\n gkeep add-item 75e4202b0c1.9fc0b868a7b34952 \"Chip cookies\" --check\n\n\nEdit item on note\n-----------------\nModify an existing entry. It allows to change if it is checked and the text.\n\n.. code-block:: bash\n\n gkeep edit-item \"\"[ --check/--uncheck][ --new-text ]\n\nExamples:\n\n.. code-block:: bash\n\n gkeep edit-item 75e4202b0c1.9fc0b868a7b34952 \"Chip cookies\" --uncheck\n\n.. code-block:: bash\n\n gkeep edit-item 75e4202b0c1.9fc0b868a7b34952 \"Chip cookies\"\n --new-text \"Chocolate orange cookies\"\n\n\nDelete item on note\n-------------------\nDelete an existing entry.\n\n.. code-block:: bash\n\n gkeep delete-item \"\"\n\nExamples:\n\n.. code-block:: bash\n\n gkeep delete-item 75e4202b0c1.9fc0b868a7b34952 \"Chip cookies\"\n\n\nIs checked item on note\n-----------------------\nReturns ``True`` if the element is checked. If it is unchecked, it returns ``False``.\n\n\n.. code-block:: bash\n\n gkeep delete-item \"\"\n\nExamples:\n\n.. code-block:: bash\n\n gkeep delete-item 75e4202b0c1.9fc0b868a7b34952 \"Chip cookies\"\n\n\nThanks\n======\nThis module is a command-line interface of the module `gkeepapi `_.\nThanks to Kiwiz for maintaining the module.\n\nThis module does not use an official Google API to work with Google Keep. As this module does not use an official\nAPI, its operation is not guaranteed for a production environment.\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Nekmo/gkeep/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Nekmo/gkeep", "keywords": "google", "license": "", "maintainer": "", "maintainer_email": "", "name": "gkeep", "package_url": "https://pypi.org/project/gkeep/", "platform": "linux", "project_url": "https://pypi.org/project/gkeep/", "project_urls": { "Download": "https://github.com/Nekmo/gkeep/archive/master.zip", "Homepage": "https://github.com/Nekmo/gkeep" }, "release_url": "https://pypi.org/project/gkeep/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Package description\n", "version": "0.1.2" }, "last_serial": 3839498, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8fe5ff7c6fe9abd72630afaefeb375b7", "sha256": "dea1625d89e7bff57597fbdafe6bcc499ceeeb2673290fb37dedc110eebaa9cb" }, "downloads": -1, "filename": "gkeep-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8fe5ff7c6fe9abd72630afaefeb375b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6521, "upload_time": "2018-01-02T13:38:17", "url": "https://files.pythonhosted.org/packages/dc/c0/61ea1c58639d62c8f44194dc7b7880b9069b8d7f027d2136f223f7538130/gkeep-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a02f3f9bf5ac48614572289def0f10e5", "sha256": "ac6773fd41e8b6268fd4d7da8f904213c0d0a115c676b1bb4d9ed8e6e0dd195e" }, "downloads": -1, "filename": "gkeep-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a02f3f9bf5ac48614572289def0f10e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7253, "upload_time": "2018-04-15T23:39:13", "url": "https://files.pythonhosted.org/packages/26/94/d676dfa1b7d1bb6992ac61003773c355575ca51e002678d2c8fb8cbbf5af/gkeep-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a14932fa0e72abc3d20492e2d1215c46", "sha256": "149c07a41a8a0a8e60f924204404f31534a9fb28681bcd2afd63395dceef997d" }, "downloads": -1, "filename": "gkeep-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a14932fa0e72abc3d20492e2d1215c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7252, "upload_time": "2018-05-06T23:11:00", "url": "https://files.pythonhosted.org/packages/60/5e/057355518b94fba05980fe6af4cc1c90f8fd27fed2b86992c7d57bba783c/gkeep-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a14932fa0e72abc3d20492e2d1215c46", "sha256": "149c07a41a8a0a8e60f924204404f31534a9fb28681bcd2afd63395dceef997d" }, "downloads": -1, "filename": "gkeep-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a14932fa0e72abc3d20492e2d1215c46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7252, "upload_time": "2018-05-06T23:11:00", "url": "https://files.pythonhosted.org/packages/60/5e/057355518b94fba05980fe6af4cc1c90f8fd27fed2b86992c7d57bba783c/gkeep-0.1.2.tar.gz" } ] }