{ "info": { "author": "Oleg Yurchik", "author_email": "oleg.yurchik@protonmail.com", "bugtrack_url": null, "classifiers": [], "description": "# aiocian\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](\nhttps://github.com/OlegYurchik/aiocian/blob/master/LICENSE)\n[![built with Python3](https://img.shields.io/badge/built%20with-Python3-red.svg)](\nhttps://www.python.org/)\n## Description\nUnofficial library for interaction with [Cian](https://cian.ru)\n\nContents\n=================\n* [Release Notes](#release-notes)\n * [0.0.1](#version-0-0-1)\n* [Getting Started](#getting-started)\n * [Installation from pip](#installation-from-pip)\n * [Installation from GitHub](#installation-from-github)\n * [Quick Start](#quick-start)\n## Release Notes\n### Version 0.0.1\n* Created library\n* Add simple search\n## Getting Started\n### Installation from pip\nFor installation botovod library from pip you should have pip with python (prefer python3.6 or\nlater)\n```bash\npip install aiocian\n```\n### Installation from GitHub\nTo basic installation from GitHub repository you should have git, python3 (prefer python3.6 or\nlater), pip (optionally) in your system\n```bash\ngit clone https://github.com/OlegYurchik/aiocian.git\ncd aiocian\npip install .\n```\nor\n```bash\ngit clone https://github.com/OlegYurchik/aiocian.git\ncd aiocian\npython setup.py install\n```\n### Quick Start\nAfter installation, you can use the library in your code. Below is a sneak example of using the\nlibrary\n```python3\nfrom aiocian import BUY, CianClient, FLAT, SPB\nimport asyncio\n\n\nasync def main():\n async with CianClient() as client:\n search = client.search(region=SPB, action=BUY, places=(FLAT,))\n\n async for result in search:\n print(result)\n\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(main)\nloop.close()\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OlegYurchik/aiocian", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "aiocian", "package_url": "https://pypi.org/project/aiocian/", "platform": "", "project_url": "https://pypi.org/project/aiocian/", "project_urls": { "Homepage": "https://github.com/OlegYurchik/aiocian" }, "release_url": "https://pypi.org/project/aiocian/0.0.1/", "requires_dist": [ "aiohttp", "requests" ], "requires_python": "", "summary": "", "version": "0.0.1" }, "last_serial": 5956882, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8255336e4004289880d398368c72abfc", "sha256": "02be9036a91aced6ae0fce658f71c05f103f7cee91a3abc12ed0b85a98bd33a6" }, "downloads": -1, "filename": "aiocian-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8255336e4004289880d398368c72abfc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6322, "upload_time": "2019-10-10T20:42:58", "url": "https://files.pythonhosted.org/packages/78/c0/ca1e12ff1adf92bcb73652dfe5562ad7f605d095eec3856e176004833a23/aiocian-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e792e47c4f63ad559d427aba68b9aef", "sha256": "38f524c4774e0ea48393ed0769bbedd69057ced5423cf7cdf7b5ca1b12d095e5" }, "downloads": -1, "filename": "aiocian-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0e792e47c4f63ad559d427aba68b9aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4704, "upload_time": "2019-10-10T20:43:01", "url": "https://files.pythonhosted.org/packages/41/17/2ab732287f733bc276274681d6cd109bbb649ca8b8a760f333e780b564c4/aiocian-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8255336e4004289880d398368c72abfc", "sha256": "02be9036a91aced6ae0fce658f71c05f103f7cee91a3abc12ed0b85a98bd33a6" }, "downloads": -1, "filename": "aiocian-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8255336e4004289880d398368c72abfc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6322, "upload_time": "2019-10-10T20:42:58", "url": "https://files.pythonhosted.org/packages/78/c0/ca1e12ff1adf92bcb73652dfe5562ad7f605d095eec3856e176004833a23/aiocian-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e792e47c4f63ad559d427aba68b9aef", "sha256": "38f524c4774e0ea48393ed0769bbedd69057ced5423cf7cdf7b5ca1b12d095e5" }, "downloads": -1, "filename": "aiocian-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0e792e47c4f63ad559d427aba68b9aef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4704, "upload_time": "2019-10-10T20:43:01", "url": "https://files.pythonhosted.org/packages/41/17/2ab732287f733bc276274681d6cd109bbb649ca8b8a760f333e780b564c4/aiocian-0.0.1.tar.gz" } ] }