{ "info": { "author": "Kyle Laplante", "author_email": "kyle.laplante@gmail.com", "bugtrack_url": null, "classifiers": [ "Topic :: System :: Logging", "Topic :: Utilities" ], "description": "This library is a simple logrotater (or file rotater).\r\nSimply pass in the path to the main logfile and this\r\nlibrary will rotate all the logs by an increment of 1.\r\n\r\nExample:\r\n\r\nimport logrotater\r\n\r\nrotater = logrotater.LogRotate(prefix='/home/kyle/p4.log', verbose=True)\r\n\r\nrotater.rotate()\r\n\r\nThe prefix path should be the path of the main logfile without the .N extension.\r\nThe previous example would rotate /home/kyle/p4.log.N to /home/kyle/p4.log.N+1,\r\nmove /home/kyle/p4.log to /home/kyle/p4.log.1 and create a new empty /home/kyle/p4.log", "description_content_type": null, "docs_url": "https://pythonhosted.org/logrotater/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "logrotate logrotater log rotate increment incremental", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "logrotater", "package_url": "https://pypi.org/project/logrotater/", "platform": "Linux, Unix, Windows", "project_url": "https://pypi.org/project/logrotater/", "project_urls": { "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/logrotater/1.3/", "requires_dist": null, "requires_python": null, "summary": "A python logrotater", "version": "1.3" }, "last_serial": 812102, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d3d608e53a482dba1c9a9f42fd6b796a", "sha256": "b34dcc9e082dd9fb80705713506f6294048832ad4a181ad11a99847a30ee817e" }, "downloads": -1, "filename": "logrotater-1.0.tar.gz", "has_sig": false, "md5_digest": "d3d608e53a482dba1c9a9f42fd6b796a", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1488, "upload_time": "2013-07-09T00:46:57", "url": "https://files.pythonhosted.org/packages/b5/0a/c161784f5f0771d7ad1aee5879a8aafa92077a1e96935a175b32db918a53/logrotater-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "448a0ff5252162806c2b547ff2454ada", "sha256": "f3c8d6ba86a9e76e0ee56dabbf54ae5bee7077bc7eb0c1dc8734084ae8771408" }, "downloads": -1, "filename": "logrotater-1.1.tar.gz", "has_sig": false, "md5_digest": "448a0ff5252162806c2b547ff2454ada", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1488, "upload_time": "2013-07-09T00:59:02", "url": "https://files.pythonhosted.org/packages/db/9b/35db09cbfcf402b1b7ee25c85e1af5af26ad35007d01b9ed75f8d35d0bc1/logrotater-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "61aae574cbfd0c9491a24c434e643f6d", "sha256": "a7eaaadb460c3cb56deebfaff2ba37a7368f3193202f09c09f87a160f6a89288" }, "downloads": -1, "filename": "logrotater-1.2.tar.gz", "has_sig": false, "md5_digest": "61aae574cbfd0c9491a24c434e643f6d", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1649, "upload_time": "2013-07-09T04:17:38", "url": "https://files.pythonhosted.org/packages/4a/13/239f2b179740d0f44209082e903d4bcd523821657a6148c9f40824efb4e9/logrotater-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "55788c90ea9412470a7141b3e1315f28", "sha256": "90914754804cc6182d76f7fba63a02c2a91774073591f7a84305e83923165123" }, "downloads": -1, "filename": "logrotater-1.3.tar.gz", "has_sig": false, "md5_digest": "55788c90ea9412470a7141b3e1315f28", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1646, "upload_time": "2013-07-09T19:29:25", "url": "https://files.pythonhosted.org/packages/1b/98/f32200cd2e339cef36f6a3648caddd2a4f6e2f0e1de43304929809fc32d8/logrotater-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55788c90ea9412470a7141b3e1315f28", "sha256": "90914754804cc6182d76f7fba63a02c2a91774073591f7a84305e83923165123" }, "downloads": -1, "filename": "logrotater-1.3.tar.gz", "has_sig": false, "md5_digest": "55788c90ea9412470a7141b3e1315f28", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 1646, "upload_time": "2013-07-09T19:29:25", "url": "https://files.pythonhosted.org/packages/1b/98/f32200cd2e339cef36f6a3648caddd2a4f6e2f0e1de43304929809fc32d8/logrotater-1.3.tar.gz" } ] }