{ "info": { "author": "Jarid Margolin", "author_email": "jaridmargolin@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "artisan `|Build Status| `_\n======================================================================\n\nCLI build tool to help ease the pain of developing emails.\n\n.. figure:: http://i.cloudup.com/9oBp4FQSRO.jpg\n :align: center\n :alt: Artisan\n\n Artisan\nInstallation\n------------\n\nInstalling from source (from root):\n\n``python setup.py install``\n\nSetup\n-----\n\nArtisan uses a specific directory structure in order to build. Make sure\nyour working directory matches\n\n::\n\n - (Working Directory)\n - artisan.json\n - src\n - masters\n - [master name]\n - index.html\n - images\n - messages\n - [message name]\n - index.html\n - images\n - build (created when artisan ship)\n - preview (created when running artisan craft)\n\nAdd an artisan.json file to your working directory:\n\n::\n\n {\n \"port\": 8080,\n \"aws\": {\n \"aws_access_key_id\": \"ACCESS_KEY\",\n \"aws_secret_access_key\": \"SECRET_KEY\"\n }\n }\n\nUsage\n-----\n\nDevelop:\n~~~~~~~~\n\n``artisan craft``\n\nOptions\n^^^^^^^\n\n\\| Name \\| Short \\| Description \\| Default \\| \\| ------ \\| ----- \\|\n------------------------------------------------------ \\| ----------- \\|\n\\| --cwd \\| -d \\| Dir script is executed from \\| os.getcwd() \\| \\|\n--port \\| -p \\| Port files are served. \\| 8080 \\|\n\nPublish:\n~~~~~~~~\n\n``artisan ship``\n\nTests\n-----\n\nFrom root:\n\n``python setup.py test``\n\nDeveloping\n----------\n\nFrom root:\n\n``python setup.py develop``\n\nTodos\n-----\n\n1. Add to pip\n2. Write tests for S3 sync using fake-s3:\n https://github.com/jubos/fake-s3\n3. Update ship to only push modified images\n\nLicense\n-------\n\nThe MIT License (MIT) Copyright (c) 2013 Jarid Margolin\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n.. |Build Status| image:: https://travis-ci.org/firstopinion/artisan.png", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "firstopinion.github.io/artisan", "keywords": "Artisan,Email,Premailer,Templating", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "email-artisan", "package_url": "https://pypi.org/project/email-artisan/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/email-artisan/", "project_urls": { "Download": "UNKNOWN", "Homepage": "firstopinion.github.io/artisan" }, "release_url": "https://pypi.org/project/email-artisan/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "CLI build tool to help ease the pain of developing emails.", "version": "0.0.1" }, "last_serial": 838700, "releases": { "0.0.1": [] }, "urls": [] }