{ "info": { "author": "myjiayan", "author_email": "ludlows@foxmail.com", "bugtrack_url": null, "classifiers": [], "description": "#coding:utf8\r\nDescription:\r\n The chinaAQI means china city Air Quality Index which is announced by china government\r\n everday since 1st.Jan.2014.\r\n Each row contains six elements:\r\n (1.number 2.city name 3.date 4.air quality index 5.air quality degree 6.primary pollutan)\r\n '1', '\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd', '2015-12-28', '149', '\ufffd\ufffd\ufffd\ufffd\ufffd\u023e', 'PM2.5'\r\nHow to use:\r\n Python version: 3.0 or above\r\n pip install chinaAQI\r\n import datetime\r\n import chinaAQI\r\n city = '\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd'\r\n start = datetime.date(2015,1,1)\r\n end = datetime.date(2016,1,1)\r\n crawler = chinaAQI.Crawler(city, start, end)\r\n crawler.scrapy()\r\n print(crawler.data)\r\nConntact me:\r\n ludlows@foxmail.com\r\n https://github.com/ludlows/chinaAQI\r\n", "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/ludlows/chinaAQI", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "chinaAQI", "package_url": "https://pypi.org/project/chinaAQI/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/chinaAQI/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ludlows/chinaAQI" }, "release_url": "https://pypi.org/project/chinaAQI/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "the data scrapied from http://datacenter.mep.gov.cn/report/air_daily/air_dairy.jsp?", "version": "0.1.2" }, "last_serial": 2006426, "releases": { "0.1.1": [], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f468b9ec4025f2363c705ce8c16a9505", "sha256": "b498666efef1eb8a02e8d08e2c9ee9133bd951614824b064ee72b14b60597817" }, "downloads": -1, "filename": "chinaAQI-0.1.2.zip", "has_sig": false, "md5_digest": "f468b9ec4025f2363c705ce8c16a9505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3093, "upload_time": "2016-03-14T18:18:45", "url": "https://files.pythonhosted.org/packages/ad/1b/f47835c98cd2590ac3c0691d39d83f7093c0ec16a7a8c69285d12ce9d3f4/chinaAQI-0.1.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f468b9ec4025f2363c705ce8c16a9505", "sha256": "b498666efef1eb8a02e8d08e2c9ee9133bd951614824b064ee72b14b60597817" }, "downloads": -1, "filename": "chinaAQI-0.1.2.zip", "has_sig": false, "md5_digest": "f468b9ec4025f2363c705ce8c16a9505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3093, "upload_time": "2016-03-14T18:18:45", "url": "https://files.pythonhosted.org/packages/ad/1b/f47835c98cd2590ac3c0691d39d83f7093c0ec16a7a8c69285d12ce9d3f4/chinaAQI-0.1.2.zip" } ] }