gen-log-parser


Namegen-log-parser JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryA package to parse log files
upload_time2023-03-28 16:45:46
maintainer
docs_urlNone
authorSanil Tison
requires_python>=3.7
licenseMIT
keywords log parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # gen_log_parser
- This library contains a pyCLass that can be instantiated to create log objects "log_parser()"
- From the object various method can be used parse thru logs depending on the log format of the file
- v0.0.2 can be used to parse thru the following log formats:
  - json formated logs
  - custom formated nginx log

## NOTE:
- The nginx parser works with the following nginx log format:
  - log_format new_default $remote_addr - $remote_user - $time_local - $request - $status - $body_bytes_sent - $http_referer - $http_user_agent - $http_x_forwarded_for;
- If the log format on the nginx server is modified, then the method from the object will not work
- The class must be inherited and the nginx method must be modified to statisfy the log format



# Change Log

- 0.0.3 (28 Mar 2023)
  - Fix typo's in README file

- 0.0.2 (26 Mar 2023)
  - First Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gen-log-parser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "log parser",
    "author": "Sanil Tison",
    "author_email": "Sanil Tison <saniltison@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/af/a2/c6e069f9bc5bae6718d9e927b278aab0e613a9a5ba83768155a214feb111/gen_log_parser-0.0.4.tar.gz",
    "platform": null,
    "description": "# gen_log_parser\n- This library contains a pyCLass that can be instantiated to create log objects \"log_parser()\"\n- From the object various method can be used parse thru logs depending on the log format of the file\n- v0.0.2 can be used to parse thru the following log formats:\n  - json formated logs\n  - custom formated nginx log\n\n## NOTE:\n- The nginx parser works with the following nginx log format:\n  - log_format new_default $remote_addr - $remote_user - $time_local - $request - $status - $body_bytes_sent - $http_referer - $http_user_agent - $http_x_forwarded_for;\n- If the log format on the nginx server is modified, then the method from the object will not work\n- The class must be inherited and the nginx method must be modified to statisfy the log format\n\n\n\n# Change Log\n\n- 0.0.3 (28 Mar 2023)\n  - Fix typo's in README file\n\n- 0.0.2 (26 Mar 2023)\n  - First Release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to parse log files",
    "version": "0.0.4",
    "split_keywords": [
        "log",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3282e4c88dec9021bb1ed34dc38c3ee7b5d8264745a5588626485c83c8e6aa5",
                "md5": "f388e8fdfc6cfd808f388b5ba55861f7",
                "sha256": "0db205d59aa35f879f0a86a4dc6bbe770b66734d9efc29b02d0a09d802aa6522"
            },
            "downloads": -1,
            "filename": "gen_log_parser-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f388e8fdfc6cfd808f388b5ba55861f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2522,
            "upload_time": "2023-03-28T16:45:43",
            "upload_time_iso_8601": "2023-03-28T16:45:43.814138Z",
            "url": "https://files.pythonhosted.org/packages/e3/28/2e4c88dec9021bb1ed34dc38c3ee7b5d8264745a5588626485c83c8e6aa5/gen_log_parser-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afa2c6e069f9bc5bae6718d9e927b278aab0e613a9a5ba83768155a214feb111",
                "md5": "14846288eb5ddb6848d77ae564cb40e5",
                "sha256": "d0847519405d49ecb8ad6f84080e9121d5d729a474a4fe2016f99695b3a9a642"
            },
            "downloads": -1,
            "filename": "gen_log_parser-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "14846288eb5ddb6848d77ae564cb40e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2729,
            "upload_time": "2023-03-28T16:45:46",
            "upload_time_iso_8601": "2023-03-28T16:45:46.067601Z",
            "url": "https://files.pythonhosted.org/packages/af/a2/c6e069f9bc5bae6718d9e927b278aab0e613a9a5ba83768155a214feb111/gen_log_parser-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 16:45:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "gen-log-parser"
}
        
Elapsed time: 0.30057s