{ "info": { "author": "GetPaid Team", "author_email": "getpaid-dev@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Office/Business :: Financial", "Topic :: Software Development :: Libraries" ], "description": "Introduction\n============\n\nPloneGetPaid is designed to make it easy to accept payments on your site. The\nframework provides a simple way to get started with that, and a rich structure\nfor extending usage for specific needs.\n\nGetPaid has been used in production since December 2007. Since then several\nimprovements have occurred to keep the product improving and evolving. You can\nfind a list of 15+ `Sites Using GetPaid`_, for examples of how it is used. For\nmore about the project, including features, updates, and ways to contribute,\nplease see our public web site, `www.plonegetpaid.com`_.\n\n.. _`sites using GetPaid`: http://www.plonegetpaid.com/why/sites-using-getpaid\n.. _`www.plonegetpaid.com`: http://www.plonegetpaid.com\n\nInstallation\n============\n\nYou can get the GetPaid product in two ways:\n\n* Adding GetPaid to Existing Site - Read the latest `installation\n instructions`_.\n* Testing/Developing: There is also a `development buildout`_ for GetPaid. This\n makes it easy for developers of GetPaid itself to get set up with everything\n needed for the product with just a few commands.\n\n.. _`installation instructions`: http://code.google.com/p/getpaid/wiki/InstallingGetPaid\n.. _`development buildout`: http://code.google.com/p/getpaid/wiki/DevGettingStarted\n\nDocumentation\n=============\n\nYou can find manuals, tutorials and howto's on this site in the documentation_ section.\n\n.. _documentation: http://plone.org/products/getpaid/documentation\n\nFor more on how the internals of GetPaid work, please see the `getpaid.core`_ page on\nPyPI.\n\n.. _`getpaid.core`: http://pypi.python.org/pypi/getpaid.core\n\nDocumentation on integrating payment processors with GetPaid is available in the product.\n\nHow to Get Involved\n===================\n\nWe welcome participation in the project! You can:\n\n* Join our `development mailing list`_ to contact others, discuss features, and\n learn more.\n* Make a financial contribution or become a sponsor of the project (especially\n if you have a feature you want in the system!) `Contact us`_ to express your\n interest.\n* Tackle issues_ (for developers and non-developers!), make an extension_, or\n add additional functionality,\n\n.. _`development mailing list`: http://groups.google.com/group/getpaid-dev\n.. _`Contact us`: http://plonegetpaid.com/contact\n.. _`issues`: http://code.google.com/p/getpaid/issues/list\n.. _`extension`: http://www.plonegetpaid.com/features/future-extensions\n\nCredits\n=======\n\nProject leaders:\n\n* Kapil Thangavelu provided the role of chief architect of the base product.\n* Christopher Johnson organized the project, collaborative process, and funding.\n* Jon Stahl served as the project's NGO Liaison for the first release.\n* Lucie Lejard played the role of release manager through 0.7.x.\n* David Glick led the updates for Plone 4 compatibility.\n* Brandon Rhodes provided review and refactoring of the payment processor interfaces.\n* Many others have contributed bugfixes and improvements.\n\nSpecial thanks to our sponsors that helped us \"social source\" this project!\n\n`ObjectRealms`_ `ifPeople`_ `Groundwire`_ `Contextual Corporation`_\n`Trees for Life`_ `Totsie.com`_\n\n.. _`ObjectRealms`: http://objectrealms.net\n.. _`ifPeople`: http://www.ifpeople.net\n.. _`Groundwire`: http://groundwire.org\n.. _`Contextual Corporation`: http://contextualcorp.com\n.. _`Trees for Life`: http://treesforlife.org\n.. _`Totsie.com`: http://totsie.com\n\n`Read more about our sponsors`_.\n\n.. _`Read more about our sponsors`: http://plonegetpaid.com/sponsor/sponsors/view\n=======\nCHANGES\n=======\n\n0.10.5 (2013-09-11)\n-------------------\n\n- Fix a couple template errors that broke compatibility with Chameleon.\n [davisagli]\n\n- plone 4.1 compatibility\n [vangheem, fRiSi]\n\n\n0.10.4 (2011-06-30)\n-------------------\n\n- Make the CreditCardTypeEnumerator be a bit more flexible in what it can adapt.\n [davisagli]\n\n- Updated occurrences of five:implements to use the ``class`` directive.\n [davisagli]\n\n- Added a IPaymentProcessor adapter factory with name=u'' to simplify getting\n the default payment processor.\n [davisagli]\n\n0.10.3 (2011-05-06)\n-------------------\n\n- Now compatible with Zope 2.13 / Plone 4.1. Removed use of zope.app.zapi.\n Updated formlib imports to work on Zope 2.13. Removed monkeypatch that\n is no longer needed in supported versions of Zope.\n [davisagli]\n\n0.10.2 (2010-10-01)\n-------------------\n\n- Fix ordering of credit card fields in the CheckoutReviewAndPay form.\n [davisagli]\n\n- Make sure amounts are formatted with 2 decimal digits in the cart listing.\n [davisagli]\n\n0.10.1 (2010-06-28)\n-------------------\n\n- Fixed UnicodeDecodeError for notification event subscriber and make_hidden_input function.\n [taito.horiuchi, fRiSi]\n\n- i18n.sh now updates plonegetpaid-plone.pot and takes\n actions.xml and portlets.xml into account, too.\n\n since the translators of zh and da added their translations\n manually which resulted in some ids being removed,\n so i did not update those\n [fRiSi]\n\n- updated German translation [fRiSi]\n\n- don't show the buy/donate/cart portlet when displaying the shopping cart\n or checkout forms\n (therefore added marker view IDontShowGetPaidPortlets)\n [fRiSi]\n\n- minor changes to the checkout-review-pay step so it does not require\n credit card information to create the order.\n (see the thread\n `please review PloneGetPaid changes for a new paymentprocessor`\n on the developer list)\n [fRiSi]\n\n- define a custom cell_formatter to be able to link orders and cart items\n in zc.table views (this fixes #292)\n [fRiSi]\n\n- use separate messageids for the checkout action and heading (this fixes #293)\n [fRiSi]\n\n- do not include jquery in content-space-template since plone ships with\n a newer version (this fixes #294)\n\n0.10.0 (2010-05-19)\n-------------------\n\n- Update variable amount donation portlet to avoid submitting via javascript.\n [jesses, alext]\n\n- Update the cart formatter extra section to be rendered using a template.\n [cewing, alext]\n\n- Added support for recurring payable items. If upgrading from an older\n version of PloneGetPaid, you'll need to reinstall PloneGetPaid to add a new\n portlet and action.\n [jpg.rcom, davisagli, jesses, alext, cewing, larubbio]\n\n- Added missing dependency declaration for getpaid.nullpayment.\n [davisagli]\n\n- Added conditional imports to test files and various fixes for Plone 4\n compatibility.\n [taito.horiuchi]\n\n- Added icon_expr to controlpanel.xml.\n [taito.horiuchi]\n\n0.9.1 (2010-04-07)\n------------------\n\n- Added missing dependency declarations for five.intid, ore.viewlet and\n yoma.batching.\n [davisagli]\n\n0.9.0 (2010-04-07)\n------------------\n\n- Updated templates for compatibility with Plone 4 in addition to Plone 3.\n [davisagli, azazel]\n\n- Removed various bits of BBB code for Zope 2.9 and Plone 2.5, which have not\n been supported for a while already.\n [davisagli, azazel]\n\n- Removed registration of the Payable object tab as a Zope 3 browser menu\n (which was BBB for Plone 2.5 and doesn't work with CMF 2.2)\n [davisagli]\n\n- Added various conditional imports for Plone 4 compatibility.\n [taito.horiuchi, davisagli]\n\n0.8.8 (2010-02-02)\n------------------\n- Rebundle again with upgraded setuptools\n\n0.8.7 (2010-02-01)\n------------------\n- Rebundle to fix missing files\n\n0.8.6 (2010-01-21)\n------------------\n- Add a workaround for free shipping bug (#274)\n- Fix a broken test by updating the year\n\n0.8.5 (2009-07-28)\n------------------\n- Allow users to change the opt-in language through the settings panel. [larubbio]\n\n0.8.4 (2009-07-23)\n------------------\n- Add the new GetPaidSalesforceOrderRecorder to plugins.xml [larubbio]\n\n0.8.3 (2009-07-22)\n------------------\n- Add a new 'multishot' cart. Currently used with getpaid.formgen so sibling adapters can access the cart used for single page checkouts. [larubbio]\n\n0.8.2 (2009-07-10)\n------------------\n- Rollback the 'fix' for $0 shipping since it causes the shipping cost to be displayed to the user, but not charged.\n\n0.8.1 (2009-07-07)\n------------------\n- Add shipping cost to the new emails [larubbio]\n- Fix an uninitialized mailer [larubbio]\n\n0.8 (2009-07-07)\n----------------\n- Allow the user to make changes to the emails that are sent out [larubbbio]\n- Allow sending of emails on auth, charge and decline (I didn't see an event for refund) [larubbio]\n- Manage Cart link in personal_bar changed from $object_url/@@getpaid-cart to $portal_url/@@getpaid-cart like in cart portlet [taito.horiuchi]\n- Change the order of checkout buttons so the default is to continue through the pipeline [larubbio]\n- Add a hacked 'fix' for $0 shipping bug when user moves backwards through the checkout pipeline [larubbio]\n\n0.7.9 (2009-05-19)\n------------------\n- Updated translations [larubbio]\n\n0.7.8 (2009-05-15)\n------------------\n\n- updated the way we get the version of the product, since there is no\n more version file [lucielejard]\n\n0.7.7 (2009-05-15)\n------------------\n\n- fixed the javascript, this fixes errors that were showing up in IE\n- removed version.txt and replaced it by the metadata.xml,\n- made sure the version is up to date [lucielejard]\n\n0.7.6-1 (2009-05-12)\n--------------------\n\n- Add getpaid.formgen and getpaid.SalesforcePloneFormGenAdapter to plugins [larubbio]\n\n0.7.6 (2009-05-12)\n------------------\n\n- Add variable amount donations [larubbio]\n- Allow annotations on the shopping cart [larubbio]\n\n0.7.5 (2009-03-13)\n------------------\n\n- updated brazilian portuguese translation [rafaelcrocha]\n- updated the code so that we make sure we get the site root when checking\n out, otherwise we can't get the store settings\n\n\n0.7.4 (2009-01-28)\n------------------\n\n* added the inclusion of getpaid.payflowpro if it is installed [lucielejard]\n* added a viewlet provider on thank you page (belowcartthankyou) [flejard]\n\n\n0.7.3 (2009-01-19)\n------------------\n\n* forced one of the shipping methods to be checked when buying a\n shippable item [lucielejard]\n\n0.7.2 (2008-12-31)\n------------------\n\n* updated the portlet \"add to cart\" so that we can choose a quantity\n of items to add, this fixes issue 123 [lucielejard]\n* added a provider spot on the \"review and pay\" page to be able to\n hook a viewlet to it\n* Added 2 fixes (for when you use the shipping system):\n* gave a default value to the order.shipments, because it is never\n set up to anything otherwise and you can't access your order,\n* fixed the way we calculate the total, so that we have float numbers\n\n\n0.7.1 (2008-11-24)\n------------------\n\n* fix: missing import for interface INamedOrderUtility [bruno.ripa]\n* form update did not do as advertised - see\n http://groups.google.com/group/getpaid-dev/browse_thread/thread/e55f34e1d509ceef\n [matt.halstead]\n* fix: added view to check shippable contents [bruno.ripa]\n* created \"Checkout Options\" management page to control whether\n 'Contact me with offers' is displayed on Checkout (fixes issue 184)\n [mcgruff.scruff]\n* Persisted and added Name on Card and Card Phone Num to orders listing\n viewlet. [ctxlken]\n* Added last4 and transaction id columns to the orders listing viewlet.\n [asagliocco]\n* Persisted processor transaction id and last-4 digits of credit card to ZODB.\n Also, modified order-summary.pt to present these two fields. [ctxlken]\n* fix: #151 and some missing italian translations [bruno.ripa]\n* Modified anon checkout test to create second browser object in order to\n eliminate test failure due to non-existent Login in link after logout in\n first browser object (similar to FireFox behavior that requires shutting\n down browser to fully be logged out. [ctxlken]\n* Provide a slightly longer example of how to integrate an existing\n custom content type. [michael.dunstan]\n* Added a howto for accessing getpaid properties from able object\n [horacio.duran]\n* Added an option to give a name to the order templates to find them\n easily after [horacio.duran]\n* changed the zip_safe to be False [lucielejard]\n* Finally the order management screens keeps the filter when paging,\n rejoice. Also with tests, just in case. <-- this for trunk\n [horacio.duran]\n* review doc and edit (remove uncertainty \"xxx\"). split off part to\n development docs folder. [cjj.ifpeople]\n* porting State widget work from 0.6 branch to here [javimansilla]\n\n0.7 (2008-08-29)\n----------------\n\n* Added general text documents to project root.\n\n\nDownload\n**********************", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.plonegetpaid.com/", "keywords": "commerce donation zope plone getpaid", "license": "ZPL", "maintainer": null, "maintainer_email": null, "name": "Products.PloneGetPaid", "package_url": "https://pypi.org/project/Products.PloneGetPaid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.PloneGetPaid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.plonegetpaid.com/" }, "release_url": "https://pypi.org/project/Products.PloneGetPaid/0.10.5/", "requires_dist": null, "requires_python": null, "summary": "E-commerce framework for Plone", "version": "0.10.5" }, "last_serial": 863137, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "2c1e38eeb4ef4c41e94db5d3c8a84de7", "sha256": "b3446f84a3d176718eee3005de484687fc5ae47cd1379859ef9c5e7815e8415e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.0.zip", "has_sig": true, "md5_digest": "2c1e38eeb4ef4c41e94db5d3c8a84de7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 445453, "upload_time": "2010-05-19T18:54:13", "url": "https://files.pythonhosted.org/packages/b6/db/449ed939284545f0e0b38f373c01e31f82a06109e7872581ee4049c0334c/Products.PloneGetPaid-0.10.0.zip" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "04d756392aa01ab52cee24ce727a5272", "sha256": "fae3f099c7de9dc55091be112ae5749c7c33e40107d9e71e01d63c8909ef70c0" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.1.tar.gz", "has_sig": false, "md5_digest": "04d756392aa01ab52cee24ce727a5272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 206327, "upload_time": "2010-06-29T14:15:59", "url": "https://files.pythonhosted.org/packages/ee/cd/34cc54cb16fce122039f7068653c8d298c28bc69d55b2f80501f080c3b6e/Products.PloneGetPaid-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "470509cae140745dd3a08117b5321140", "sha256": "4e42bf0b95f5adf3cf19600d9f84686ee95b7aa3ea9e99834e385e7185d769dc" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.2.zip", "has_sig": true, "md5_digest": "470509cae140745dd3a08117b5321140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436658, "upload_time": "2010-10-01T19:33:56", "url": "https://files.pythonhosted.org/packages/c5/da/236dd1a403751430f24f239e15a767f20052ad4e9f90d8342db04be13e8c/Products.PloneGetPaid-0.10.2.zip" } ], "0.10.3": [ { "comment_text": "", "digests": { "md5": "764722286168c512db4474a277ecd638", "sha256": "afbfa269c9eb07cffc6346079c3f85352f5f49e1b58f3c9e1232824fdfd37516" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.3.zip", "has_sig": false, "md5_digest": "764722286168c512db4474a277ecd638", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 436626, "upload_time": "2011-05-07T01:43:19", "url": "https://files.pythonhosted.org/packages/8b/e8/c05ce805aaaea2ba04097f1a100da85ea3e94a5da5e2dd4d29e8bb2ca4d2/Products.PloneGetPaid-0.10.3.zip" } ], "0.10.4": [ { "comment_text": "", "digests": { "md5": "ab2923007cb590e9610d026f5a3fbdc5", "sha256": "e2652d5accd3b0e6403340e2609fbf0cfea93a003211ad8d1dd12e4d0ecdc5ff" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.4.zip", "has_sig": false, "md5_digest": "ab2923007cb590e9610d026f5a3fbdc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 437241, "upload_time": "2011-07-01T02:43:08", "url": "https://files.pythonhosted.org/packages/d8/e8/8ebbc551173df85a9ded3ada95e8429798f208599d005be16010835a33e2/Products.PloneGetPaid-0.10.4.zip" } ], "0.10.5": [ { "comment_text": "", "digests": { "md5": "8b1f78c5e0ee22bb0a67b6322a5556cd", "sha256": "a1985eb642a0ab9a3514a6d1ed8dcc52c77288dd2d70f021c32e4dfb82b58f15" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.5.zip", "has_sig": false, "md5_digest": "8b1f78c5e0ee22bb0a67b6322a5556cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 443888, "upload_time": "2013-09-11T22:11:53", "url": "https://files.pythonhosted.org/packages/77/96/4e0e6c7d37b9831a3fad68fa3e7f7641ef0c6a5a870bd6abb7e10749a792/Products.PloneGetPaid-0.10.5.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "e8d63b71f674e1c14db693f8043dc437", "sha256": "9e438f52071aba58ea165d7f81291369a3d4d73eb46f5ff1fc63dd318287734e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.tar.gz", "has_sig": false, "md5_digest": "e8d63b71f674e1c14db693f8043dc437", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194521, "upload_time": "2008-09-26T21:08:18", "url": "https://files.pythonhosted.org/packages/f1/11/91fc6a7173daa9ef45760c3bbef0f278072aa0892623898f154f1145debf/Products.PloneGetPaid-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "7d7cf11d9ee204486ef2c9513fab1cef", "sha256": "f74d22d4484304b8ba4177161cee134710be03ca19afe0e14817d0677a4c5e40" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.1.tar.gz", "has_sig": false, "md5_digest": "7d7cf11d9ee204486ef2c9513fab1cef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198280, "upload_time": "2008-11-25T02:27:57", "url": "https://files.pythonhosted.org/packages/7b/ff/a79297fddbed2dc9fe16588180c852c4dcd5cd74bcf092ca4421f728b118/Products.PloneGetPaid-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "55b3dc147f2feb9e6b457cedf0e7cb49", "sha256": "dbd5122c7595c46a27890e4ea8e33e2b4027a892205c8bd55b19af141037137e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.2.tar.gz", "has_sig": false, "md5_digest": "55b3dc147f2feb9e6b457cedf0e7cb49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198897, "upload_time": "2008-12-31T15:03:07", "url": "https://files.pythonhosted.org/packages/3a/18/b630ce6085063680532a7704b20b2f9f356d340e6ef9a2d5bcdc0c6dea36/Products.PloneGetPaid-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "8c0d4257a0b99b91b339ae52c72c4b6c", "sha256": "64dda8b1955822d763f6c327d6ec4d54b2980fccb1e4e860ccc968624b7a2388" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.3.tar.gz", "has_sig": false, "md5_digest": "8c0d4257a0b99b91b339ae52c72c4b6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198902, "upload_time": "2009-01-19T22:32:55", "url": "https://files.pythonhosted.org/packages/74/ee/a8996f989ac79e763db830696babf499f522f0d288ab0118dfdfcbae68b1/Products.PloneGetPaid-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "f33c6d1fba2706aa06213b3064ce54cc", "sha256": "5ec749f4eb7d807996bd2163bd34563688207e0b7ab237cc716ae53f544c776e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.4.tar.gz", "has_sig": false, "md5_digest": "f33c6d1fba2706aa06213b3064ce54cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199124, "upload_time": "2009-01-28T19:08:52", "url": "https://files.pythonhosted.org/packages/2c/a2/3ecd145d67ff1e6b4cfb7d11731ab9197c6a7a5255fbf6b4055f2a931768/Products.PloneGetPaid-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "78cd83546b7bbf564df15e14eccca058", "sha256": "65332e259965fbe3e5ca92965b238c7b2356d6dfd6b1c6123a90df29a4215d5f" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.5.tar.gz", "has_sig": false, "md5_digest": "78cd83546b7bbf564df15e14eccca058", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 199310, "upload_time": "2009-03-13T20:12:23", "url": "https://files.pythonhosted.org/packages/4f/e4/7a51fcb0f0e38228c72292ded92231c27e8d373289a55458029a1dbb31bf/Products.PloneGetPaid-0.7.5.tar.gz" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "868356433b41cf97440273452ff165c2", "sha256": "7b3fa25cd8831ad70e5f33c50a860afdaec24d0810b05f0e3baaa65cdce83fdf" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.6.tar.gz", "has_sig": false, "md5_digest": "868356433b41cf97440273452ff165c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205000, "upload_time": "2009-05-13T00:25:11", "url": "https://files.pythonhosted.org/packages/ab/94/be8bcb17160d952ecc24fa7959f6e51b2d29be70af80ae9116cefdea2704/Products.PloneGetPaid-0.7.6.tar.gz" } ], "0.7.6-1": [ { "comment_text": "", "digests": { "md5": "e992a48235558443b254f08f58346d9a", "sha256": "55b94f058a4f922e6ed96664b52037e9734752f653f6335dc58ea6acb739566e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.6-1.tar.gz", "has_sig": false, "md5_digest": "e992a48235558443b254f08f58346d9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 205324, "upload_time": "2009-05-13T00:49:36", "url": "https://files.pythonhosted.org/packages/56/cf/97833482edfcd07522ba5c99a182330d6ace9540b5d3e62a42d9c8360ef6/Products.PloneGetPaid-0.7.6-1.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "4a9fe8ebf28b72e414a1fbd9086e70ca", "sha256": "6d92d9fb3bf704fbe46ae900dcb2c56a5b3aabdb69ca23fd46964a1edc35d2e5" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.7.tar.gz", "has_sig": false, "md5_digest": "4a9fe8ebf28b72e414a1fbd9086e70ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204259, "upload_time": "2009-05-15T20:34:24", "url": "https://files.pythonhosted.org/packages/c7/e9/77d09cf252e0157aa954b2c9ec40bfe49684038303e81e694729e4be7b2b/Products.PloneGetPaid-0.7.7.tar.gz" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "e0813a8fdc5a05d0b08927bd1919f455", "sha256": "36394e9e0c846b309b98a3b0cabbb7b57c59f61c888f69a91c91baeb7df57a2d" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.8.tar.gz", "has_sig": false, "md5_digest": "e0813a8fdc5a05d0b08927bd1919f455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204271, "upload_time": "2009-05-15T23:03:20", "url": "https://files.pythonhosted.org/packages/63/24/ef50008969dd919b0dabf8f2272e7befdb0bdbd58795f6a07ce816d47dc5/Products.PloneGetPaid-0.7.8.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "c65c3d16f678e921b3981205d87ff6b2", "sha256": "b576409312fbfd87e5d83cdadc041c4c71193ba90350eb16bf0006864cd483c6" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.7.9.tar.gz", "has_sig": false, "md5_digest": "c65c3d16f678e921b3981205d87ff6b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 210407, "upload_time": "2009-05-20T01:23:17", "url": "https://files.pythonhosted.org/packages/44/a2/2f9cc616809176f18edfa946c3d82fc9bef7199dec69603b32615dea7e06/Products.PloneGetPaid-0.7.9.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "1dc7d9ca2c79c8cecee236fd3e24bc97", "sha256": "270418c63ed27e9ae3f118fbdf827e7da0ebfd4389c587aad0073249fc40b0e1" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.tar.gz", "has_sig": false, "md5_digest": "1dc7d9ca2c79c8cecee236fd3e24bc97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 818525, "upload_time": "2009-07-07T22:06:06", "url": "https://files.pythonhosted.org/packages/94/4c/15cd886e40b66004999a301afb08238374caebcd80b58be438a5e618ce95/Products.PloneGetPaid-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "3a04e18e339d1c54d27c8f87df5c1171", "sha256": "eae30e3411db934d29f527fea8990678f9d4235e7f11ae772b3264090d01936e" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.1.tar.gz", "has_sig": false, "md5_digest": "3a04e18e339d1c54d27c8f87df5c1171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 818942, "upload_time": "2009-07-08T00:49:31", "url": "https://files.pythonhosted.org/packages/34/d3/58986a75091be50942679cc1234c355a44c56d8b7932d4251fe7e14281d4/Products.PloneGetPaid-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "811dc374c8e2effa119888e6da959909", "sha256": "bca38bcd2fc56e9153fa3ebaecbe5ab78640c7b0189c15a7a524cf68f734b66b" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.2.tar.gz", "has_sig": false, "md5_digest": "811dc374c8e2effa119888e6da959909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 815801, "upload_time": "2009-07-11T01:12:43", "url": "https://files.pythonhosted.org/packages/cd/a0/16bcc4905e83ba929ac19d19910a44ff35107458999f4b4cf1a5a45a86d3/Products.PloneGetPaid-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "eea991fa1b5e99e5762a25c324d51244", "sha256": "72b0af07047b41e5d888a7e8eddaf0b42e260b2e9e572c66337fa26d56c8158b" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.3.tar.gz", "has_sig": false, "md5_digest": "eea991fa1b5e99e5762a25c324d51244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 817516, "upload_time": "2009-07-23T00:20:54", "url": "https://files.pythonhosted.org/packages/44/44/10a762d500c88ebac8305ffb3dfaaa2101862353ff9e9434362c17c50381/Products.PloneGetPaid-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "15cc704fef1379b023738d08a2d65b31", "sha256": "90c1d762344367b59cdb13fd1ce9ede4a09f10923d2f9fb8dc28606a4ed081d1" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.4.tar.gz", "has_sig": false, "md5_digest": "15cc704fef1379b023738d08a2d65b31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 817504, "upload_time": "2009-07-23T21:48:05", "url": "https://files.pythonhosted.org/packages/8c/09/0e58ee2758e6fa413c5030ac21fdee8e7193a69aa6b92150b7ef538081cc/Products.PloneGetPaid-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "1fb397bd34c45608cdb37858e590819c", "sha256": "150a520d9b4bad714b68c0ed49e18d14c31a54b84603c005ef4ce9dd99b43f37" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.5.tar.gz", "has_sig": false, "md5_digest": "1fb397bd34c45608cdb37858e590819c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 817675, "upload_time": "2009-07-29T04:29:47", "url": "https://files.pythonhosted.org/packages/d9/cc/3735b832afb86724fff823b258fa52b04ea70db9d838942db91c0d9fe793/Products.PloneGetPaid-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "985c815f93ed98b748aecd2b3b7cf056", "sha256": "26a4e725b2880f37829849175b44b94d1699fef0344816144d9995d0df58b7d2" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.6.tar.gz", "has_sig": false, "md5_digest": "985c815f93ed98b748aecd2b3b7cf056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66810, "upload_time": "2010-01-21T22:39:49", "url": "https://files.pythonhosted.org/packages/d1/55/3a2b5247550b2509e3ba2a74147513dcf0e3b3760670efea2edba54d6047/Products.PloneGetPaid-0.8.6.tar.gz" } ], "0.8.7": [ { "comment_text": "", "digests": { "md5": "83e787a5a5dc85446c21d27bc926641d", "sha256": "78b1e05eed063be81cadf359b81a829ac5ef15256217a68d693639b20d3c1e82" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.7.tar.gz", "has_sig": false, "md5_digest": "83e787a5a5dc85446c21d27bc926641d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66848, "upload_time": "2010-02-01T17:20:55", "url": "https://files.pythonhosted.org/packages/da/e0/0263dd54944d8f28a28f34b52be2ffbcfb68b8b5feeb25ea5840f95ce8dd/Products.PloneGetPaid-0.8.7.tar.gz" } ], "0.8.8": [ { "comment_text": "", "digests": { "md5": "7502cb0f4ebab72f5d6f228e30943807", "sha256": "ce0a91a0e9146e36444cd9d5d311191b5535b3f94a3dc27621926efc026824ad" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.8.8.tar.gz", "has_sig": false, "md5_digest": "7502cb0f4ebab72f5d6f228e30943807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 240295, "upload_time": "2010-02-02T17:56:40", "url": "https://files.pythonhosted.org/packages/64/52/adb9e9ead82cf383211884bddd777695902b1771733fa1c3b42fc8fc0d11/Products.PloneGetPaid-0.8.8.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "5df6ac907c04c754c00a5938030c17c2", "sha256": "bff5a0e312d1f942391b8fe149fd7acb7a6f4631167e393f4a3203be698c5ee1" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.9.0.zip", "has_sig": true, "md5_digest": "5df6ac907c04c754c00a5938030c17c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 422877, "upload_time": "2010-04-07T23:58:15", "url": "https://files.pythonhosted.org/packages/97/0e/4ebc5fe70c0b8e8d0c1a1caa1d250305bbb07d2894cc9eb0124c9b7edc98/Products.PloneGetPaid-0.9.0.zip" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "67edf868b8b28d93736bb38212b8b85b", "sha256": "5c354017b8a600250e9905f165bfb480af8c675bd68b0658f1263518f6e961d7" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.9.1.zip", "has_sig": true, "md5_digest": "67edf868b8b28d93736bb38212b8b85b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 423075, "upload_time": "2010-04-08T01:46:13", "url": "https://files.pythonhosted.org/packages/52/41/e8dbd4ad83cf6a7caf569cfc90e3c9408841df7180afebb6fb074584c71f/Products.PloneGetPaid-0.9.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b1f78c5e0ee22bb0a67b6322a5556cd", "sha256": "a1985eb642a0ab9a3514a6d1ed8dcc52c77288dd2d70f021c32e4dfb82b58f15" }, "downloads": -1, "filename": "Products.PloneGetPaid-0.10.5.zip", "has_sig": false, "md5_digest": "8b1f78c5e0ee22bb0a67b6322a5556cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 443888, "upload_time": "2013-09-11T22:11:53", "url": "https://files.pythonhosted.org/packages/77/96/4e0e6c7d37b9831a3fad68fa3e7f7641ef0c6a5a870bd6abb7e10749a792/Products.PloneGetPaid-0.10.5.zip" } ] }