{ "info": { "author": "Jeff Schenck", "author_email": "jmschenck@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Office/Business :: Financial" ], "description": "Authorize Sauce\n===============\n\nThe secret sauce for accessing the Authorize.net API. The Authorize APIs for\ntransactions, recurring payments, and saved payments are all different and\nawkward to use directly. Instead, you can use Authorize Sauce, which unifies\nall three Authorize.net APIs into one coherent Pythonic interface. Charge\ncredit cards, easily!\n\n::\n\n >>> # Init the authorize client and a credit card\n >>> from authorize import AuthorizeClient, CreditCard\n >>> authorize = AuthorizeClient('285tUPuS', '58JKJ4T95uee75wd')\n >>> cc = CreditCard('4111111111111111', '2018', '01', '911', 'Joe', 'Blow')\n >>> card = client.card(cc)\n\n >>> # Charge a card\n >>> card.capture(100)\n \n\n >>> # Save the card on Authorize servers for later\n >>> saved_card = card.save()\n >>> saved_card.uid\n '7713982|6743206'\n\n >>> # Use a saved card to auth a transaction, and settle later\n >>> saved_card = client.saved_card('7713982|6743206')\n >>> transaction = saved_card.auth(200)\n >>> transaction.settle()\n\nSaucy Features\n--------------\n\n* Charge a credit card\n* Authorize a credit card charge, and settle it or release it later\n* Credit or refund to a card\n* Save a credit card securely on Authorize.net's servers\n* Use saved cards to charge, auth and credit\n* Create recurring charges, with billing cycles, trial periods, etc.\n\nFor the full documentation, please visit us at `Read the Docs`_. Thanks to\nChewse_ for supporting the development and open-sourcing of this library.\nAuthorize Sauce is released under the `MIT License`_.\n\n.. _Read the Docs: http://authorize-sauce.readthedocs.org/\n.. _Chewse: https://www.chewse.com/\n.. _MIT License: http://www.opensource.org/licenses/mit-license", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/jeffschenck/authorizesauce", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://authorize-sauce.readthedocs.org/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "AuthorizeSauce", "package_url": "https://pypi.org/project/AuthorizeSauce/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/AuthorizeSauce/", "project_urls": { "Download": "https://github.com/jeffschenck/authorizesauce", "Homepage": "http://authorize-sauce.readthedocs.org/" }, "release_url": "https://pypi.org/project/AuthorizeSauce/0.5.0/", "requires_dist": null, "requires_python": "", "summary": "An awesome-sauce Python library for accessing the Authorize.net API. Sweet!", "version": "0.5.0" }, "last_serial": 2114526, "releases": { "0.1-dev": [ { "comment_text": "", "digests": { "md5": "d73dbb3f0afff4bc049036f369137a53", "sha256": "26f7d1afae83c37e5d5bba26d632781a3863c87d4cf8b80bd119bdb74c53a0b2" }, "downloads": -1, "filename": "AuthorizeSauce-0.1-dev.tar.gz", "has_sig": false, "md5_digest": "d73dbb3f0afff4bc049036f369137a53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11193, "upload_time": "2012-05-13T11:57:03", "url": "https://files.pythonhosted.org/packages/08/8b/d332847fdf7650b42d2e0c350617ea2fc53982f1a784c4c2ac974367d22d/AuthorizeSauce-0.1-dev.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "96744dee3479db4d168bd6f82cddbb95", "sha256": "51fb90416e44a278d3add3141f718591b8fe13457b95b88fc703a6586c4e7a60" }, "downloads": -1, "filename": "AuthorizeSauce-0.2.tar.gz", "has_sig": false, "md5_digest": "96744dee3479db4d168bd6f82cddbb95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11304, "upload_time": "2012-08-21T17:29:14", "url": "https://files.pythonhosted.org/packages/21/5a/0d745ce3140c8f27a29d5d40d7d2b297f132de292abc76b6079e163ef886/AuthorizeSauce-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c23c87697bc2aa32085e9f01f0330f05", "sha256": "2467ea39ee77d0e64e737373cf2c9c056060ba83292ff72f02389cff8ca4838f" }, "downloads": -1, "filename": "AuthorizeSauce-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c23c87697bc2aa32085e9f01f0330f05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11379, "upload_time": "2012-09-25T07:29:26", "url": "https://files.pythonhosted.org/packages/c6/c3/b2ba86a44f8fee46266cad611f563465db05eb3c0139bf7737067bce18ba/AuthorizeSauce-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "79726a01e409ae819ce67122f28479b8", "sha256": "295deaeb7016ffddb84f7252b21ec7f26bbf4b48fa3d1edd051a42e1a4ccbbcd" }, "downloads": -1, "filename": "AuthorizeSauce-0.3.0.tar.gz", "has_sig": false, "md5_digest": "79726a01e409ae819ce67122f28479b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12809, "upload_time": "2013-12-12T03:45:27", "url": "https://files.pythonhosted.org/packages/cc/97/c84b4c77e7e23f8e4baa64d2986af5ebb2a8d296786889a29ee3f4b9e8ce/AuthorizeSauce-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7e1b04426edd9a09c08a00aa60a07fc3", "sha256": "8395f8919f98686b15e843a293521b9527e9b59b153cdf9728b84faf607b85cc" }, "downloads": -1, "filename": "AuthorizeSauce-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7e1b04426edd9a09c08a00aa60a07fc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13003, "upload_time": "2014-03-10T14:58:49", "url": "https://files.pythonhosted.org/packages/6c/8d/46cf86f031eb9a69011560d5fab6d23cfcbbf5e9ea8466ba7345ccba980a/AuthorizeSauce-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "9762f4dcd503b48bebaef1aafd8224d6", "sha256": "f9724bd169566740521c9ab0da4e9c5512515dbf8e01058bbdc555ab557ee634" }, "downloads": -1, "filename": "AuthorizeSauce-0.3.2.tar.gz", "has_sig": false, "md5_digest": "9762f4dcd503b48bebaef1aafd8224d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13083, "upload_time": "2014-09-04T23:28:38", "url": "https://files.pythonhosted.org/packages/c2/f9/f339b2cf1bb71532d9caf354638a9b8ab4d5cae945bc118cd77feda24691/AuthorizeSauce-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "388593f0b5a6cea5b33017dccbef5bae", "sha256": "bbd39a416289082b741b9c0787342f5b3e60c5364d34ba7b1bcdff85de96a925" }, "downloads": -1, "filename": "AuthorizeSauce-0.3.3.tar.gz", "has_sig": false, "md5_digest": "388593f0b5a6cea5b33017dccbef5bae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13106, "upload_time": "2015-01-11T03:09:49", "url": "https://files.pythonhosted.org/packages/d6/c5/eff4bb86cbec2bf17655b337d8ebb8bd6fd756fb7724485ed8136ac4c464/AuthorizeSauce-0.3.3.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "101231186f46ed628e5806499251b08e", "sha256": "3289321e35ef5216d96d4ed24937768cc5b1bf8709118b03ac27c12252210e95" }, "downloads": -1, "filename": "AuthorizeSauce-0.4.0.tar.gz", "has_sig": false, "md5_digest": "101231186f46ed628e5806499251b08e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13723, "upload_time": "2015-07-26T08:43:37", "url": "https://files.pythonhosted.org/packages/f3/52/4c99396be6d2a84ef86617b301035a3314153cb5cafb87fc06008ac7b73a/AuthorizeSauce-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "ab57f278aa49516f40038f458a1b503f", "sha256": "ae67607336f485078aab189000852add06d513b1a7c2b241ec1aa74ee7958ddd" }, "downloads": -1, "filename": "AuthorizeSauce-0.4.1.tar.gz", "has_sig": false, "md5_digest": "ab57f278aa49516f40038f458a1b503f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13710, "upload_time": "2015-07-26T08:50:38", "url": "https://files.pythonhosted.org/packages/ee/2a/7d08ce52c19324a347dc81eab074461e9e4cf0e0bcf73ab7ce5ccad340c2/AuthorizeSauce-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "cadea366b1553cdee775b5388be009b3", "sha256": "f63f96cc87347d3ba0698386add35ffd0b67b7be360d885396273f63dc76ab16" }, "downloads": -1, "filename": "AuthorizeSauce-0.5.0.tar.gz", "has_sig": false, "md5_digest": "cadea366b1553cdee775b5388be009b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13699, "upload_time": "2016-05-13T18:31:20", "url": "https://files.pythonhosted.org/packages/f0/c3/b2301013ecf29765f86556bbfe6a0a9445f71bf80386a18e488491471f79/AuthorizeSauce-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cadea366b1553cdee775b5388be009b3", "sha256": "f63f96cc87347d3ba0698386add35ffd0b67b7be360d885396273f63dc76ab16" }, "downloads": -1, "filename": "AuthorizeSauce-0.5.0.tar.gz", "has_sig": false, "md5_digest": "cadea366b1553cdee775b5388be009b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13699, "upload_time": "2016-05-13T18:31:20", "url": "https://files.pythonhosted.org/packages/f0/c3/b2301013ecf29765f86556bbfe6a0a9445f71bf80386a18e488491471f79/AuthorizeSauce-0.5.0.tar.gz" } ] }