p3270


Namep3270 JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/mstiri/p3270
SummaryPython library to communicate with IBM hosts
upload_time2024-05-20 17:52:32
maintainerNone
docs_urlNone
authorMossaab Stiri
requires_pythonNone
licenseNone
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "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/9f/00/a6c39fe8fc1fc9069dead7d6a297e53c5b0e363b0e1b033459fa487f0827/p3270-0.1.6.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": null,
    "summary": "Python library to communicate with IBM hosts",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/mstiri/p3270"
    },
    "split_keywords": [
        "ibm",
        "cics",
        "3270",
        "tn3270",
        "test",
        "automation",
        "mainframe",
        "z/os"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f00a6c39fe8fc1fc9069dead7d6a297e53c5b0e363b0e1b033459fa487f0827",
                "md5": "f42c86eab08e30e673c92fb37a04a932",
                "sha256": "9653337ade1879ec7330576025967af06f03d5169c40cd7713a91fb9a98f4025"
            },
            "downloads": -1,
            "filename": "p3270-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "f42c86eab08e30e673c92fb37a04a932",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24572,
            "upload_time": "2024-05-20T17:52:32",
            "upload_time_iso_8601": "2024-05-20T17:52:32.194556Z",
            "url": "https://files.pythonhosted.org/packages/9f/00/a6c39fe8fc1fc9069dead7d6a297e53c5b0e363b0e1b033459fa487f0827/p3270-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 17:52:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mstiri",
    "github_project": "p3270",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "p3270"
}
        
Elapsed time: 0.59980s