{ "info": { "author": "Ignacio Moreno", "author_email": "imoren2x@users.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "#############################################\r\n# PyLogAnalyser README #\r\n#############################################\r\n\r\n PyLogAnalyser is a Python tool intended for filtering, colorizing,\r\ncolumnizing or modifying logs so that their analysis will be easier and\r\nfaster.\r\n\r\nPREVIOUS REQUIREMENTS:\r\n Python 2.7.x or Python 3.x\r\n\r\nCAUTION: Python 2.6.x parses configuration files without order, so the \r\n output result can't be predicted beforehand. Use Python 2.7.x\r\n at least.\r\n\r\nI. Package installation (Windows and Linux)\r\n---------------------------------\r\nTo install this Python package, provided as a\r\n .zip file in Windows and as a .tar.gz file in Linux, which was\r\n created using 'distutils' Python package, just uncompress it \r\n in a temporary folder where you've got permission and write\r\n from a command line in the right directory:\r\n\r\n$> python setup.py install #(Windows)\r\n$> sudo python setup.py install #(Linux)\r\n\r\nThe setup.py script will automatically install it.\r\n\r\nII. Check PyLogAnalyser\r\n-----------------------\r\nIn order to check that the package works correctly, follow these steps\r\n after the package installation finishes with no issues.\r\nIn case of issues, contact me and I will help you.\r\n\r\n 1. Open a Python console.\r\n 2. Import PyLogAnalyser package:\r\n >>> import loganalyser\r\n The instruction should perfectly work.\r\n 3. Print the version of the package:\r\n >>> print loganalyser.__version__\r\n The version should print.\r\n 4. Show the help of the package, launching directly from command line:\r\n $> python -m loganalyser -h\r\n 5. Show the demo option of the package, launching directly from command line::\r\n $> python -m loganalyser -s\r\n and follow the instructions written.\r\n\r\nTROUBLESHOOT: If the command 'python -m loganalyser -h' does not work, maybe you need to use\r\n 'python -m loganalyser.__main__ --help' instead.\r\n\r\nMuchas gracias,\r\n\r\nIgnacio.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pyloganalyser.sourceforge.net/", "keywords": "python log analysis analyser color colorize colorise filter", "license": "CC BY-NC-SA v4.0", "maintainer": "", "maintainer_email": "", "name": "PyLogAnalyser", "package_url": "https://pypi.org/project/PyLogAnalyser/", "platform": "Windows, Linux, Mac", "project_url": "https://pypi.org/project/PyLogAnalyser/", "project_urls": { "Homepage": "http://pyloganalyser.sourceforge.net/" }, "release_url": "https://pypi.org/project/PyLogAnalyser/v0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Python LogAnalyser Tool", "version": "v0.5.1" }, "last_serial": 2401026, "releases": { "v0.5.1": [ { "comment_text": "", "digests": { "md5": "ff1577a08c9c9f7cc5d64f323e5d7ddf", "sha256": "31c9ce8c02329008d3703a45dcd12a379ff8d05819aa1191c582f4eab296a2ba" }, "downloads": -1, "filename": "PyLogAnalyser-v0.5.1.tar.gz", "has_sig": false, "md5_digest": "ff1577a08c9c9f7cc5d64f323e5d7ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 932178, "upload_time": "2016-10-15T11:15:25", "url": "https://files.pythonhosted.org/packages/ee/70/a4f6076806a32b4e64ccb1fcadae226b658b1cf7a1aac9975d8dc4dfb068/PyLogAnalyser-v0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff1577a08c9c9f7cc5d64f323e5d7ddf", "sha256": "31c9ce8c02329008d3703a45dcd12a379ff8d05819aa1191c582f4eab296a2ba" }, "downloads": -1, "filename": "PyLogAnalyser-v0.5.1.tar.gz", "has_sig": false, "md5_digest": "ff1577a08c9c9f7cc5d64f323e5d7ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 932178, "upload_time": "2016-10-15T11:15:25", "url": "https://files.pythonhosted.org/packages/ee/70/a4f6076806a32b4e64ccb1fcadae226b658b1cf7a1aac9975d8dc4dfb068/PyLogAnalyser-v0.5.1.tar.gz" } ] }