{ "info": { "author": "Tobias Zeumer", "author_email": "tzeumer@verweisungsform.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries" ], "description": "SIP2 Python Client: Simple Interchange Protocol Client for Python\n\n# About\nA Python SIP2 client. It also supports Gossip.\n\n\n# Purpose\nThis was (nearly) my first go with Python. I thought the source might have a better time on Github (well, after a two month break I forgot what I already figured out about publishing a real Python package) than on my drive.\nIdeas: Could be used to build some selfcheck device application for libraries. Or use it for some kind of automation... \n\n\n# Usage\nThere are just three files. File sip2.py is a low level implemntation of SIP2/Gossip while wrapper.py makes the handling a little bit more comfortable. Check comments of both files.\nFile message_lookup.py could be used for advanced programming purposes. Maybe...\n\n\n\n# More about SIP2\nStandard Interchange Protocol 2, Standard: http://mws9.3m.com/mws/mediawebserver.dyn?6666660Zjcf6lVs6EVs66S0LeCOrrrrQ-\n\nGossip is short for \"Good Old Server for Standard Interchange Protocol\". Gossip is an SIP2 server implementation (Java) with an extension for enhanced payment options. It's possible to pay\n* a single outstanding position; \"subtotal-payment\"\n* an amount being below the total fees (but that sums up to complete positions being paid); \"subtotal-payment\"\n* an amount being below the total fees (but that might only pay one or more positions partially); \"subtotal-payment + partial-fee-payment\"\n\nNote: Sadly no official documentation for Gossip is available online. You can only contact the developer via https://www.gbv.de/Verbundzentrale/serviceangebote/gossip-service-der-vzg", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tzeumer/SIP2-Client-for-Python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Sip2", "package_url": "https://pypi.org/project/Sip2/", "platform": "", "project_url": "https://pypi.org/project/Sip2/", "project_urls": { "Homepage": "https://github.com/tzeumer/SIP2-Client-for-Python" }, "release_url": "https://pypi.org/project/Sip2/1.0/", "requires_dist": null, "requires_python": "", "summary": "SIP2 Python Client: Simple Interchange Protocol Client for Python", "version": "1.0" }, "last_serial": 3951606, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "da35e1e1e24800aeb50b703429f26bcc", "sha256": "055b3587f9dc1818cb710fe8f67bb756752bf9f8b3bd9fd14f0847183ccfde78" }, "downloads": -1, "filename": "Sip2-1.0.tar.gz", "has_sig": false, "md5_digest": "da35e1e1e24800aeb50b703429f26bcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38354, "upload_time": "2018-06-11T20:07:53", "url": "https://files.pythonhosted.org/packages/52/05/393b6d06bcdf0799a828cfe8b22febaf1fc29f05783a2b6c1260915e5a6b/Sip2-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da35e1e1e24800aeb50b703429f26bcc", "sha256": "055b3587f9dc1818cb710fe8f67bb756752bf9f8b3bd9fd14f0847183ccfde78" }, "downloads": -1, "filename": "Sip2-1.0.tar.gz", "has_sig": false, "md5_digest": "da35e1e1e24800aeb50b703429f26bcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38354, "upload_time": "2018-06-11T20:07:53", "url": "https://files.pythonhosted.org/packages/52/05/393b6d06bcdf0799a828cfe8b22febaf1fc29f05783a2b6c1260915e5a6b/Sip2-1.0.tar.gz" } ] }