Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

itoolkit is a Python interface to the XMLSERVICE toolkit for the IBM i platform.

License

NotificationsYou must be signed in to change notification settings

IBM/python-itoolkit

Repository files navigation

Build StatusLatest version released on PyPiPython Version SupportDocumentation Status

itoolkit is a Python interface to theXMLSERVICE toolkit for theIBM i platform.

fromitoolkitimport*fromitoolkit.transportimportDatabaseTransportimportpyodbcconn=pyodbc.connect("DSN=*LOCAL")itransport=DatabaseTransport(conn)itool=iToolKit()itool.add(iCmd5250('wrkactjob','WRKACTJOB'))itool.call(itransport)wrkactjob=itool.dict_out('wrkactjob')print(wrkactjob)

For more, check out thesamples.

Feature Support

  • Call ILE programs & service programs
  • Call CL Commands
  • Call PASE shell commands

Documentation

The docs can be found athttp://python-itoolkit.readthedocs.io/en/latest

Installation

You can install itoolkit simply usingpip:

python -m pip install itoolkit

Tests

To test the installed itoolkit

python -m pytest

To test the local code:

PYTHONPATH=src python -m pytest

Contributing

Please read thecontribution guidelines.

Releasing a New Version

Run the following commands

# checkout and pull the latest code from mastergit checkout mastergit pull# bump to a release version (a tag and commit are made)bumpversion release# build the new distribution and upload to PyPIpoetry publish --build# bump to the new dev version (a commit is made)bumpversion --no-tag patch# push the new tag and commitsgit push origin master --tags

License

MIT - SeeLICENSE

About

itoolkit is a Python interface to the XMLSERVICE toolkit for the IBM i platform.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp