{ "info": { "author": "Arpaso", "author_email": "arvid@arpaso.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django payment gateway for smscoin service\n==========================================\n\nPayment gateway site: http://smscoin.com\n\nLink to repository: https://github.com/Arpaso/smscoin\n\nUsage\n=====\n\n* You have to use south migrations to update your database::\n\n python manage.py migrate\n\n\n* Django form field: **SMSKeyField**. Example in **forms.py**::\n\n from smscoin.fields import SMSKeyField\n class SMSForm(forms.ModelForm):\n\n sms_pair = SMSKeyField(label=_(\"Access code\"), required=True)\n\n\n* **settings.py**::\n\n SMSCOIN_KEY = \"12345\" # Your smscoin.com account key\n\n\n* **Provider** model::\n\n from smscoin.models import Provider\n\n\n* Provides **CountryAdmin** to use at django admin interface\n\n* Provides django management command to update sms tariffs from the http://smscoin.com service::\n\n python manage.py update_sms_tariff\n\n\n* help tag::\n\n {% smscoin_help %}\n\n\nWritten by the development team of Arpaso company: http://arpaso.com", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Arpaso/smscoin/tarball/0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Arpaso/smscoin", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-smscoin", "package_url": "https://pypi.org/project/django-smscoin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-smscoin/", "project_urls": { "Download": "https://github.com/Arpaso/smscoin/tarball/0.1", "Homepage": "https://github.com/Arpaso/smscoin" }, "release_url": "https://pypi.org/project/django-smscoin/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django application to use sms processing system http://smscoin.com/", "version": "0.1" }, "last_serial": 836304, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8d438adb1e0199de6b5672695cde7a8a", "sha256": "3410d40042d328066f2bce412260cc9129ea3880bed8ce8a5ad376d5e1ae1b90" }, "downloads": -1, "filename": "django-smscoin-0.1.tar.gz", "has_sig": false, "md5_digest": "8d438adb1e0199de6b5672695cde7a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9253, "upload_time": "2013-08-08T14:55:26", "url": "https://files.pythonhosted.org/packages/ea/a6/b4d0afb8ddf70ecec7f5f4b77a4f5d4cbfa2e6ffcdc25df9eefbd94577c7/django-smscoin-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d438adb1e0199de6b5672695cde7a8a", "sha256": "3410d40042d328066f2bce412260cc9129ea3880bed8ce8a5ad376d5e1ae1b90" }, "downloads": -1, "filename": "django-smscoin-0.1.tar.gz", "has_sig": false, "md5_digest": "8d438adb1e0199de6b5672695cde7a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9253, "upload_time": "2013-08-08T14:55:26", "url": "https://files.pythonhosted.org/packages/ea/a6/b4d0afb8ddf70ecec7f5f4b77a4f5d4cbfa2e6ffcdc25df9eefbd94577c7/django-smscoin-0.1.tar.gz" } ] }