{ "info": { "author": "Bernard Ojengwa", "author_email": "bernardojengwa@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries" ], "description": "Paystack\n========\n\nInstallation / Usage\n--------------------\n\nTo install use pip:\n\n::\n\n $ pip install --upgrade paystack\n\nor\n\n::\n\n $ easy_install --upgrade paystack\n\n\nInfo\n----\n\n| See http://www.pip-installer.org/en/latest/index.html for instructions\n| on installing pip. If you are on a system with easy\\_install but not\n| pip, you can use easy\\_install instead. If you\u2019re not using\n virtualenv,\n| you may have to prefix those commands with ``sudo``. You can learn\n more\n| about virtualenv at http://www.virtualenv.org/\n\n\nTo install from source, clone this repo and run:\n\n::\n\n $ git clone https://github.com/ojengwa/paystack.git\n\n $ python setup.py install\n\n\nDocumentation\n-------------\n\nPlease see https://developers.paystack.co/docs for the most up-to-date\ndocumentation for the Paystack API.\n\n\nAPI Anatomy\n-----------------\n\nPlease see https://ojengwa.github.io/paystack/ for the most up-to-date\ndocumentation of the API Anatomy.\n\n\nTesting\n-------\n\nThe package is compatible with Python 2.6+, Python 3.1+ and PyPy. We\nneed to test against all of these environments to ensure compatibility.\nTravis CI will automatically run our tests on push. For local testing,\nwe use `nose`_ to handle testing across environments.\n\nTo run the included test:\n\n#. Clone the repo:\n\n::\n\n $ git clone https://github.com/ojengwa/paystack.git\n\n#. Enter project directory:\n\n::\n\n $ cd paystack\n\n#. Install dependencies using fabric:\n\n::\n\n $ fab install\n\n#. Run the includded test using fabric:\n\n::\n\n $ fab test\n\n\nTODO\n----\n\n#. Add Event hooks\n#. Create Consumer Resource\n#. Create Plan Resource\n\n\nExample\n-------\n\n::\n\n from paystack.resource import TransactionResource\n\n import random\n import string\n\n def main():\n rand = ''.join(\n [random.choice(\n string.ascii_letters + string.digits) for n in range(16)])\n secret_key = 'YOUR_SECRET_KEY'\n random_ref = rand\n test_email = 'TEST_EMAIL'\n test_amount = 'TEST_AMOUNT'\n plan = 'Basic'\n client = TransactionResource(secret_key, random_ref)\n response = client.initialize(test_amount,\n test_email,\n plan)\n print(response)\n client.authorize() # Will open a browser window for client to enter card details\n verify = client.verify() # Verify client credentials\n print(verify)\n print(client.charge()) # Charge an already exsiting client\n\n\n\n.. _nose: http://nose2.readthedocs.org/en/latest/", "description_content_type": null, "docs_url": "https://pythonhosted.org/paystack/", "download_url": "https://github.com/ojengwa/paystack/tarball/1.5.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ojengwa/paystack", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "paystack", "package_url": "https://pypi.org/project/paystack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/paystack/", "project_urls": { "Download": "https://github.com/ojengwa/paystack/tarball/1.5.0", "Homepage": "https://github.com/ojengwa/paystack" }, "release_url": "https://pypi.org/project/paystack/1.5.0/", "requires_dist": null, "requires_python": "", "summary": "A Paystack API wrapper in Python", "version": "1.5.0" }, "last_serial": 2039147, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "325f5078c7ebeb3bdd54725c81f54253", "sha256": "2791f5f1eaabfc6b53e7eb324053b071d5ba94b093c671796979de0b988f73d0" }, "downloads": -1, "filename": "paystack-0.0.1.tar.gz", "has_sig": false, "md5_digest": "325f5078c7ebeb3bdd54725c81f54253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1569, "upload_time": "2016-02-20T22:07:47", "url": "https://files.pythonhosted.org/packages/46/40/8d4d287b8f4cc4165faf6d60da517dda589e6cc11fbfcab7dd16024fcb5a/paystack-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "26da34e3be6213956e1e536d882b7033", "sha256": "ad2e7c66f6e2d9fc46578653e3c6121350b68968c2bd849fd2553a9960cef744" }, "downloads": -1, "filename": "paystack-0.0.2.tar.gz", "has_sig": false, "md5_digest": "26da34e3be6213956e1e536d882b7033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5454, "upload_time": "2016-02-21T19:40:02", "url": "https://files.pythonhosted.org/packages/e3/a1/900790db5169fd3e3c3098666664670fbe03f0dd510185cd28aec6a8c2d1/paystack-0.0.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "1d5f09baaad93bae5db4e703412c3016", "sha256": "2a2f45b3ce50788cc873e0d402cf16798087cc1a37831e8bb0b5830aef219a38" }, "downloads": -1, "filename": "paystack-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d5f09baaad93bae5db4e703412c3016", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6603, "upload_time": "2016-02-22T07:34:27", "url": "https://files.pythonhosted.org/packages/b1/73/ee37c0a83827b04ad1d894d0a1d27dfbf7eccfce7104a994c5f62ba55657/paystack-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "caaa9c584898efff12bef43f21658764", "sha256": "ee563bb0326bb62f4a5fa5b186a738643272743ca9c0f616e6ac87c2b9c2dc3b" }, "downloads": -1, "filename": "paystack-1.1.0.tar.gz", "has_sig": false, "md5_digest": "caaa9c584898efff12bef43f21658764", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6846, "upload_time": "2016-02-23T00:46:43", "url": "https://files.pythonhosted.org/packages/a8/16/b4b19950f0ffc35ca1844e9968c2695f3a5cdedc018ab5db322b8b78bd1b/paystack-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "1ac092a83137ae2b62333a4bcc983a4b", "sha256": "52765fce4ed91c0b74a77f342ea462e937d0a2345e438e7d77f365ac05b61062" }, "downloads": -1, "filename": "paystack-1.1.1.tar.gz", "has_sig": false, "md5_digest": "1ac092a83137ae2b62333a4bcc983a4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7048, "upload_time": "2016-02-23T01:04:53", "url": "https://files.pythonhosted.org/packages/17/d8/a1d1eddf8391262f79a2a865556687d9ce2de28391ab020e62b75668f39e/paystack-1.1.1.tar.gz" } ], "1.1.10": [ { "comment_text": "", "digests": { "md5": "44beb1a38d26787ec6777851c0b44b4a", "sha256": "94291cd8d780e8aa89ee2f14b92aa0e1444d3fca7a96f0b0843bba0cc6d67b6b" }, "downloads": -1, "filename": "paystack-1.1.10-py2.7.egg", "has_sig": false, "md5_digest": "44beb1a38d26787ec6777851c0b44b4a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20937, "upload_time": "2016-02-23T21:33:14", "url": "https://files.pythonhosted.org/packages/ed/0b/c28d710e5b7f442d929435c467a46ef83c088267c3d4a66377db55db8a61/paystack-1.1.10-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fe33674bd1c48ec209b0994b032a1607", "sha256": "e0c211464ac1c468321def1ba6fc37f566064becb38cb1c33aef409f75cdeb65" }, "downloads": -1, "filename": "paystack-1.1.10.tar.gz", "has_sig": false, "md5_digest": "fe33674bd1c48ec209b0994b032a1607", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6729, "upload_time": "2016-02-23T21:33:19", "url": "https://files.pythonhosted.org/packages/64/96/ac2f50973ff83bf8c425377fd7dbb087ef6ed39fd6673ae32f26f26c5d0b/paystack-1.1.10.tar.gz" } ], "1.1.11": [ { "comment_text": "", "digests": { "md5": "afb12afcbc12c37740b1f4416e887ea0", "sha256": "19e4f8ef8f2f541f3c6f45773c84cb0d71c23fdbee4f367e4542beb3387aa21b" }, "downloads": -1, "filename": "paystack-1.1.11-py2.7.egg", "has_sig": false, "md5_digest": "afb12afcbc12c37740b1f4416e887ea0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23426, "upload_time": "2016-02-23T21:41:21", "url": "https://files.pythonhosted.org/packages/57/e2/2e61e1a0a573b91ef354e9dd7fd9745fb26b3378e5c42513864aa5c13367/paystack-1.1.11-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "dd4903f9aff109f916bfa8c59615b35b", "sha256": "19d0f3f3064c9def34fe397b9ccc355a2f4db837b000ba4ff3bd174e4f642781" }, "downloads": -1, "filename": "paystack-1.1.11.tar.gz", "has_sig": false, "md5_digest": "dd4903f9aff109f916bfa8c59615b35b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6730, "upload_time": "2016-02-23T21:41:28", "url": "https://files.pythonhosted.org/packages/34/b8/22c95886f5406803be9571b4ab4a307de17920546c4e82884eef086464bf/paystack-1.1.11.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "73c66396480a9399e8dcd7ae0b670fc8", "sha256": "4121285ae0caca6dba1609e5737ce189f359d097666b230aefec4c6351a99691" }, "downloads": -1, "filename": "paystack-1.1.2.tar.gz", "has_sig": false, "md5_digest": "73c66396480a9399e8dcd7ae0b670fc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7110, "upload_time": "2016-02-23T01:09:37", "url": "https://files.pythonhosted.org/packages/d7/52/47d35ad43bf617fce7729a388cb9a59a3e7242afa0c99b39ba0eb8344f12/paystack-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "d4aefd63a74a8ce25dba103addffbe6c", "sha256": "927138b4b25dc7b8c00a640eec64c5725809eef1fc773cf5024f284e04848bbd" }, "downloads": -1, "filename": "paystack-1.1.3.tar.gz", "has_sig": false, "md5_digest": "d4aefd63a74a8ce25dba103addffbe6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7128, "upload_time": "2016-02-23T01:13:42", "url": "https://files.pythonhosted.org/packages/2d/9a/661c65d650627e2e21df6c648e397b7eeb0c13fd6d62f124c8d1baf0fb4b/paystack-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "565073bdca8332d8451fd84ce7790bb3", "sha256": "8e04875cd8576dbcd4e857b1c22a3c74211ef661d47ebade63608549afbaa71b" }, "downloads": -1, "filename": "paystack-1.1.4-py2.7.egg", "has_sig": false, "md5_digest": "565073bdca8332d8451fd84ce7790bb3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20998, "upload_time": "2016-02-23T16:10:14", "url": "https://files.pythonhosted.org/packages/3a/17/ef6d098843b15045119b41a7d64a6bc7596dd8cf7c4af278f449dca6d345/paystack-1.1.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "01f2d764a1d4ce1d84c549785b34b63d", "sha256": "acc95e3b7a1f0697a18f18baf02a1d4bc96434ce168af991e8299ec711ac304d" }, "downloads": -1, "filename": "paystack-1.1.4.tar.gz", "has_sig": false, "md5_digest": "01f2d764a1d4ce1d84c549785b34b63d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6821, "upload_time": "2016-02-23T16:10:39", "url": "https://files.pythonhosted.org/packages/a2/52/eedcb46fded007f0d851d05f0a3a13abc29bb02561f8fea7610a7e6a97eb/paystack-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "161a94a83eecf73383c29961802d64f0", "sha256": "657f16ee4cb68d71d838ac9ba5509eb3da7fafc987af4e8d2d14bfd4d825436a" }, "downloads": -1, "filename": "paystack-1.1.5-py2.7.egg", "has_sig": false, "md5_digest": "161a94a83eecf73383c29961802d64f0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20950, "upload_time": "2016-02-23T16:21:06", "url": "https://files.pythonhosted.org/packages/92/48/3730091778058466f0aad7cd5af6ec4d0a5fff1611df62a0537ffcf36f34/paystack-1.1.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d3962b39594b99bab8afd6eff9095e58", "sha256": "0c1b605faeb4dded8dcfcbf47954f61adbaa0fdf3cad1e96bc786756290cf7f9" }, "downloads": -1, "filename": "paystack-1.1.5.tar.gz", "has_sig": false, "md5_digest": "d3962b39594b99bab8afd6eff9095e58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6807, "upload_time": "2016-02-23T16:21:13", "url": "https://files.pythonhosted.org/packages/88/5b/2ccb0e34a204e484b0c0f754c6af2def0ad16be3d475501bf45a1fa150fc/paystack-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "1bcf9c00e73c0638879e027025dcbd0e", "sha256": "57518fdf1a0dfb73c5b8c6cd535cd6d5a42993272e785a07fd4d3c975523a536" }, "downloads": -1, "filename": "paystack-1.1.6-py2.7.egg", "has_sig": false, "md5_digest": "1bcf9c00e73c0638879e027025dcbd0e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20950, "upload_time": "2016-02-23T16:23:42", "url": "https://files.pythonhosted.org/packages/98/1b/1e487fe0b218d0084734473265b46708fe34b45ff25809914186c42a175f/paystack-1.1.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d3e82293ded6dbb73d39a64ebebc0b44", "sha256": "8f9d681ced798305db97f3bbe7b9b41fd7bd0b20630a8afcf9f4817700efbb1f" }, "downloads": -1, "filename": "paystack-1.1.6.tar.gz", "has_sig": false, "md5_digest": "d3e82293ded6dbb73d39a64ebebc0b44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6723, "upload_time": "2016-02-23T16:23:50", "url": "https://files.pythonhosted.org/packages/a4/42/27cebd978fa721f8c89fcc77ffde204ad6597f8bd27c1c4b6f83f071721f/paystack-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "ede98a0ab6b95ffceb40d6ca180e8208", "sha256": "34184fc1b4781612cc2604e7338bcd6871569752312770be9723a73491abba1b" }, "downloads": -1, "filename": "paystack-1.1.7-py2.7.egg", "has_sig": false, "md5_digest": "ede98a0ab6b95ffceb40d6ca180e8208", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20950, "upload_time": "2016-02-23T21:09:48", "url": "https://files.pythonhosted.org/packages/a1/c4/72b3e7a6d98ea13d38e479e7f804f21d9c7687024be5440f76e969ea0cc2/paystack-1.1.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3056560134020dad7ae7d17b34e5606b", "sha256": "b0329c955465f921db4f3a61e693f08bd5b13db4e7f017224530daced07f80cf" }, "downloads": -1, "filename": "paystack-1.1.7.tar.gz", "has_sig": false, "md5_digest": "3056560134020dad7ae7d17b34e5606b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6738, "upload_time": "2016-02-23T21:09:54", "url": "https://files.pythonhosted.org/packages/3a/de/e305b98bc10f4e7f5a34c7a42201452b465a86d2abeb58b3f0ef457b4eba/paystack-1.1.7.tar.gz" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "a0a07346c653c56ab498468e6d22be91", "sha256": "c03925cf51ea0b0e251678e70f1c8a8bf246b88352aa3a1b394526e6504ef216" }, "downloads": -1, "filename": "paystack-1.1.8-py2.7.egg", "has_sig": false, "md5_digest": "a0a07346c653c56ab498468e6d22be91", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20864, "upload_time": "2016-02-23T21:21:03", "url": "https://files.pythonhosted.org/packages/77/f7/3c79cb07b00b6f9c80f6028f6931748e68597cd0a1d127dbf76efeaa6692/paystack-1.1.8-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "44f274ed09a0d6db985c93c960771a3c", "sha256": "d78d39bb44f1ec6a8b03d00d7137ad7e832937fcf08617ca035dd1779e01376e" }, "downloads": -1, "filename": "paystack-1.1.8.tar.gz", "has_sig": false, "md5_digest": "44f274ed09a0d6db985c93c960771a3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6711, "upload_time": "2016-02-23T21:21:12", "url": "https://files.pythonhosted.org/packages/b2/20/426c8147b58c686a96bb8de8075243b9bb559cc61032bd63e0890a115572/paystack-1.1.8.tar.gz" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "bbd86fb3a2393699ee810c3f7269eb5d", "sha256": "00f7444bb5f944b7e74857e703a8da087b8a6f926f2ae9ec49bdf4f33b75226c" }, "downloads": -1, "filename": "paystack-1.1.9-py2.7.egg", "has_sig": false, "md5_digest": "bbd86fb3a2393699ee810c3f7269eb5d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 20943, "upload_time": "2016-02-23T21:25:55", "url": "https://files.pythonhosted.org/packages/69/e5/d80600cdb1af4b63ab8fc387a6c72bfe54057eb362dff8ccc154d7dbba8d/paystack-1.1.9-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1c632d059d7229fed1f52f4f8bdcc1e6", "sha256": "cef9e6e6aba8445aa7b281d818c37d971fa26569408495e5534d8b5e9b5f1478" }, "downloads": -1, "filename": "paystack-1.1.9.tar.gz", "has_sig": false, "md5_digest": "1c632d059d7229fed1f52f4f8bdcc1e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6733, "upload_time": "2016-02-23T21:26:08", "url": "https://files.pythonhosted.org/packages/57/2d/04359275bbfb50a4876c3ea481917cb8a4e3866489e171ff0fd0418b544f/paystack-1.1.9.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "be14c7925c737a5ba61afc1d5f5c27fc", "sha256": "3e3bd9d014d2a2aab8fec9745c598d1279c52bebff0a7b31527aa84c16343e11" }, "downloads": -1, "filename": "paystack-1.2.0-py2.7.egg", "has_sig": false, "md5_digest": "be14c7925c737a5ba61afc1d5f5c27fc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23435, "upload_time": "2016-02-23T21:45:17", "url": "https://files.pythonhosted.org/packages/8b/a8/470440859ddcb5d7f29459806c55b5a21a82ada2c25c8ba6a71d8a91cc05/paystack-1.2.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e3bebb9d38f890e7f7f271345e977705", "sha256": "8463cc5e7b93ba9c08a58d448541cc8b9d6f79ef3378f27f47d10e77ea3d4fa9" }, "downloads": -1, "filename": "paystack-1.2.0.tar.gz", "has_sig": false, "md5_digest": "e3bebb9d38f890e7f7f271345e977705", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6727, "upload_time": "2016-02-23T21:45:23", "url": "https://files.pythonhosted.org/packages/8e/4e/9f1394b07e6c10db190177907937fc05a1cad87cba6f291d4f7e4a25ba3e/paystack-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "daaac976f720f10cd839df6a6eacc9e6", "sha256": "fb47a24a82c1f8dcee4c2dc6192e5bc8dfc04d69cbb05a9d786bde51b22ea563" }, "downloads": -1, "filename": "paystack-1.2.1-py2.7.egg", "has_sig": false, "md5_digest": "daaac976f720f10cd839df6a6eacc9e6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23427, "upload_time": "2016-02-23T21:51:44", "url": "https://files.pythonhosted.org/packages/92/c6/08afec5bfb09882509ddb99c9c2667b5d5ba1db674d2044e8bb63e2e6840/paystack-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "112c19e6a1e3a3e2f6a8889d987b2d9e", "sha256": "76cbed466df2024d304b88f48868ba4b750076934db333bffa0267e0083af3df" }, "downloads": -1, "filename": "paystack-1.2.1.tar.gz", "has_sig": false, "md5_digest": "112c19e6a1e3a3e2f6a8889d987b2d9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6731, "upload_time": "2016-02-23T21:51:56", "url": "https://files.pythonhosted.org/packages/fb/0e/95576ab3af35f6a4a7db2b6cd89462125ffeb58e607cfc7acb61a3c24821/paystack-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "70bfdb3f5909ddc517203eabef0ec63a", "sha256": "39338062d4d001714a8a5bf2377708a9daabb3ef53c51195ab75b0223cd4a0fc" }, "downloads": -1, "filename": "paystack-1.2.2-py2.7.egg", "has_sig": false, "md5_digest": "70bfdb3f5909ddc517203eabef0ec63a", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23436, "upload_time": "2016-02-23T21:53:11", "url": "https://files.pythonhosted.org/packages/d2/95/0b1ca3e6178ed5560c91880587fb4db5d6151fcb0525392c27240059ab91/paystack-1.2.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "cc990e4b2606da7a9f1d2a0723cd255d", "sha256": "ba2a2f4f186bbb8fea72e5513c6d2ddc9de9e8037a1be591b572f4a8bf6f7590" }, "downloads": -1, "filename": "paystack-1.2.2.tar.gz", "has_sig": false, "md5_digest": "cc990e4b2606da7a9f1d2a0723cd255d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6724, "upload_time": "2016-02-23T21:53:17", "url": "https://files.pythonhosted.org/packages/69/27/49bbf39948d0a7e2b71b7ea2d9da56bb31c265c56e5fd46c7a8bc92213b3/paystack-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "1bda75b02477937d1c9390c19a3f7d21", "sha256": "c1d48977518085d0c7fa0fb41a4d490d79e9e6dabfb4aa0e0814ee87f2a8883e" }, "downloads": -1, "filename": "paystack-1.2.3-py2.7.egg", "has_sig": false, "md5_digest": "1bda75b02477937d1c9390c19a3f7d21", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23428, "upload_time": "2016-02-23T21:55:17", "url": "https://files.pythonhosted.org/packages/b0/24/b888a01e15a015417bfaadd104310a2a4225bb618eb83a90262255b61a93/paystack-1.2.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2d7d641d53d3fa2cad5ff8dd395b0df6", "sha256": "1bba8d625e5aa83c7d0b1169b3c1e02136e4ed7c0b8049a4b5346c994d2c8d35" }, "downloads": -1, "filename": "paystack-1.2.3.tar.gz", "has_sig": false, "md5_digest": "2d7d641d53d3fa2cad5ff8dd395b0df6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6732, "upload_time": "2016-02-23T21:55:32", "url": "https://files.pythonhosted.org/packages/8d/71/70350541afb7f5865febb8fd527fbf27c041ba1501b43123305024ecd026/paystack-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "0c47d3f8224ec5c92b25f2146c5224c1", "sha256": "2d5c1f07f0dd80cae8175961135dd1889f6a032aed2efeff5c0153859aa2c8d6" }, "downloads": -1, "filename": "paystack-1.2.4-py2.7.egg", "has_sig": false, "md5_digest": "0c47d3f8224ec5c92b25f2146c5224c1", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 24846, "upload_time": "2016-02-23T22:28:38", "url": "https://files.pythonhosted.org/packages/14/4e/760f6da17cc8906513da186f45e6a7e6126175ae8127febfff9b4ef448e1/paystack-1.2.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "388401637618555cdf93f1141a9d8ed3", "sha256": "510992bcdcf77688bd2f520c8ab5e502bac6c34c3d359bf65af20d380b933a11" }, "downloads": -1, "filename": "paystack-1.2.4.tar.gz", "has_sig": false, "md5_digest": "388401637618555cdf93f1141a9d8ed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10355, "upload_time": "2016-02-23T22:28:54", "url": "https://files.pythonhosted.org/packages/a1/ef/2755bce571c0d7184391274fef26b10fd499449b2febc387adf4f95b2137/paystack-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "cad5eebdb8f8c6538d6f177233733ec3", "sha256": "83cb50f17c7297c6fec4d63b5aff18a81cab43e77f6f5040ca3cf6bfb056bacf" }, "downloads": -1, "filename": "paystack-1.3.0-py2.7.egg", "has_sig": false, "md5_digest": "cad5eebdb8f8c6538d6f177233733ec3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 24849, "upload_time": "2016-02-23T23:12:41", "url": "https://files.pythonhosted.org/packages/78/61/763a90561fbfa72e128a489507396283a2ba98aaab585e1fe2c757e2a685/paystack-1.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a2136d5ac47cb45103273e4c80140e74", "sha256": "af184f5b1a1e25b7a997803c5a227a6243e9db2992d5c781d37ed140318ad94f" }, "downloads": -1, "filename": "paystack-1.3.0.tar.gz", "has_sig": false, "md5_digest": "a2136d5ac47cb45103273e4c80140e74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10361, "upload_time": "2016-02-23T23:12:48", "url": "https://files.pythonhosted.org/packages/ad/a8/4afb7347b3986f8fbd71dcc5e86f36ca184a1af18991c3ae873d866ecbd6/paystack-1.3.0.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "2fdce1754735c858ef7dc5612508d0e4", "sha256": "210e76099063c13cfc4d6441dcd5a35bc3cc69c5c2551a73ca6e71cbf6809a75" }, "downloads": -1, "filename": "paystack-1.3.5-py2.7.egg", "has_sig": false, "md5_digest": "2fdce1754735c858ef7dc5612508d0e4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 23882, "upload_time": "2016-02-24T00:55:34", "url": "https://files.pythonhosted.org/packages/09/d3/8a1dfce04b4a20155b5744fe519dd302d194c66514729314eaac33cdbb68/paystack-1.3.5-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "513eab6b103459045ef371a1f8c77b0b", "sha256": "bdba917aa7015b6b1891f655c45f2b7df9db49446707497c25802eb3625391d0" }, "downloads": -1, "filename": "paystack-1.3.5.tar.gz", "has_sig": false, "md5_digest": "513eab6b103459045ef371a1f8c77b0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9892, "upload_time": "2016-02-24T00:55:42", "url": "https://files.pythonhosted.org/packages/44/4b/1ea8f35cb57687dbc1efc8ddfd18cf9d868b82a57536971342fcf09cbb1d/paystack-1.3.5.tar.gz" } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "ad7d0b811ce58ee9c21fb324b1133608", "sha256": "4a4c42cd41b94fbc417b6f8d6fe7a7264afea4ef49542efe40104c7619ce08b8" }, "downloads": -1, "filename": "paystack-1.3.6-py2.7.egg", "has_sig": false, "md5_digest": "ad7d0b811ce58ee9c21fb324b1133608", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 24249, "upload_time": "2016-02-24T01:29:20", "url": "https://files.pythonhosted.org/packages/5f/40/75a71f894e98f800123bdd6fc4a737fe776e7207ca9812f007d3a77cadee/paystack-1.3.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2da3c7977bffbf6916047a6bdf17a00c", "sha256": "7c5ca59a4e5b4173b4a9ec38eaf349a773ae619803b52ae71332c39dce446363" }, "downloads": -1, "filename": "paystack-1.3.6.tar.gz", "has_sig": false, "md5_digest": "2da3c7977bffbf6916047a6bdf17a00c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10089, "upload_time": "2016-02-24T01:29:32", "url": "https://files.pythonhosted.org/packages/00/57/5f75e40fe706d2457c2974536b36589c73eeb7fe9ecf373cf1090b36cb78/paystack-1.3.6.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "b04fbb523a0d9022e456c2a1aec7ddf5", "sha256": "604e44f1270ae3e015df6bd668edfa83a5bea564d23e2e09090342d347486f60" }, "downloads": -1, "filename": "paystack-1.4.0-py2.7.egg", "has_sig": false, "md5_digest": "b04fbb523a0d9022e456c2a1aec7ddf5", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 26028, "upload_time": "2016-02-24T14:48:57", "url": "https://files.pythonhosted.org/packages/b7/84/7ef23e7ccf36a4a364f8ff53c025dbb2441328fbc70f472cdf0884d7532f/paystack-1.4.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "33484ba3165fd5a0f51bb003261c9064", "sha256": "89ae63c0322f241a4662b638454ba7402732abe57b89a223930929afcdcc3662" }, "downloads": -1, "filename": "paystack-1.4.0.tar.gz", "has_sig": false, "md5_digest": "33484ba3165fd5a0f51bb003261c9064", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10841, "upload_time": "2016-02-24T14:49:04", "url": "https://files.pythonhosted.org/packages/06/3c/8050e31b895c256df8be9ba455965f4168a3d4c7addec4bd7f03436ac6d3/paystack-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "a629bb5d14907cd54c8eb06fcbb1e461", "sha256": "e9709e204ffcef54ba7a0732002e67cd147ceb13ac4d09c0361d9a6873021a36" }, "downloads": -1, "filename": "paystack-1.5.0-py2.7.egg", "has_sig": false, "md5_digest": "a629bb5d14907cd54c8eb06fcbb1e461", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 26100, "upload_time": "2016-02-25T00:08:33", "url": "https://files.pythonhosted.org/packages/51/a9/826cb77603d4724b316e181fb255eae5947000c3968cd3e334ebaaca785e/paystack-1.5.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aae87183d7f7f97966123da548ff8bad", "sha256": "95eafecbc763bc49b5ece0f7bf12472c1e0cf610df837067ea88841130a6a2e7" }, "downloads": -1, "filename": "paystack-1.5.0.tar.gz", "has_sig": false, "md5_digest": "aae87183d7f7f97966123da548ff8bad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10848, "upload_time": "2016-02-25T00:08:46", "url": "https://files.pythonhosted.org/packages/7e/55/babf7e2564618d705443f2b1d79862adca9570542bd0e7f4aade87b3f15f/paystack-1.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a629bb5d14907cd54c8eb06fcbb1e461", "sha256": "e9709e204ffcef54ba7a0732002e67cd147ceb13ac4d09c0361d9a6873021a36" }, "downloads": -1, "filename": "paystack-1.5.0-py2.7.egg", "has_sig": false, "md5_digest": "a629bb5d14907cd54c8eb06fcbb1e461", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 26100, "upload_time": "2016-02-25T00:08:33", "url": "https://files.pythonhosted.org/packages/51/a9/826cb77603d4724b316e181fb255eae5947000c3968cd3e334ebaaca785e/paystack-1.5.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aae87183d7f7f97966123da548ff8bad", "sha256": "95eafecbc763bc49b5ece0f7bf12472c1e0cf610df837067ea88841130a6a2e7" }, "downloads": -1, "filename": "paystack-1.5.0.tar.gz", "has_sig": false, "md5_digest": "aae87183d7f7f97966123da548ff8bad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10848, "upload_time": "2016-02-25T00:08:46", "url": "https://files.pythonhosted.org/packages/7e/55/babf7e2564618d705443f2b1d79862adca9570542bd0e7f4aade87b3f15f/paystack-1.5.0.tar.gz" } ] }