p3270


Namep3270 JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/mstiri/p3270
SummaryPython library to communicate with IBM hosts
upload_time2023-04-06 05:24:34
maintainer
docs_urlNone
authorMossaab Stiri
requires_python
license
keywords ibm cics 3270 tn3270 test automation mainframe z/os
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
    A Python library that provides an interface to communicate with IBM hosts: send commands and text, receive output (screens). The library provides the means to do what a human can do using a 3270 emulator.

    The library is highly customizable and is built with simplicity in mind.
    It is written in Python 3, runs on Linux and Unix-like Operating Systems, and relies on the `s3270` utility. So it is required to have the `s3270` installed on your system and available on your PATH.

    The library allows you to open a telnet connection to an IBM host, and execute a set of instructions as you specified them in your python program.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mstiri/p3270",
    "name": "p3270",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "IBM CICS 3270 TN3270 test automation Mainframe z/OS",
    "author": "Mossaab Stiri",
    "author_email": "mossaab.stiri@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/6b/770653e963d8e4c1336dae54c8cc38f102c2ad42efbb27467e4127c91f2d/p3270-0.1.5.tar.gz",
    "platform": null,
    "description": "\n    A Python library that provides an interface to communicate with IBM hosts: send commands and text, receive output (screens). The library provides the means to do what a human can do using a 3270 emulator.\n\n    The library is highly customizable and is built with simplicity in mind.\n    It is written in Python 3, runs on Linux and Unix-like Operating Systems, and relies on the `s3270` utility. So it is required to have the `s3270` installed on your system and available on your PATH.\n\n    The library allows you to open a telnet connection to an IBM host, and execute a set of instructions as you specified them in your python program.\n    \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library to communicate with IBM hosts",
    "version": "0.1.5",
    "split_keywords": [
        "ibm",
        "cics",
        "3270",
        "tn3270",
        "test",
        "automation",
        "mainframe",
        "z/os"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae6b770653e963d8e4c1336dae54c8cc38f102c2ad42efbb27467e4127c91f2d",
                "md5": "a741321edcfff962cc000cf84896bcb1",
                "sha256": "b302d252556c5b6c282fd9659c645f175e9828cd5ff1b73b5bbeba033760c5f5"
            },
            "downloads": -1,
            "filename": "p3270-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a741321edcfff962cc000cf84896bcb1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24534,
            "upload_time": "2023-04-06T05:24:34",
            "upload_time_iso_8601": "2023-04-06T05:24:34.861831Z",
            "url": "https://files.pythonhosted.org/packages/ae/6b/770653e963d8e4c1336dae54c8cc38f102c2ad42efbb27467e4127c91f2d/p3270-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-06 05:24:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mstiri",
    "github_project": "p3270",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "p3270"
}
        
Elapsed time: 0.05320s