{ "info": { "author": "Los Angeles Times Data Desk", "author_email": "datadesk@latimes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "calfire-wildfires\n=================\n\nDownload wildfires data from CalFire\n\nInstallation\n------------\n\n::\n\n $ pipenv install calfire-wildfires\n\n\nCommand-line usage\n------------------\n\n::\n\n Usage: calfirewildfires [OPTIONS] COMMAND [ARGS]...\n\n A command-line interface for downloading wildfires data from CalFire.\n\n Returns GeoJSON.\n\n Options:\n --help Show this message and exit.\n\n Commands:\n active-fires The latest active fires\n fires The latest fires, both active and contained\n inactive-fires The latest inactive fires\n\nDownload the latest fires, both active and contained ::\n\n $ calfirewildfires fires\n\nDownload the latest active fires ::\n\n $ calfirewildfires active-fires\n\nDownload the latest inactive fires ::\n\n $ calfirewildfires inactive-fires\n\n\nPython usage\n------------\n\nImport the library. ::\n\n >>> import calfire_wildfires\n\nDownload the latest fires, both active and contained ::\n\n >>> data = calfire_wildfires.get_fires()\n\nDownload the latest active fires ::\n\n >>> data = calfire_wildfires.get_active_fires()\n\nDownload the latest inactive fires ::\n\n >>> data = calfire_wildfires.get_inactive_fires()\n\n\nContributing\n------------\n\nInstall dependencies for development ::\n\n $ pipenv install --dev\n\nRun tests ::\n\n $ make test\n\nShip new version to PyPI ::\n\n $ make ship\n\n\nDeveloping the CLI\n------------------\n\nThe command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as `prescribed by the Click documentation `_. ::\n\n $ pip install --editable .\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/datadesk/calfire-wildfires", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "calfire-wildfires", "package_url": "https://pypi.org/project/calfire-wildfires/", "platform": "", "project_url": "https://pypi.org/project/calfire-wildfires/", "project_urls": { "Homepage": "http://www.github.com/datadesk/calfire-wildfires", "Maintainer": "https://github.com/datadesk", "Source": "https://github.com/datadesk/calfire-wildfires", "Tracker": "https://github.com/datadesk/calfire-wildfires/issues" }, "release_url": "https://pypi.org/project/calfire-wildfires/0.0.2/", "requires_dist": [ "geojson", "click", "requests" ], "requires_python": "", "summary": "Download wildfires data from CalFire", "version": "0.0.2" }, "last_serial": 5466351, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2b028050a066d36896367edf3e09c017", "sha256": "81c936dcef804be00ec2adf9d3c394df2b12a92f9f68d8e1da6205e9857d08e1" }, "downloads": -1, "filename": "calfire_wildfires-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b028050a066d36896367edf3e09c017", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4169, "upload_time": "2019-06-29T20:01:49", "url": "https://files.pythonhosted.org/packages/46/46/bc20d6ae7178071460db94d72068c577b90785fc5c09a3af0d9f02f6bd11/calfire_wildfires-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f6ecb267c52efb8edad36858f3303cf", "sha256": "abd75acbd17b133f5d4048b449306fd5d867429e76d42ca884d5a958c249c3fa" }, "downloads": -1, "filename": "calfire-wildfires-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1f6ecb267c52efb8edad36858f3303cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3428, "upload_time": "2019-06-29T20:01:52", "url": "https://files.pythonhosted.org/packages/56/eb/933b5cd14be984b6be0fbbdf4ec1a645aed24ba1f0952a6317c0b3f8232d/calfire-wildfires-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "22f856260a72d641b7b24edd4edac9d7", "sha256": "f50d1eea4dc3be2f00e086dbbdbd363bb35b124a41dff95cfa72519369d51897" }, "downloads": -1, "filename": "calfire_wildfires-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "22f856260a72d641b7b24edd4edac9d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4210, "upload_time": "2019-06-29T20:47:08", "url": "https://files.pythonhosted.org/packages/ed/f5/3a672d7a23eea50fcfd4e10a6ecce855b6419d6e65521ef34374344e70d8/calfire_wildfires-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f987ef57c1812308c76c0f361dfe6df8", "sha256": "24169cd091022f5d5f2b09ba57224cf74c8b774de111916ebb050b3fc49ab9dd" }, "downloads": -1, "filename": "calfire-wildfires-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f987ef57c1812308c76c0f361dfe6df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3488, "upload_time": "2019-06-29T20:47:10", "url": "https://files.pythonhosted.org/packages/d8/98/5784fba5a0cf6c77518653dc6947ab9b9c81abaec5ec898035d67ec869b9/calfire-wildfires-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22f856260a72d641b7b24edd4edac9d7", "sha256": "f50d1eea4dc3be2f00e086dbbdbd363bb35b124a41dff95cfa72519369d51897" }, "downloads": -1, "filename": "calfire_wildfires-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "22f856260a72d641b7b24edd4edac9d7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4210, "upload_time": "2019-06-29T20:47:08", "url": "https://files.pythonhosted.org/packages/ed/f5/3a672d7a23eea50fcfd4e10a6ecce855b6419d6e65521ef34374344e70d8/calfire_wildfires-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f987ef57c1812308c76c0f361dfe6df8", "sha256": "24169cd091022f5d5f2b09ba57224cf74c8b774de111916ebb050b3fc49ab9dd" }, "downloads": -1, "filename": "calfire-wildfires-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f987ef57c1812308c76c0f361dfe6df8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3488, "upload_time": "2019-06-29T20:47:10", "url": "https://files.pythonhosted.org/packages/d8/98/5784fba5a0cf6c77518653dc6947ab9b9c81abaec5ec898035d67ec869b9/calfire-wildfires-0.0.2.tar.gz" } ] }