{ "info": { "author": "Michael Anderson", "author_email": "mbanderson@uwalumni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Utilities" ], "description": "=============\nSimpleMapPlot\n=============\n\nThis package allows you to easily create a colored map of US States or counties. For example::\n\n import simplemapplot\n\n example_colors = [\"#FC8D59\",\"#FFFFBF\",\"#99D594\"]\n state_value = {\"TX\":2, \"WI\":1, \"IL\":1, \"AK\":0, \"MI\":0, \"HI\":2}\n make_us_state_map(data=state_value, colors=example_colors)\n\nThis creates a colored US state map (SVG file) in the same directory.\n\nInstalling\n============\n\nSimply use pip::\n\n pip install SimpleMapPlot\n\nOther Examples\n==============\n\nCreate a colored world map::\n\n import simplemapplot\n\n example_colors = [\"#FC8D59\",\"#FFFFBF\",\"#99D594\"]\n country_value = {\"us\":1, \"au\":2, \"gb\":0}\n make_world_country_map(data=country_value, colors=example_colors)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/simplemapplot/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "simplemapplot", "package_url": "https://pypi.org/project/simplemapplot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simplemapplot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/simplemapplot/" }, "release_url": "https://pypi.org/project/simplemapplot/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Simple functions for coloring maps", "version": "1.0.3" }, "last_serial": 799586, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "44484ab35bb062da34c16be73519520f", "sha256": "c48e1905b265702167690c43f61587a11508ca76dbba7be7a4fbd823411b55fb" }, "downloads": -1, "filename": "simplemapplot-1.0.tar.gz", "has_sig": false, "md5_digest": "44484ab35bb062da34c16be73519520f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2634, "upload_time": "2012-04-23T01:29:42", "url": "https://files.pythonhosted.org/packages/2d/39/b8aa745f3de9a945679d37c43506af4a65a4cf0711ca264a0dee026aeb5e/simplemapplot-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ae50d7f7292d136f7b473d6b157e0ade", "sha256": "c933977e20ac03a46f3f6e700084000a5e008edca6268433fe370144a3dd5d12" }, "downloads": -1, "filename": "simplemapplot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ae50d7f7292d136f7b473d6b157e0ade", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2678, "upload_time": "2012-04-23T01:32:42", "url": "https://files.pythonhosted.org/packages/17/c2/90d903e3fb06e24d6bb537207222a6d536b68c0619fbf66e41b32d2f1b37/simplemapplot-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b982975ad236f87939f373ce5e79160c", "sha256": "0e227eb4fe658fffe4aec8d6266afa0fd8f4b71c5ff021225b4fc2ac36b5e970" }, "downloads": -1, "filename": "simplemapplot-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b982975ad236f87939f373ce5e79160c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2874, "upload_time": "2012-04-23T03:48:32", "url": "https://files.pythonhosted.org/packages/64/08/e3577d20022376e2eadaae6638a03e5ea72c3b55222d04798f3e8c4f05fe/simplemapplot-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "602083d263f6c00ad6b541748283c838", "sha256": "a2643c959197d18dfce89d3f5b7e94f31f9477725efc47b0155eb2c035addb6a" }, "downloads": -1, "filename": "simplemapplot-1.0.3.tar.gz", "has_sig": false, "md5_digest": "602083d263f6c00ad6b541748283c838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 993487, "upload_time": "2013-05-07T16:04:35", "url": "https://files.pythonhosted.org/packages/80/61/75e2a6cfeb113c793c0e957b8253ef1d6178e7c9a3f04976fb7229ec9363/simplemapplot-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "602083d263f6c00ad6b541748283c838", "sha256": "a2643c959197d18dfce89d3f5b7e94f31f9477725efc47b0155eb2c035addb6a" }, "downloads": -1, "filename": "simplemapplot-1.0.3.tar.gz", "has_sig": false, "md5_digest": "602083d263f6c00ad6b541748283c838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 993487, "upload_time": "2013-05-07T16:04:35", "url": "https://files.pythonhosted.org/packages/80/61/75e2a6cfeb113c793c0e957b8253ef1d6178e7c9a3f04976fb7229ec9363/simplemapplot-1.0.3.tar.gz" } ] }