{ "info": { "author": "Eeo Jun", "author_email": "141bytes@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "o2\n==\n\n.. image:: https://travis-ci.org/eugene-eeo/o2.svg?branch=master\n :target: https://travis-ci.org/eugene-eeo/o2\n\nA dead simple Python module for checking if files have changed without\nresorting to ``stat`` calls. Usage example:\n\n.. code-block:: python\n\n >>> from o2 import Index\n >>> index = Index('/path/to/db.db')\n >>> open('file.txt', 'w').write('a')\n\n >>> index.index(['file.txt'])\n >>> open('file.txt', 'w').write('b')\n\n >>> index.changed\n {'file.txt'}\n", "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/eugene-eeo/o2", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "o2", "package_url": "https://pypi.org/project/o2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/o2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eugene-eeo/o2" }, "release_url": "https://pypi.org/project/o2/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.0" }, "last_serial": 2226655, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "81291b35bff3e18cdf50477855d93edd", "sha256": "5e7ee5f4d57fba071490f1efbdfa6eeb62ff87d041728a832c1b19dbf4752915" }, "downloads": -1, "filename": "o2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "81291b35bff3e18cdf50477855d93edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1574, "upload_time": "2016-07-17T08:18:31", "url": "https://files.pythonhosted.org/packages/12/b2/2b5a409663a0a23bd26532927c607766c9f6f63cb5a103a09094e995a207/o2-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81291b35bff3e18cdf50477855d93edd", "sha256": "5e7ee5f4d57fba071490f1efbdfa6eeb62ff87d041728a832c1b19dbf4752915" }, "downloads": -1, "filename": "o2-0.1.0.tar.gz", "has_sig": false, "md5_digest": "81291b35bff3e18cdf50477855d93edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1574, "upload_time": "2016-07-17T08:18:31", "url": "https://files.pythonhosted.org/packages/12/b2/2b5a409663a0a23bd26532927c607766c9f6f63cb5a103a09094e995a207/o2-0.1.0.tar.gz" } ] }