{ "info": { "author": "Sean Hammond", "author_email": "pyblosxommtimecache@seanh.cc", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7" ], "description": "# pyblosxommtimecache\n\npyblosxommtimecache is a [PyBlosxom](https://pyblosxom.github.io/) filestat\nplugin that caches your entries mtimes in a `.mtimes.yaml` file in your\ndatadir.\n\nThe first time it sees each new blog entry, pyblosxommtimecache will add the\nentry's mtime to the `.mtimes.yaml` file. It then makes PyBlosxom use these\ncached mtimes as the mtimes of your blog entries, instead of using the mtimes\nof the files themselves.\n\nThis means that if you edit an entry its mtime won't change and it won't jump\nto the top of your blog. It also means that PyBlosxom isn't doing costly\n`os.stat()` calls on every entry file every time it renders a page.\n\npyblosxommtimecache will automatically create the `.mtimes.yaml` file for you\nthe first time it runs.\n\nThe `.mtimes.yaml` file is a simple [YAML](http://yaml.org/)-formatted text\nfile. If you want to change the mtime of an entry you can just edit this file\nby hand. If an entry is deleted from the file, or if the entire file is\ndeleted, it'll just be regenerated using the current mtimes of your entry\nfiles.\n\n\n## Installation\n\nInstall the pyblosxommtimecache package from pip:\n\n pip install pyblosxommtimecache\n\nThen add it to the `load_plugins` setting in your `config.py`:\n\n py[\"load_plugins\"] = [\"pyblosxommtimecache.mtimecache\"]", "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/seanh/pyblosxommtimecache", "keywords": "pyblosxom", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "pyblosxommtimecache", "package_url": "https://pypi.org/project/pyblosxommtimecache/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyblosxommtimecache/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/seanh/pyblosxommtimecache" }, "release_url": "https://pypi.org/project/pyblosxommtimecache/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A Pyblosxom filestat plugin that caches the mtimes of your entries in a .mtimes.yaml file.", "version": "0.0.2" }, "last_serial": 1741019, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "abde452a700c4607b42d3290315551c3", "sha256": "b9e76f035f932596e69516cd7f42e5e52456b9742c01c056f83b50cb36ac911f" }, "downloads": -1, "filename": "pyblosxommtimecache-0.0.1.tar.gz", "has_sig": false, "md5_digest": "abde452a700c4607b42d3290315551c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3773, "upload_time": "2015-09-14T21:22:35", "url": "https://files.pythonhosted.org/packages/b0/59/774015bced1747ef4cc5663a033f910ca68f4eae34653fc3c6f5956f44c4/pyblosxommtimecache-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "63e912095effb15c1e7e256c051bb839", "sha256": "28fef016feb39c8a4dea6c967d284f3c2baec83ad353c83ea3eef1948af0bd02" }, "downloads": -1, "filename": "pyblosxommtimecache-0.0.2.tar.gz", "has_sig": false, "md5_digest": "63e912095effb15c1e7e256c051bb839", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3739, "upload_time": "2015-09-27T20:00:25", "url": "https://files.pythonhosted.org/packages/b3/1f/98688b3e41c2d07567dae886cbe77a7333267ccc07f09419e7b57369edf1/pyblosxommtimecache-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63e912095effb15c1e7e256c051bb839", "sha256": "28fef016feb39c8a4dea6c967d284f3c2baec83ad353c83ea3eef1948af0bd02" }, "downloads": -1, "filename": "pyblosxommtimecache-0.0.2.tar.gz", "has_sig": false, "md5_digest": "63e912095effb15c1e7e256c051bb839", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3739, "upload_time": "2015-09-27T20:00:25", "url": "https://files.pythonhosted.org/packages/b3/1f/98688b3e41c2d07567dae886cbe77a7333267ccc07f09419e7b57369edf1/pyblosxommtimecache-0.0.2.tar.gz" } ] }