{
"info": {
"author": "Jan Dittberner",
"author_email": "jan@dittberner.info",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Topic :: Communications",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities"
],
"description": "About smstrade\n==============\n\nSmstrade is a `Python `_ library that can be used to\nsend SMS via the service of `smstrade.eu `_.\n\nThe http(s) API is documented at\nhttp://www.smstrade.eu/pdf/SMS-Gateway_HTTP_API_v2_en.pdf.\n\nInstallation\n------------\n\nYou can either install smstrade from the `Python Package Index`_ PyPI or from\nthe `Git repository`_.\n\nTo install from PyPI you may use `pip`_::\n\n pip install smstrade\n\nTo install from Git you need to clone the repository and run setup.py::\n\n git clone https://git.gitorious.org/python-smstrade/python-smstrade.git\n cd python-smstrade\n python setup.py develop\n\n.. note:: Be aware that you need write access to you Python installation to\n perform the last step above. You may also use a `virtualenv`_ environment\n to run a sandboxed version of smstrade.\n\n.. _Python Package Index: https://pypi.python.org/pypi/smstrade/\n.. _Git Repository: https://gitorious.org/python-smstrade/python-smstrade\n.. _pip: https://pypi.python.org/pypi/pip/\n.. _virtualenv: https://pypi.python.org/pypi/virtualenv/\n\nUsage\n-----\n\nSending SMS\n...........\n\nYou may either use the API for SMS sending::\n\n import smstrade\n\n api = smstrade.SMSTrade()\n api.key = 'yourkey'\n api.send_sms(['00491701234567'], 'Test message')\n\nor do the same with the command line tool::\n\n smstrade_send --key yourkey 00491701234567 'Test message'\n\nYou get help for the command line tool by running::\n\n smstrade_send -h\n\n.. note::\n\n You can place all the configuration values into an ini file. See\n examples/smstrade.ini for an example. Before you really send SMS messages\n you need to put ``debug = False`` in your smstrade.ini.\n\n The file smstrade.ini is searched in system dependent paths as well as in\n the current directory. The search path is printed when invoking\n :literal:`smstrade_send -h` together with the description of the\n ``--config`` parameter.\n\n The smstrade.ini file is shared with the smstrade_balance tool.\n\nGetting the account balance\n...........................\n\nUse the API for getting your account balance::\n\n import smstrade\n\n api = smstrade.SMSTradeBalanceAPI()\n api.key = 'yourkey'\n balance = api.get_balance()\n\nor do the same with the command line tool::\n\n smstrade_balance --key yourkey\n\n\nLicense\n=======\n\nCopyright (c) 2014 Jan Dittberner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\nChanges\n=======\n\nRelease 0.2.4 (2014-06-04)\n--------------------------\n\n* add Python3 support\n\nRelease 0.2.3 (2014-02-22)\n--------------------------\n\n* exclude tests in setup.py's find_packages\n\nRelease 0.2.2 (2014-02-22)\n--------------------------\n\n* include missing LICENSE and version.txt files in MANIFEST.in\n\nRelease 0.2.1 (2014-02-21)\n--------------------------\n\n* fix typo, use dlr instead of dir\n* improve tests\n\nRelease 0.2 (2014-02-20)\n------------------------\n\n* add support for account balance request\n\nRelease 0.1 (2014-02-20)\n------------------------\n\n* Initial release\n* support for the SMS sending API documented in\n http://www.smstrade.eu/pdf/SMS-Gateway_HTTP_API_v2_en.pdf",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://gitorious.org/python-smstrade",
"keywords": null,
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "smstrade",
"package_url": "https://pypi.org/project/smstrade/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/smstrade/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://gitorious.org/python-smstrade"
},
"release_url": "https://pypi.org/project/smstrade/0.2.4/",
"requires_dist": null,
"requires_python": null,
"summary": "a Python library and command line tool to send SMS via the smstrade service.",
"version": "0.2.4"
},
"last_serial": 1114187,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "abc077ae5f2e99ede33964047d944d85",
"sha256": "02f0943c4649a8208e4015e5ea87ebed1153eaa2eccfcaaef9b0a9d4b42c0c40"
},
"downloads": -1,
"filename": "smstrade-0.1-py27-none-any.whl",
"has_sig": true,
"md5_digest": "abc077ae5f2e99ede33964047d944d85",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 12876,
"upload_time": "2014-02-20T15:17:15",
"url": "https://files.pythonhosted.org/packages/e2/6e/4e5a67b12a284e32e82230be7025c5ff08809c23843b70969b152bb70b39/smstrade-0.1-py27-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "e8b05c10d8e132a437f6edb83ed15883",
"sha256": "0846235d0e5500168acab6060dbf84b0299702dae7ef65989c315f18df9b5d5e"
},
"downloads": -1,
"filename": "smstrade-0.1.tar.gz",
"has_sig": true,
"md5_digest": "e8b05c10d8e132a437f6edb83ed15883",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11390,
"upload_time": "2014-02-20T15:17:10",
"url": "https://files.pythonhosted.org/packages/56/e2/6e957ba43758f8d586473ac00cbfcc29c72c6969f5337694af05216bb4af/smstrade-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "b8f3219c9510538065b3efc8cdfcbcb8",
"sha256": "2f20ecf8e83c7a30d947c91e501f1998005c7ebfc6ff0de6af2ede2a99e4b1e8"
},
"downloads": -1,
"filename": "smstrade-0.2-py27-none-any.whl",
"has_sig": true,
"md5_digest": "b8f3219c9510538065b3efc8cdfcbcb8",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 14604,
"upload_time": "2014-02-20T17:30:07",
"url": "https://files.pythonhosted.org/packages/b9/fc/501aa043c1a4987837a149baff27545354350472c85c5c88824ae0c4b1fd/smstrade-0.2-py27-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "0a1f67f762d6d118c475f53c860bb48c",
"sha256": "6a8a5c8c8611fbd38c361267331dc43b58cd97699851b145db63e0f721eabe91"
},
"downloads": -1,
"filename": "smstrade-0.2.tar.gz",
"has_sig": true,
"md5_digest": "0a1f67f762d6d118c475f53c860bb48c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12769,
"upload_time": "2014-02-20T17:30:02",
"url": "https://files.pythonhosted.org/packages/f6/db/2b5b7a6c2d86b60bab7b4c907eda8eae23aa11b8d582fc7a2d55efa9c3de/smstrade-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "4666bb561ecca932f2a079460782de87",
"sha256": "6e3c7d80fc1dfe1d14a2a44d21b84ffc4602004ea3d4ece294d8dd47a0c2df49"
},
"downloads": -1,
"filename": "smstrade-0.2.1-py27-none-any.whl",
"has_sig": true,
"md5_digest": "4666bb561ecca932f2a079460782de87",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 14775,
"upload_time": "2014-02-21T13:52:52",
"url": "https://files.pythonhosted.org/packages/a3/c1/b39ae7cd69b85356ff790220eb9741466c81fa4b9a8ac36cb276b4615303/smstrade-0.2.1-py27-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "77ec68616ceb38e408bcf8260f095713",
"sha256": "387ae6dbc0f27096f466f18fc8786570902c07b22214ea074de7391dfba996f2"
},
"downloads": -1,
"filename": "smstrade-0.2.1.tar.gz",
"has_sig": true,
"md5_digest": "77ec68616ceb38e408bcf8260f095713",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12896,
"upload_time": "2014-02-21T13:52:48",
"url": "https://files.pythonhosted.org/packages/98/83/e587e6b3cb26c759fd184197448160d1fe49c8236bdba8affef6d983a07d/smstrade-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "e267ad82ce454066881f7ef72e3be8eb",
"sha256": "2c2655f4cff0c3ea8fdf40264c4ef654c4c23180c96ba9f4ee737e6100b273e0"
},
"downloads": -1,
"filename": "smstrade-0.2.2-py27-none-any.whl",
"has_sig": true,
"md5_digest": "e267ad82ce454066881f7ef72e3be8eb",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 14861,
"upload_time": "2014-02-21T15:00:35",
"url": "https://files.pythonhosted.org/packages/08/71/a12c302164e8b2199d6157807333d15351a3ae6fed4ed6a3a0066edb208c/smstrade-0.2.2-py27-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "3e01b5296562756bd1b30a0875c2dccf",
"sha256": "022fbcac6bbc11809df5586320127f64827a4e6f88a5a63d0ddc66eb9ef1f80e"
},
"downloads": -1,
"filename": "smstrade-0.2.2.tar.gz",
"has_sig": true,
"md5_digest": "3e01b5296562756bd1b30a0875c2dccf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13124,
"upload_time": "2014-02-21T15:00:31",
"url": "https://files.pythonhosted.org/packages/e0/e6/a3d2f60b5574362c5dfbdd71b4c46f071a9eef20f7707c234cfd5b87e156/smstrade-0.2.2.tar.gz"
}
],
"0.2.3": [
{
"comment_text": "",
"digests": {
"md5": "b0675abfa6e61752cfc71c02f8b2a3f2",
"sha256": "8e7c34623f2a816d36bd8311b40734bbcd747b382bfaed4486e8b83ed6488ead"
},
"downloads": -1,
"filename": "smstrade-0.2.3-py27-none-any.whl",
"has_sig": true,
"md5_digest": "b0675abfa6e61752cfc71c02f8b2a3f2",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 12530,
"upload_time": "2014-02-21T16:02:03",
"url": "https://files.pythonhosted.org/packages/5f/d8/714ee6b4da8e4222c6537ef3b1ad9e39615e8d2f41b0fd958f42667fbe07/smstrade-0.2.3-py27-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "031bbf2beba2c5a64377b739ee47a25b",
"sha256": "be46a662fa33317858b130dd3e2f0da5b22639e9412c9dcbe60abc752156ac3e"
},
"downloads": -1,
"filename": "smstrade-0.2.3.tar.gz",
"has_sig": true,
"md5_digest": "031bbf2beba2c5a64377b739ee47a25b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13255,
"upload_time": "2014-02-21T16:01:58",
"url": "https://files.pythonhosted.org/packages/d1/07/c4334f15b493dce3d5d80fb8ec5692652a140564b21655e3f5233cf044ee/smstrade-0.2.3.tar.gz"
}
],
"0.2.4": [
{
"comment_text": "",
"digests": {
"md5": "64da60e185f73e022d54f80099ad6faf",
"sha256": "b1991559027e179f96e290283f6f321d914989fce1e0c8146fc79649b96293c3"
},
"downloads": -1,
"filename": "smstrade-0.2.4-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "64da60e185f73e022d54f80099ad6faf",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 11818,
"upload_time": "2014-06-04T20:26:17",
"url": "https://files.pythonhosted.org/packages/9e/83/252dbcf419532af5f3e50f9ee883c5ff4406cff954f5131d9a364fd86fb4/smstrade-0.2.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8a6b1ec7969c76780c4f1c01b96b3531",
"sha256": "c8b1f0d3c4ecd346598297c481b511e475232b3bbc79f40e4cf3c672fafc8150"
},
"downloads": -1,
"filename": "smstrade-0.2.4.tar.gz",
"has_sig": true,
"md5_digest": "8a6b1ec7969c76780c4f1c01b96b3531",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13390,
"upload_time": "2014-06-04T20:26:12",
"url": "https://files.pythonhosted.org/packages/ae/8e/360a0f11c8b9200dbbfc361ffc2d364cfc54830d48b005ee6512c92f7be0/smstrade-0.2.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "64da60e185f73e022d54f80099ad6faf",
"sha256": "b1991559027e179f96e290283f6f321d914989fce1e0c8146fc79649b96293c3"
},
"downloads": -1,
"filename": "smstrade-0.2.4-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "64da60e185f73e022d54f80099ad6faf",
"packagetype": "bdist_wheel",
"python_version": "2.7",
"requires_python": null,
"size": 11818,
"upload_time": "2014-06-04T20:26:17",
"url": "https://files.pythonhosted.org/packages/9e/83/252dbcf419532af5f3e50f9ee883c5ff4406cff954f5131d9a364fd86fb4/smstrade-0.2.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "8a6b1ec7969c76780c4f1c01b96b3531",
"sha256": "c8b1f0d3c4ecd346598297c481b511e475232b3bbc79f40e4cf3c672fafc8150"
},
"downloads": -1,
"filename": "smstrade-0.2.4.tar.gz",
"has_sig": true,
"md5_digest": "8a6b1ec7969c76780c4f1c01b96b3531",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13390,
"upload_time": "2014-06-04T20:26:12",
"url": "https://files.pythonhosted.org/packages/ae/8e/360a0f11c8b9200dbbfc361ffc2d364cfc54830d48b005ee6512c92f7be0/smstrade-0.2.4.tar.gz"
}
]
}