Metadata-Version: 1.2
Name: p5250
Version: 0.1.0
Summary: Python library to communicate with IBM i hosts, based on the 5250 protocol. For example AS400.
Home-page: https://github.com/simonfaltum/p5250
Author: Simon Faltum
License: UNKNOWN
Description: 
            A Python library that provides an interface to communicate with IBM hosts: send commands and text, receive output (screens). 
            The library is built on a 3270 emulator, but adapted for the 5250 protocol used by AS400 and IBM i.
        
            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.
            
Keywords: IBM AS400 IBMi TN5250 Mainframe
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
