{ "info": { "author": "Uli Fouquet", "author_email": "uli@gnufix.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Logging" ], "description": "This package provides additional loghandlers for use with the Python\nstandardlib `logging` module.\n\nCurrently, only one additional logging handler is provided, which\nmanages log file rotation based on Cron-like settings. So you can tell\nto rotate the logs at every day, week, month, or similar. Different to\nthe `logging.handlers.TimedRotatingFileHandler` you can expect the\nrotation to happen at beginning of intervals.\n\nFor instance, if you start daily logging with\n`logging.handlers.TimedRotatingFileHandler` at 11:12h, a rollover will\nhappen at 11:12h on the next day. With\n`ulif.loghandlers.DatedRotatingFileHandler` the rollover will instead\nhappen at midnight, regardless of when you started the logging.\n\nFurthermore you can let the number of backup files increase\nindefinitely by passing *backupCount* = -1.\n\nPlease note, that this package is still in a very early state and\nchanges, also to the API, are likely to happen in near future.\n\nComments and patches are welcome. Please send these to uli at gnufix\ndot de.\n\n.. note:: Python2.6, 2.7 only!\n\n The package is currently usable with Python 2.6 and 2.7 only! Please\n drop me a line if you need it for other versions.\n\nInstallation\n============\n\nThe package can be installed by::\n\n $ pip install ulif.loghandlers\n\nAfterwards you can use ulif.loghandlers in your Python programmes. See\nthe documentation_ for details.\n\n.. _documentation: http://packages.python.org/ulif.loghandlers\n\n\n0.1.1 (2012-07-04)\n-------------------\n\n- Fixed bug: second rollover did not rename files correctly if\n backupCount was set to `-1`.\n\n0.1 (2012-05-22)\n----------------\n\nInitial implementation.\n\n\nDownload\n********", "description_content_type": null, "docs_url": "https://pythonhosted.org/ulif.loghandlers/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/ulif.loghandlers", "keywords": "logging logger rotating", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "ulif.loghandlers", "package_url": "https://pypi.org/project/ulif.loghandlers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ulif.loghandlers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/ulif.loghandlers" }, "release_url": "https://pypi.org/project/ulif.loghandlers/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Additional logging handlers.", "version": "0.1.1" }, "last_serial": 801199, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b6b3dbb156207279b6c211e845fbfe89", "sha256": "564a4c27c18b3758a3cca00345785371654ed7e28d7ffde56e7ca3c2b3d05d3b" }, "downloads": -1, "filename": "ulif.loghandlers-0.1.tar.gz", "has_sig": false, "md5_digest": "b6b3dbb156207279b6c211e845fbfe89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16230, "upload_time": "2012-05-22T02:14:22", "url": "https://files.pythonhosted.org/packages/33/0f/eae889bf7c454144b28b809df5d75ec08e9882c4a50b1b69dcb486c829f6/ulif.loghandlers-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "a68aadefd3d0eb64db3d7d959116496b", "sha256": "fc5638ac2511e725809cc5a398227d5149349ecb2261d1d1a4c65b8292c82da9" }, "downloads": -1, "filename": "ulif.loghandlers-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a68aadefd3d0eb64db3d7d959116496b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17003, "upload_time": "2012-07-04T02:42:39", "url": "https://files.pythonhosted.org/packages/82/c5/50ae19cef98bb069acec4c386493f139aedbb4bd0e53cb4e2f5a0bc65d55/ulif.loghandlers-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a68aadefd3d0eb64db3d7d959116496b", "sha256": "fc5638ac2511e725809cc5a398227d5149349ecb2261d1d1a4c65b8292c82da9" }, "downloads": -1, "filename": "ulif.loghandlers-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a68aadefd3d0eb64db3d7d959116496b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17003, "upload_time": "2012-07-04T02:42:39", "url": "https://files.pythonhosted.org/packages/82/c5/50ae19cef98bb069acec4c386493f139aedbb4bd0e53cb4e2f5a0bc65d55/ulif.loghandlers-0.1.1.tar.gz" } ] }