decolyzer


Namedecolyzer JSON
Version 1.6 PyPI version JSON
download
home_pagehttps://github.com/patelsamirj111
Summarydecolyzer package includes functions (e.g. decorator function) which can help to enhance your own function implementation
upload_time2024-02-19 18:51:18
maintainer
docs_urlNone
authorSamir Patel
requires_python
licenseMIT
keywords decorator python wireshark scp tcpdump paramiko ssh process
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            package name: decolyzer
    description: the package has multiple functions in it as below:
    
    decogoat: This is a decorator function which will help to run commands/processes/scripts 
    (e.g. tcpdump/top etc.) before and after the execution of your own function.
    The function will delete any existing files before the execution of your own function.
    The function will also rename the files after the execution of your own function.
    
    Ssh class: This is a class based off of paramiko package and will help create ssh connections.
    
    scp_operation: This function mimics scp command of linux/unix os.
    
    analyze_capture: This is a function to parse traffic capture such as e.g. capture.pcap
    
    Help documentation: 

    README - https://github.com/patelsamirj111/decolyzer/blob/main/README.md

    github package files - https://github.com/patelsamirj111/decolyzer
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/patelsamirj111",
    "name": "decolyzer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "decorator,python,wireshark,scp,tcpdump,paramiko,ssh,process",
    "author": "Samir Patel",
    "author_email": "samir198@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/c8/7f18af1d61d1187b34505869076fe2af0ee0dbb4e4cb14632b29d3ba0751/decolyzer-1.6.tar.gz",
    "platform": null,
    "description": "package name: decolyzer\n    description: the package has multiple functions in it as below:\n    \n    decogoat: This is a decorator function which will help to run commands/processes/scripts \n    (e.g. tcpdump/top etc.) before and after the execution of your own function.\n    The function will delete any existing files before the execution of your own function.\n    The function will also rename the files after the execution of your own function.\n    \n    Ssh class: This is a class based off of paramiko package and will help create ssh connections.\n    \n    scp_operation: This function mimics scp command of linux/unix os.\n    \n    analyze_capture: This is a function to parse traffic capture such as e.g. capture.pcap\n    \n    Help documentation: \n\n    README - https://github.com/patelsamirj111/decolyzer/blob/main/README.md\n\n    github package files - https://github.com/patelsamirj111/decolyzer",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "decolyzer package includes functions (e.g. decorator function) which can help to enhance your own function implementation",
    "version": "1.6",
    "project_urls": {
        "Download": "https://github.com/patelsamirj111/decolyzer/archive/refs/tags/v1.5.tar.gz",
        "Homepage": "https://github.com/patelsamirj111"
    },
    "split_keywords": [
        "decorator",
        "python",
        "wireshark",
        "scp",
        "tcpdump",
        "paramiko",
        "ssh",
        "process"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cc87f18af1d61d1187b34505869076fe2af0ee0dbb4e4cb14632b29d3ba0751",
                "md5": "1b4a9bf7d2a0719d700aa80ee246e2b6",
                "sha256": "eaf21c48a510224992090d2a5c2f35a08134effb7d7d7ed014769b0d3e398965"
            },
            "downloads": -1,
            "filename": "decolyzer-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1b4a9bf7d2a0719d700aa80ee246e2b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6735,
            "upload_time": "2024-02-19T18:51:18",
            "upload_time_iso_8601": "2024-02-19T18:51:18.569162Z",
            "url": "https://files.pythonhosted.org/packages/4c/c8/7f18af1d61d1187b34505869076fe2af0ee0dbb4e4cb14632b29d3ba0751/decolyzer-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 18:51:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "patelsamirj111",
    "github_project": "decolyzer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "decolyzer"
}
        
Elapsed time: 0.18305s