{ "info": { "author": "Retsly Software Inc.", "author_email": "support@rets.ly", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "Python SDK\n==========\n\n`Retsly `__ Python language SDK. Requires Python@2.7.\n\nInstall\n-------\n\nWith ``pip``\n\n.. code:: sh\n\n pip install retsly\n\nUsage\n-----\n\n.. code:: python\n\n from retsly import Client\n\n retsly = Client(\"token\", \"test\");\n\n listings = (\n retsly\n .listings()\n .where('bedrooms', '>', '3')\n .getAll()\n )\n\nAPI\n---\n\nAll classes are in the ``Retsly`` namespace. Most methods are chainable.\n\nClient(token, vendor)\n~~~~~~~~~~~~~~~~~~~~~\n\nA new instance of ``Client`` needs an API token. Optionally set the\nvendor (the MLS data source).\n\nClient.vendor(vendor)\n~~~~~~~~~~~~~~~~~~~~~\n\nSets the vendor to the given value.\n\nClient.listings([query])\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Listings resource.\n\nClient.agents([query])\n~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Agents resource.\n\nClient.offices([query])\n~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Offices resource.\n\nClient.openHouses([query])\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the OpenHouses resource.\n\nClient.assessments([query])\n~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Assessments resource.\n\nClient.transactions([query])\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Transactions resource.\n\nClient.parcels([query])\n~~~~~~~~~~~~~~~~~~~~~~~\n\nReturns a new ``Request`` for the Parcels resource.\n\nRequest.query(query)\n~~~~~~~~~~~~~~~~~~~~\n\nAppends the query to the querystring.\n\n.. code:: python\n\n request.query({bedrooms: 3})\n .query({bathrooms: {gt: 4});\n\nRequest.limit(n)\n~~~~~~~~~~~~~~~~\n\nAlias for ``request.query({limit: n})``;\n\nRequest.offset(n)\n~~~~~~~~~~~~~~~~~\n\nAlias for ``request.query({offset: n})``;\n\nRequest.where(query)\n~~~~~~~~~~~~~~~~~~~~\n\nHelper function for building queries, works with different signatures.\n\n.. code:: python\n\n request.where(['bedrooms', 'lt', 4])\n .where('livingArea', 'gt', 3000)\n .where('baths', 3)\n .where('garageSpaces 2')\n\nRequest.get(id)\n~~~~~~~~~~~~~~~\n\nGet a single document by its id (``id``).\n\nRequest.getAll()\n~~~~~~~~~~~~~~~~\n\nGet an array of documents.\n\nLicense\n-------\n\n(The MIT License)\n\nCopyright (c) 2015 Retsly Software Inc support@rets.ly\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "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/retsly/retsly-python-sdk", "keywords": "retsly python sdk", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "retsly", "package_url": "https://pypi.org/project/retsly/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/retsly/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/retsly/retsly-python-sdk" }, "release_url": "https://pypi.org/project/retsly/1.0.9/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper for the Retsly API (https://rets.ly)", "version": "1.0.9" }, "last_serial": 2655755, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "360b837eec3716cde3184f3341c575a4", "sha256": "6e19e2fbefce5f01b2af90c683a808bfaa5d6b7c18dc6165d963830b012c4fee" }, "downloads": -1, "filename": "retsly-0.0.1.tar.gz", "has_sig": false, "md5_digest": "360b837eec3716cde3184f3341c575a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4118, "upload_time": "2015-11-05T01:16:25", "url": "https://files.pythonhosted.org/packages/dc/e1/19cdb6644de729205e51b7ed544792d90ada778b20b6d084f450c2739fcc/retsly-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7991700b3110e3423e1192d73652572d", "sha256": "6a4e59ef6215735a33a7d981078e372cf27fde8c549f051cc55cb8988f62deac" }, "downloads": -1, "filename": "retsly-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7991700b3110e3423e1192d73652572d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2015-11-05T18:24:26", "url": "https://files.pythonhosted.org/packages/4d/cf/842db4cfa066a27c86f7a37177c2508484fcc794dbe72bad5d24d4381590/retsly-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "d7c5d691d3e89575f86532899930e54c", "sha256": "05ee274459a1f4fec32f19d77900fb056300ae65bc9fdb39f4a4a54db47cc34c" }, "downloads": -1, "filename": "retsly-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d7c5d691d3e89575f86532899930e54c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4571, "upload_time": "2015-11-05T18:29:53", "url": "https://files.pythonhosted.org/packages/30/00/051eab7490874008290ea26fef46e0215fff354e3d17b6d48f53d0a5e43c/retsly-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "20942a3093738d4fb9863a9342948633", "sha256": "46273c0bb0d927dd28c7ce6e2aea79128fd81ba625d7ceed2e6921ac7e530028" }, "downloads": -1, "filename": "retsly-0.2.0.tar.gz", "has_sig": false, "md5_digest": "20942a3093738d4fb9863a9342948633", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4597, "upload_time": "2015-11-05T18:57:21", "url": "https://files.pythonhosted.org/packages/ae/dc/a2d5830245856babb6da4407951ba4021a1e8e54b19e1488cd527628a52a/retsly-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "9efa3d1e9445682fa3615686ad8fd061", "sha256": "d0f0bd9768f47dcc9cbe09d68573aa1676931449f66df91b7e54d2f491731c12" }, "downloads": -1, "filename": "retsly-0.2.1.tar.gz", "has_sig": false, "md5_digest": "9efa3d1e9445682fa3615686ad8fd061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4679, "upload_time": "2015-11-05T19:29:45", "url": "https://files.pythonhosted.org/packages/5b/96/3123c6520dfd34c4ef53c8b483f62b7437c52a0a1faf1d0a8c871d597f0f/retsly-0.2.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "13f4bf31c616c004967c6083f2b084ed", "sha256": "e2bc764a14639b9bb379844fcf61cd91f9398c1f66d3a999f6bee5ce95f26018" }, "downloads": -1, "filename": "retsly-1.0.0.tar.gz", "has_sig": false, "md5_digest": "13f4bf31c616c004967c6083f2b084ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4596, "upload_time": "2015-11-05T19:33:48", "url": "https://files.pythonhosted.org/packages/45/53/6c526c30e0b00868b7bc3071b05fcac9b1b257a0d90df16509191c8c494e/retsly-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "bc1135642ac775eee3d6ffbefde2a91d", "sha256": "6fac2ead99491abc6c05dca275fe244e47641d83f89c1c8bfdd4dee986d2c2ca" }, "downloads": -1, "filename": "retsly-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bc1135642ac775eee3d6ffbefde2a91d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4879, "upload_time": "2015-11-05T20:02:41", "url": "https://files.pythonhosted.org/packages/25/d7/eac765e7c15945e133d60d8f52ce9ec2bd264f22ee73498b63b9fb90991e/retsly-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "31b3a2a5e7ba6d7f2d580bcf5155273c", "sha256": "38ea4729efe5f68a173e00579c653ffced49027f68d56f33495a28f1ee051ab8" }, "downloads": -1, "filename": "retsly-1.0.2.tar.gz", "has_sig": false, "md5_digest": "31b3a2a5e7ba6d7f2d580bcf5155273c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4911, "upload_time": "2015-11-05T20:43:24", "url": "https://files.pythonhosted.org/packages/fe/26/979991d7b9612ee90e40e8c94fb3b0a5482899cba91b55cb234505f47339/retsly-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "4db088d1f8577b018a0b802c8df90da8", "sha256": "042e511096cbaf80e525bfcd873a5064a0f1477012ed5263815c1537ccc5e997" }, "downloads": -1, "filename": "retsly-1.0.3.tar.gz", "has_sig": false, "md5_digest": "4db088d1f8577b018a0b802c8df90da8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4916, "upload_time": "2015-11-05T21:26:09", "url": "https://files.pythonhosted.org/packages/c7/0a/dd7c86f909a9630ec564dea1dbba1757cfe8567617acfe2385fdc2dfde3e/retsly-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "281b756de3baa77b21626fd6d3c8357c", "sha256": "1a3934d6ac3b16a5ed1793cc0ed19a6e5f36a7e392e92cf79923bb8630990496" }, "downloads": -1, "filename": "retsly-1.0.4.tar.gz", "has_sig": false, "md5_digest": "281b756de3baa77b21626fd6d3c8357c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4917, "upload_time": "2015-11-08T16:46:39", "url": "https://files.pythonhosted.org/packages/3a/f1/9ad4e9a8a05801b7cea2ea4037e71b32800315a026f8460c91600eeafe35/retsly-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cf4cefd8f1d2715cf482011cb2c088b8", "sha256": "deee93c9f868aa7b919cdb209c0e67d4021f9ee9992d83a57e353c4eb77c2ea7" }, "downloads": -1, "filename": "retsly-1.0.5.tar.gz", "has_sig": false, "md5_digest": "cf4cefd8f1d2715cf482011cb2c088b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4914, "upload_time": "2015-11-08T16:52:12", "url": "https://files.pythonhosted.org/packages/5a/1c/af64090dd41efc28b0b90ff37456cb7f308c965f64f5931f6af8e883a945/retsly-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "a24806945be2cb5d0f3cf07e7a9bd319", "sha256": "91f90352aaba99bf11f99a096fffe8a28469ae8d2295720411a66fbd0336547a" }, "downloads": -1, "filename": "retsly-1.0.6.tar.gz", "has_sig": false, "md5_digest": "a24806945be2cb5d0f3cf07e7a9bd319", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4672, "upload_time": "2017-02-07T22:34:26", "url": "https://files.pythonhosted.org/packages/5d/7e/14746dbcce2b9014a0efaa0a0593817e16351b6f915afe771af146610573/retsly-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "dc68243f61f03675b4dd843510e90807", "sha256": "9cded6f45b6b7df902e51aa87027177a2c46d80341d53cb1351d7fae42d59e44" }, "downloads": -1, "filename": "retsly-1.0.7.tar.gz", "has_sig": false, "md5_digest": "dc68243f61f03675b4dd843510e90807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4923, "upload_time": "2017-02-07T22:35:51", "url": "https://files.pythonhosted.org/packages/56/5e/0c41fb41d55d91d868e228830336bdbae3498a5064de92f27257da289d57/retsly-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "e50f81f152befc5c356e2cc51b69fcdc", "sha256": "63b477de0df55c79f7e0b16ea2bfc12396eeca931a3740abcb226052cf73d048" }, "downloads": -1, "filename": "retsly-1.0.8.tar.gz", "has_sig": false, "md5_digest": "e50f81f152befc5c356e2cc51b69fcdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939, "upload_time": "2017-02-20T18:48:53", "url": "https://files.pythonhosted.org/packages/25/f5/531a270afa157ac1bfa6c9f28ec21a4cb940ec54f01a67b16733111996e8/retsly-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "4ed68d016a0600c05f83566ef97d5baf", "sha256": "1464f187c05097cbd57fa13e279660721ac52e02d4d377bc94066ed8d01feb70" }, "downloads": -1, "filename": "retsly-1.0.9.tar.gz", "has_sig": false, "md5_digest": "4ed68d016a0600c05f83566ef97d5baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4948, "upload_time": "2017-02-20T19:09:52", "url": "https://files.pythonhosted.org/packages/7c/58/9fa796f81b923c352eaf6a10ce809a20480435ede95864da96fd5b89a621/retsly-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ed68d016a0600c05f83566ef97d5baf", "sha256": "1464f187c05097cbd57fa13e279660721ac52e02d4d377bc94066ed8d01feb70" }, "downloads": -1, "filename": "retsly-1.0.9.tar.gz", "has_sig": false, "md5_digest": "4ed68d016a0600c05f83566ef97d5baf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4948, "upload_time": "2017-02-20T19:09:52", "url": "https://files.pythonhosted.org/packages/7c/58/9fa796f81b923c352eaf6a10ce809a20480435ede95864da96fd5b89a621/retsly-1.0.9.tar.gz" } ] }