{ "info": { "author": "Priit Laes", "author_email": "plaes@plaes.org", "bugtrack_url": null, "classifiers": [], "description": "WireXfers [wa\u026a\u0259 tr\u00e6nsf\u025c\u02d0z]\r\n==========================\r\n\r\nWireXfers is an online payments library, written in Python, supporting\r\nvarious online payment protocols (IPizza, Solo/TUPAS) using a simple API.\r\n\r\nFeatures\r\n--------\r\n\r\n- Single API for different providers\r\n- Supported protocols:\r\n\r\n * IPizza\r\n\r\n * Estonia:\r\n\r\n * Danske Bank\r\n * Krediidipank\r\n * LHV Bank\r\n * SEB Bank\r\n * SwedBank\r\n\r\n * Solo/TUPAS\r\n\r\n * Estonia:\r\n\r\n * Nordea Bank (Estonia)\r\n\r\nInstallation\r\n------------\r\n\r\nTo install WireXfers, simply: ::\r\n\r\n $ pip install wirexfers\r\n\r\nOr, if you absolutely must: ::\r\n\r\n $ easy_install wirexfers\r\n\r\nBut, you really shouldn't do that.\r\n\r\nUsage example\r\n-------------\r\n\r\nBasic usage in pseudocode: ::\r\n\r\n # Create provider-specific keychain...\r\n keychain = PaymentProtocol.KeyChain(...)\r\n\r\n # ...and initialize the provider\r\n provider = PaymentProtocol(user, keychain, endpoint)\r\n\r\n # Creating the payment request\r\n payment = provider(payment_info, return_urls)\r\n\r\n # Parsing the payment response\r\n response = provider.parse_response(request.form)\r\n if response.successful:\r\n # do something\r\n else:\r\n # report failure\r\n\r\n\r\n.. :changelog:\r\n\r\nHistory\r\n-------\r\n\r\n0.1 (10.12.2012)\r\n++++++++++++++++\r\n\r\n* First release!\r\n* Added Estonian banks:\r\n\r\n * Danske bank (IPizza)\r\n * Krediidipank (IPizza)\r\n * LHV pank (IPizza)\r\n * Nordea (Solo/TUPAS)\r\n * SEB bank (IPizza)\r\n * Swedbank (IPizza)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plaes.org/projects/wirexfers", "keywords": "", "license": "Copyright (c) 2012 Priit Laes.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted, provided that the above\r\ncopyright notice and this permission notice appear in all copies.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\r\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\r\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\r\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\r\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\r\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\r\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.", "maintainer": "", "maintainer_email": "", "name": "wirexfers", "package_url": "https://pypi.org/project/wirexfers/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wirexfers/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plaes.org/projects/wirexfers" }, "release_url": "https://pypi.org/project/wirexfers/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple API for IPizza Solo/TUPAS payment protocols.", "version": "0.1" }, "last_serial": 740348, "releases": { "0.0": [], "0.1": [ { "comment_text": "", "digests": { "md5": "440f5cd5608a66e79330a4a8b3ac3a6a", "sha256": "37e5278e945c0c7f7b81b6020288a8d8fd4ad4c6fdadc543b93c30d09822484b" }, "downloads": -1, "filename": "wirexfers-0.1.tar.gz", "has_sig": false, "md5_digest": "440f5cd5608a66e79330a4a8b3ac3a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18537, "upload_time": "2012-12-10T14:56:23", "url": "https://files.pythonhosted.org/packages/2c/df/3fd34363cf67053ff31fa48efdcaa7b18ecba605d66e57f80732dd2a3c5c/wirexfers-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "440f5cd5608a66e79330a4a8b3ac3a6a", "sha256": "37e5278e945c0c7f7b81b6020288a8d8fd4ad4c6fdadc543b93c30d09822484b" }, "downloads": -1, "filename": "wirexfers-0.1.tar.gz", "has_sig": false, "md5_digest": "440f5cd5608a66e79330a4a8b3ac3a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18537, "upload_time": "2012-12-10T14:56:23", "url": "https://files.pythonhosted.org/packages/2c/df/3fd34363cf67053ff31fa48efdcaa7b18ecba605d66e57f80732dd2a3c5c/wirexfers-0.1.tar.gz" } ] }