{ "info": { "author": "Eren Inan Canpolat", "author_email": "eren.canpolat@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 2.7" ], "description": "Nota Bene\n==========================\n\nNota Bene is a simple program that keeps tracks of your notes. It functions similar to git. You add your notes to it, and it provides you with a list of your notes and their tags. What is different about Nota Bene is that, your tags have to be in your files, you cannot tag them via NB.\n\nNote Structure\n-------------------------\n\nNota Bene depends on your notes having a certain structure. It looks for YAML front matter in your note. If you provide a title and tags in the YAML front matter of your note, NB will store that information along with your note's path. This way you can filter your notes using the tags in them.\n\nThis way, NB can keep track of notes without caring about the markup you use in your notes.\n\nYAML Front Matter\n************************\n\nYAML front matter should look like this:\n\n::\n\n ---\n title: My Interesting Title\n tags: [life, unverse, everything]\n date: 2014-11-30 18:18:18\n ---\n\n\nDate can also be in the followin format:\n\n::\n\n date: 2014-11-30\n\nBut these two are the only acceptable date formats. If you format dates differently, sorting behavior is undefined.\n\nSee http://jekyllrb.com/docs/frontmatter/ for details.\n\nWhy?\n-------------------------\n\nNota Bene is a simle tool that I wrote for myself in a couple of hours. I don't even know whether I will use it or not, but hey, here it is.\n\nLicense\n------------------------\nCopyright (c) 2014 Eren Inan Canpolat\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/canpolat/nb", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "nb", "package_url": "https://pypi.org/project/nb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nb/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/canpolat/nb" }, "release_url": "https://pypi.org/project/nb/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Nota Bene: Keep track of your notes.", "version": "0.1.2" }, "last_serial": 1325626, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "27a0d6dcfb8801f4b85c62bcf74d7c50", "sha256": "505904b52a81d5c21caef1e48d78b412afe0ea4b7e0b8fc6ca1b91b72c0db0a4" }, "downloads": -1, "filename": "nb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "27a0d6dcfb8801f4b85c62bcf74d7c50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4725, "upload_time": "2014-11-30T17:40:31", "url": "https://files.pythonhosted.org/packages/bb/6e/61bb6bc713014c5c5c3544bf5c77b41e8bffc181326dbba6cb9bb3214dc0/nb-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27a0d6dcfb8801f4b85c62bcf74d7c50", "sha256": "505904b52a81d5c21caef1e48d78b412afe0ea4b7e0b8fc6ca1b91b72c0db0a4" }, "downloads": -1, "filename": "nb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "27a0d6dcfb8801f4b85c62bcf74d7c50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4725, "upload_time": "2014-11-30T17:40:31", "url": "https://files.pythonhosted.org/packages/bb/6e/61bb6bc713014c5c5c3544bf5c77b41e8bffc181326dbba6cb9bb3214dc0/nb-0.1.2.tar.gz" } ] }