{ "info": { "author": "Stefan Tatschner", "author_email": "rumpelsepp@sevenbyte.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5" ], "description": "= pynote\r\n\r\npynote is a project to manage your notes on the commandline. It is written in\r\nPython 3 and provides a very handy cmd-interface. If something does not behave\r\nas expected please file a bug on https://github.com/rumpelsepp/pynote[Github],\r\nwrite an mailto:rumpelsepp@sevenbyte.org[email] or check out the\r\nhttps://bbs.archlinux.org/viewtopic.php?pid=1362268[support thread] in the Arch\r\nLinux forums.\r\n\r\n== Install\r\n\r\nIn Arch Linux you can use the PKGBUILD in the\r\nhttps://aur.archlinux.org/packages/pynote/[AUR]. Otherwise use `pip` or your\r\ndistros package manager (currently it is only in Fedora):\r\n\r\n $ pip install [--user] pynote\r\n\r\nOn Arch Linux `pacaur` can be used to obatain the AUR package:\r\n\r\n $ pacaur -S pynote\r\n\r\n== Requirements\r\n\r\nIf you plan to do some development for pynote, please make sure that these \r\nlibraries are available:\r\n\r\n* https://github.com/crsmithdev/arrow[arrow]\r\n* https://bitbucket.org/astanin/python-tabulate[tabulate]\r\n\r\nThe minimum required python version is 3.5. Python 2 is not supported.\r\n\r\n== Quickstart\r\n\r\nFor initialization just run any command and pynote will tell you what to do:\r\n\r\n----\r\n$ note add \"spam\"\r\nPath /home/stefan/.local/share/note does not exist\r\nShould I create it?\r\n[y/N] y\r\nData directory /home/stefan/.local/share/note created\r\nYou have enabled git support.\r\nShould I Initialize the repository?\r\n[y/N] y\r\nInitialized empty Git repository in /home/stefan/.local/share/note/.git/\r\n\r\n$ note add \"spam\"\r\n[master (root-commit) fd90645] Note added\r\n 1 file changed, 1 insertion(+)\r\n create mode 100644 spam.txt\r\n----\r\n\r\nCreate a new note:\r\n\r\n----\r\n$ note add \"spam\"\r\n----\r\n\r\nList notes in a table:\r\n\r\n----\r\n$ note \r\nID Title Age\r\n-- ----------- ---------\r\n0 spam 3 seconds\r\n1 lovely spam 1 day\r\n----\r\n\r\nRead a note (use ID from the table or the beginning of the title):\r\n\r\n----\r\n$ note show spam\r\nspam @ 2014-05-31 17:19, 48 seconds ago\r\n\r\nSpam, Spam, Spam, lovely Spam\r\nWonderful Spam, Lovely Spam.\r\nSpam, Spam, Spam, magnificent Spam,\r\nSuperlative Spam.\r\nSpam, Spam, Spam, wonderous Spam,\r\nSurgical Spam, splendiferous Spam.\r\nSpam, Spam, Spam, Spaaam!\r\n----\r\n\r\nEdit a note:\r\n\r\n----\r\n$ note edit 0\r\n$ note edit --title 0\r\n----\r\n\r\nUse git (make sure it is enabled in `noterc(5)`):\r\n\r\n----\r\n$ note git \"log -p\"\r\ncommit 0306372fb810f3a6da7432b3668b5d6471a4491b (HEAD -> master)\r\nAuthor: Stefan Tatschner \r\nDate: Thu May 19 23:07:58 2016 +0200\r\n\r\n Note added\r\n\r\ndiff --git a/todolist.txt b/todolist.txt\r\nnew file mode 100644\r\nindex 0000000..b586074\r\n--- /dev/null\r\n+++ b/todolist.txt\r\n@@ -0,0 +1 @@\r\n+spam\r\n----\r\n\r\nFor help just pass `-h` or `--help` to any command, or try `man 1 note` \r\nand `man 5 noterc`.", "description_content_type": null, "docs_url": "https://pythonhosted.org/pynote/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rumpelsepp/pynote", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pynote", "package_url": "https://pypi.org/project/pynote/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pynote/", "project_urls": { "Homepage": "https://github.com/rumpelsepp/pynote" }, "release_url": "https://pypi.org/project/pynote/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "Manage notes on the commandline", "version": "2.0.0" }, "last_serial": 2149454, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e6b5ec55a879213b6f3674471b9c657a", "sha256": "1517630955d04e3fa24726e4e5e736080818a6222e10361cb8ea9260023341fa" }, "downloads": -1, "filename": "pynote-0.1.tar.gz", "has_sig": true, "md5_digest": "e6b5ec55a879213b6f3674471b9c657a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9825, "upload_time": "2013-12-24T13:41:00", "url": "https://files.pythonhosted.org/packages/86/2a/a749c24f63964bae6891adef201c19d14098b491648bb72cbeaee3098ee3/pynote-0.1.tar.gz" } ], "0.1b1": [ { "comment_text": "", "digests": { "md5": "29a501acbdc3c3dc99f2a9b3d0093f02", "sha256": "f2eb17a6ee839d9f37808f0c34c498a3c1f2e3d4abf2ba01883c1303ec1a0fc0" }, "downloads": -1, "filename": "pynote-0.1b1.tar.gz", "has_sig": true, "md5_digest": "29a501acbdc3c3dc99f2a9b3d0093f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4377, "upload_time": "2013-12-10T13:51:33", "url": "https://files.pythonhosted.org/packages/7c/75/a380a8cf21e8157983b1ff9c0f312d5aad7bf66ea9c9b2e5d9b20813c68a/pynote-0.1b1.tar.gz" } ], "0.1b2": [ { "comment_text": "", "digests": { "md5": "6cd1153ce396b46d0e3671672686f0d9", "sha256": "1689d184628aa526df97cc8c3df8201e4a85524cf99d59ea2ca54b75c9b8c84d" }, "downloads": -1, "filename": "pynote-0.1b2.tar.gz", "has_sig": true, "md5_digest": "6cd1153ce396b46d0e3671672686f0d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5710, "upload_time": "2013-12-10T14:48:52", "url": "https://files.pythonhosted.org/packages/45/3e/17b4e52691505620373aff9a93631cb99d1cb04c2d199bac3a4ff5f9ceb1/pynote-0.1b2.tar.gz" } ], "0.1b3": [ { "comment_text": "", "digests": { "md5": "a900e091c3dc51c47a5a1444d70b8d22", "sha256": "b589c413c995b98f2579327a06191716418e735e83fb04e45055e8beddb7d887" }, "downloads": -1, "filename": "pynote-0.1b3.tar.gz", "has_sig": true, "md5_digest": "a900e091c3dc51c47a5a1444d70b8d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9024, "upload_time": "2013-12-18T17:29:02", "url": "https://files.pythonhosted.org/packages/7f/a8/ebfe6f96b922f0fe332dbcf3172187476495628b7b6e0aefc83c9e0e1e85/pynote-0.1b3.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "462f4c4e9076433978bd24a087db8da3", "sha256": "ec3990ecc36e2aa48626a59e4127740530170e51987a2d9b6d7a6d98f24cd7b2" }, "downloads": -1, "filename": "pynote-0.2.tar.gz", "has_sig": true, "md5_digest": "462f4c4e9076433978bd24a087db8da3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15949, "upload_time": "2014-01-31T17:08:16", "url": "https://files.pythonhosted.org/packages/45/76/3367b52574901deeebc4d699b928a1ce3a31f8fde229607aaab61e5be9af/pynote-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "00accfa6037e76d52367b7c23246fbe7", "sha256": "c423e8e2ad91f71063822cc43d9d88f7c642e2fa52039819d0b782a6c25ee8dd" }, "downloads": -1, "filename": "pynote-0.2.1.tar.gz", "has_sig": true, "md5_digest": "00accfa6037e76d52367b7c23246fbe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16086, "upload_time": "2014-01-31T20:49:08", "url": "https://files.pythonhosted.org/packages/15/c9/98d333460b9ee77b66bc1edcf2545458459e11e4d052cc1f66456e030830/pynote-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f1d44645f0622fa8b7d9e797e999c8e1", "sha256": "8c864ce4a55cd10928a4879a857549ffdfc8359d89e43beffe224ece8acc91fa" }, "downloads": -1, "filename": "pynote-0.2.2.tar.gz", "has_sig": true, "md5_digest": "f1d44645f0622fa8b7d9e797e999c8e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16866, "upload_time": "2014-02-05T11:40:50", "url": "https://files.pythonhosted.org/packages/39/15/cf0fd48082cd3d5df49ef0fd17b100e00e9688cd44f66eb533360714f7f3/pynote-0.2.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "bf75382505f2715f621c994a3efd7d1b", "sha256": "6d4fe9d8234fcc1d09b4cd8d8def1c75745e02c895e2f8fe6e3c3987e3c02cbe" }, "downloads": -1, "filename": "pynote-1.0.0.tar.gz", "has_sig": false, "md5_digest": "bf75382505f2715f621c994a3efd7d1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38452, "upload_time": "2014-09-12T13:06:05", "url": "https://files.pythonhosted.org/packages/4b/e3/6d4f3f823e9a93e7cfb148b2ee009b96a3f190622f3e0d46eedbb69b173f/pynote-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "8b3bcb5fa45bc197c90207767e674cd7", "sha256": "660cabd991b8acaeab48c61225600b57f160730706e2efda28f9bee370ab4f03" }, "downloads": -1, "filename": "pynote-2.0.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8b3bcb5fa45bc197c90207767e674cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7542, "upload_time": "2016-06-03T17:24:13", "url": "https://files.pythonhosted.org/packages/b8/02/f3fd496620b468e0bde6ff9793613de6944384cba7e0a8aa9dffabe51b77/pynote-2.0.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "9bee3cefb320d49cc3b909465e736e56", "sha256": "1022f85a152187dcb4b8e6e82acc97c0a47677587240a5574b20ef431abbdeb7" }, "downloads": -1, "filename": "pynote-2.0.0.tar.gz", "has_sig": false, "md5_digest": "9bee3cefb320d49cc3b909465e736e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16710, "upload_time": "2016-06-03T17:30:31", "url": "https://files.pythonhosted.org/packages/db/ff/bf3f0e400be6969b05c081c93094d22d7bcfee457b29ca6c1e474f7144f6/pynote-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b3bcb5fa45bc197c90207767e674cd7", "sha256": "660cabd991b8acaeab48c61225600b57f160730706e2efda28f9bee370ab4f03" }, "downloads": -1, "filename": "pynote-2.0.0.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8b3bcb5fa45bc197c90207767e674cd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7542, "upload_time": "2016-06-03T17:24:13", "url": "https://files.pythonhosted.org/packages/b8/02/f3fd496620b468e0bde6ff9793613de6944384cba7e0a8aa9dffabe51b77/pynote-2.0.0.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "9bee3cefb320d49cc3b909465e736e56", "sha256": "1022f85a152187dcb4b8e6e82acc97c0a47677587240a5574b20ef431abbdeb7" }, "downloads": -1, "filename": "pynote-2.0.0.tar.gz", "has_sig": false, "md5_digest": "9bee3cefb320d49cc3b909465e736e56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16710, "upload_time": "2016-06-03T17:30:31", "url": "https://files.pythonhosted.org/packages/db/ff/bf3f0e400be6969b05c081c93094d22d7bcfee457b29ca6c1e474f7144f6/pynote-2.0.0.tar.gz" } ] }