{ "info": { "author": "Matt Ball", "author_email": "matt@endaga.com", "bugtrack_url": null, "classifiers": [], "description": "SMS encoding and decoding utilities\n\n\n\n### installation\n\n```shell\n$ pip install sms_utilities\n```\n\n\n\n### usage\n\n```python\n\n import sms_utilities\n\n # Generating RDPUs:\n new_rpdu = sms_utilities.rpdu.RPDU()\n\n # Generating SMS-DELIVER messages:\n deliver_message = sms_utilities.SMS_Deliver.gen_msg(to, fromm, body)\n\n # Generating SMS-SUBMIT messages:\n submit_message = sms_utilities.SMS_Submit.gen_msg(to, body)\n\n # Parsing incoming SMS:\n sms_utilities.SMS_Parse.parse(rp_message)\n\n # Some helper methods:\n sms_utilities.SMS_Helper.to_hex2(integer)\n sms_utilities.SMS_Helper.encode_num(123)\n sms_utilities.SMS_Helper.clean('asdf')\n sms_utilities.SMS_Helper.smspdu_charstring_to_hex('bcde')\n```\n\n\n\n### license\nMIT\n\n\n\n### releases\n* 0.0.3 - fixes imports\n* 0.0.2 - fixes MANIFEST.in filename\n* 0.0.1 - initial pypi release\n\n\n\n### testing\n* nothing yet!\n\n\n\n### reference\n* PDU mode [background](http://www.gsm-modem.de/sms-pdu-mode.html)\n* Wikipedia on [GSM 03.40](http://en.wikipedia.org/wiki/GSM_03.40)\n* a PDF on [SMS in PDU mode](http://read.pudn.com/downloads122/doc/520173/SMS_PDU-mode.PDF)\n* the [python-messaging package](https://github.com/pmarti/python-messaging)\n\n\n\n### release process\nbump the version in `setup.py`, add a note here in the readme, then run:\n\n```shell\n$ git tag 0.0.1 -m 'sms_utilities v0.0.1'\n$ git push origin master --tags\n$ python setup.py sdist upload -r pypi\n```", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/endaga/sms_utilities/0.0.3", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/endaga/sms_utilities", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sms_utilities", "package_url": "https://pypi.org/project/sms_utilities/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sms_utilities/", "project_urls": { "Download": "https://github.com/endaga/sms_utilities/0.0.3", "Homepage": "https://github.com/endaga/sms_utilities" }, "release_url": "https://pypi.org/project/sms_utilities/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "SMS encoding and decoding utilities", "version": "0.0.3" }, "last_serial": 1744540, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "03b3276962821e1042c99b6e710c0147", "sha256": "affe1779f50655fc83d626cfa5fcfc6f1050aee7feaaa792b4511d7fa9a71857" }, "downloads": -1, "filename": "sms_utilities-0.0.1.tar.gz", "has_sig": false, "md5_digest": "03b3276962821e1042c99b6e710c0147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3941, "upload_time": "2015-03-11T21:19:11", "url": "https://files.pythonhosted.org/packages/73/fa/36351be2a5fb900cb21ff2eb7f3f3dde8199428733d83b86455b74e31441/sms_utilities-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e98c46ad4a1d24793c514b4e0c0c3213", "sha256": "ee06f31fdac376abe580b792d86dd87af4f206eb863cf13df04d557320708b92" }, "downloads": -1, "filename": "sms_utilities-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e98c46ad4a1d24793c514b4e0c0c3213", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4310, "upload_time": "2015-03-11T21:25:10", "url": "https://files.pythonhosted.org/packages/0f/03/21a5a003254b9356278a09eee20178869d3aae643c4ae2c62b41e63eff2f/sms_utilities-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0c5081a28aa06c13af6ee38b2f846ac4", "sha256": "e0ad57638e24af3d401887c0cb0add9570e3a335ff4b9e53ebb72e38c5e3519b" }, "downloads": -1, "filename": "sms_utilities-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0c5081a28aa06c13af6ee38b2f846ac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4367, "upload_time": "2015-03-11T21:41:53", "url": "https://files.pythonhosted.org/packages/bf/88/8a88bd6c9ffa3dc4f7fab313ccd7aa0804217c81c25879c02e19926bc792/sms_utilities-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c5081a28aa06c13af6ee38b2f846ac4", "sha256": "e0ad57638e24af3d401887c0cb0add9570e3a335ff4b9e53ebb72e38c5e3519b" }, "downloads": -1, "filename": "sms_utilities-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0c5081a28aa06c13af6ee38b2f846ac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4367, "upload_time": "2015-03-11T21:41:53", "url": "https://files.pythonhosted.org/packages/bf/88/8a88bd6c9ffa3dc4f7fab313ccd7aa0804217c81c25879c02e19926bc792/sms_utilities-0.0.3.tar.gz" } ] }