{ "info": { "author": "Chandler Sterling", "author_email": "csterling@cityofpasadena.net", "bugtrack_url": null, "classifiers": [], "description": "===========\nPASGIS - Pasadena GIS Utilities for Python\n===========\n\nUse this package to send emails to the DoIT GIS city email address. You should provide the method three arguments- message text, message subject, and cc, all as strings. You can CC multiple recipients by separating their email addresses by one space, within the same string (see example below).\n\nHow to use the package to send an email and CC one person:\n\nimport pasgis\nmessage_text = \"Hello, this is a message!\"\nmessage_subject = \"Notification! Please read ASAP\"\ncc = \"csterling@cityofpasadena.net\"\n\npasgis.email(message text, message subject, cc)\n\n\nHow to use the package to send an email and CC multiple people:\n\nimport pasgis\n\nmessage_text = \"Hello, this is a message!\"\nmessage_subject = \"Notification! Please read ASAP\"\ncc = \"csterling@cityofpasadena.net jrobinson@cityofpasadena.net kfolkins@cityofpasadena.net\"\n\npasgis.email(message text, message subject, cc)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cityofpasadena.net", "keywords": null, "license": "Python utilities for the City of Pasadena", "maintainer": null, "maintainer_email": null, "name": "pasgis", "package_url": "https://pypi.org/project/pasgis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pasgis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.cityofpasadena.net" }, "release_url": "https://pypi.org/project/pasgis/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.1" }, "last_serial": 1677665, "releases": { "0.1.1": [] }, "urls": [] }