{ "info": { "author": "Kaleo Cheng", "author_email": "kaleocheng@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# craftdot\n\ncraftdot is a wapper of graphviz to get pretty diagram for your architecture/services diagrams.\n\n\n## Install\n\n```bash\n$ pip install craftdot\n```\n\n> craftdot just output the graphviz code(dot file), you need to render the dot file by yourself. install graphviz on local or use graphviz online tools.\n\n\n## Useage\n\nyou can find example in `example/`, then\n\n```bash\n$ craftdot example/multi-groups.yml > example/multi-groups.dot\n\n# render the dot file to pdf\n$ dot -Tpdf example/multi-groups.dot -o example/multi-groups.pdf\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kaleocheng/craftdot", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "craftdot", "package_url": "https://pypi.org/project/craftdot/", "platform": "", "project_url": "https://pypi.org/project/craftdot/", "project_urls": { "Homepage": "https://github.com/kaleocheng/craftdot" }, "release_url": "https://pypi.org/project/craftdot/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "easily to make pretty graphviz diagram", "version": "0.0.4" }, "last_serial": 5215206, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c805a5ce56c380a3b7e9103bac1dda0d", "sha256": "f99d269bc116076adfb42f46377f0242d622201594245c4436869292109f0474" }, "downloads": -1, "filename": "craftdot-0.0.1-py3.7.egg", "has_sig": false, "md5_digest": "c805a5ce56c380a3b7e9103bac1dda0d", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 3779, "upload_time": "2019-05-01T05:24:10", "url": "https://files.pythonhosted.org/packages/87/e5/1ebf5ab6056996c86ee5ed4bc4c0dc17239669553d726c14e634e3ffe79d/craftdot-0.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "89cdb5604e9cd46b12640c99f03bf072", "sha256": "e3fc16c43c2050d3529da37072b38dd9d48aa9ce9dfb82d263056feb13fb5120" }, "downloads": -1, "filename": "craftdot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "89cdb5604e9cd46b12640c99f03bf072", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1828, "upload_time": "2019-05-01T05:24:14", "url": "https://files.pythonhosted.org/packages/1e/29/0d91e3334a471e99dc8167b1c24fbd5219f882ed5411b01be1522198e5c2/craftdot-0.0.1.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "cd33826cbd061909b7bb19a03ff38ec3", "sha256": "4aac812399b6e6b38a04e81bfa94f20f637ed7616f795159d83b235039951923" }, "downloads": -1, "filename": "craftdot-0.0.3.tar.gz", "has_sig": false, "md5_digest": "cd33826cbd061909b7bb19a03ff38ec3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2314, "upload_time": "2019-05-02T03:11:55", "url": "https://files.pythonhosted.org/packages/e9/d3/34b627e66f5b32db50cac1a75c729fd6b387fa0a3996eb98e6628d5ae695/craftdot-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "35fb2656f4e8df6c5191c4d45836ab2d", "sha256": "d89de2c896cfcdd923c03f720cc0d80fa9d338fe489dd59fff1652b73ad75a1a" }, "downloads": -1, "filename": "craftdot-0.0.4.tar.gz", "has_sig": false, "md5_digest": "35fb2656f4e8df6c5191c4d45836ab2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2343, "upload_time": "2019-05-02T03:19:34", "url": "https://files.pythonhosted.org/packages/79/f9/fd02bce8232dbffafbf5dd4ad8c92b101f76165c2e6f76b5cee3067bac92/craftdot-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35fb2656f4e8df6c5191c4d45836ab2d", "sha256": "d89de2c896cfcdd923c03f720cc0d80fa9d338fe489dd59fff1652b73ad75a1a" }, "downloads": -1, "filename": "craftdot-0.0.4.tar.gz", "has_sig": false, "md5_digest": "35fb2656f4e8df6c5191c4d45836ab2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2343, "upload_time": "2019-05-02T03:19:34", "url": "https://files.pythonhosted.org/packages/79/f9/fd02bce8232dbffafbf5dd4ad8c92b101f76165c2e6f76b5cee3067bac92/craftdot-0.0.4.tar.gz" } ] }