{ "info": { "author": "The Thingdom Team", "author_email": "echo.team@mts.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "What is Thingdom?\r\n=================\r\n\r\n `Thingdom `_ allows you to mobile-enable your product in four lines of code with no need\r\n to develop the iOS and Android apps or create scalable cloud infrastructure.\r\n\r\n `Get Started Now! `_.\r\n\r\n\r\nInstallation\r\n============\r\n\r\n::\r\n\r\n pip install thingdom\r\n\r\n\r\nIdeas for Module Usage\r\n======================\r\n\r\n1. Programmatically trigger push notifications, feed messages, and real-time status updates from your Python app.\r\n2. Remotely monitor any interaction with your Python application.\r\n3. With our quick drop-in integration and simple API calls you can mobile-enable your Python application in a matter of hours, even customizing the mobile experience for your end-users.\r\n\r\n\r\nGetting Started\r\n===============\r\n\r\n::\r\n\r\n from thingdom import Thingdom\r\n\r\n # instantiate Thingdom object and authenticate\r\n thingdom = Thingdom( 'YOUR_API_SECRET' )\r\n\r\n # look-up Thing and get back object\r\n thing = thingdom.get_thing( 'YOUR_THING_NAME' )\r\n\r\n # send a feed message\r\n thing.feed( 'FEED_CATEGORY', 'MESSAGE' )\r\n\r\n # send a status update\r\n thing.status( 'KEY', 'VALUE' )", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thingdomio/thingdom-python", "keywords": "mobile development tools", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "thingdom", "package_url": "https://pypi.org/project/thingdom/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/thingdom/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thingdomio/thingdom-python" }, "release_url": "https://pypi.org/project/thingdom/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "The official Python wrapper for the Thingdom API", "version": "0.1.1" }, "last_serial": 1392090, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "5dd0a7df7666f9ad00151572a7eeb231", "sha256": "34ff6b8b49e54c1e51c5006d32037b0c783eaa16fe8b239f8989c858aae9d92d" }, "downloads": -1, "filename": "thingdom-0.1.1.zip", "has_sig": false, "md5_digest": "5dd0a7df7666f9ad00151572a7eeb231", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13246, "upload_time": "2015-01-22T15:21:05", "url": "https://files.pythonhosted.org/packages/87/6c/67feafc446f0a6f1fbf9f9daed8dfb8e50fe24dee42bc86e2eaefe0ce511/thingdom-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5dd0a7df7666f9ad00151572a7eeb231", "sha256": "34ff6b8b49e54c1e51c5006d32037b0c783eaa16fe8b239f8989c858aae9d92d" }, "downloads": -1, "filename": "thingdom-0.1.1.zip", "has_sig": false, "md5_digest": "5dd0a7df7666f9ad00151572a7eeb231", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13246, "upload_time": "2015-01-22T15:21:05", "url": "https://files.pythonhosted.org/packages/87/6c/67feafc446f0a6f1fbf9f9daed8dfb8e50fe24dee42bc86e2eaefe0ce511/thingdom-0.1.1.zip" } ] }