{ "info": { "author": "Manuel Barkhau", "author_email": "mbarkhau@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# [Markdown aafigure][repo_ref]\n\nThis is an extension for [Python Markdown](https://python-markdown.github.io/)\nwhich renders diagrams using [aafigure](https://aafigure.readthedocs.io/).\n\nProject/Repo:\n\n[![MIT License][license_img]][license_ref]\n[![Supported Python Versions][pyversions_img]][pyversions_ref]\n[![PyCalVer v201907.0006][version_img]][version_ref]\n[![PyPI Version][pypi_img]][pypi_ref]\n[![PyPI Downloads][downloads_img]][downloads_ref]\n\nCode Quality/CI:\n\n[![Build Status][build_img]][build_ref]\n[![Type Checked with mypy][mypy_img]][mypy_ref]\n[![Code Coverage][codecov_img]][codecov_ref]\n[![Code Style: sjfmt][style_img]][style_ref]\n\n\n| Name | role | since | until |\n|-------------------------------------|-------------------|---------|-------|\n| Manuel Barkhau (mbarkhau@gmail.com) | author/maintainer | 2018-05 | - |\n\n\n*INFO*: You may want to consider using the [markdown-svgbob](https://pypi.org/project/markdown-svgbob/) extension instead of this one. svgbob has an [online editor](https://ivanceras.github.io/svgbob-editor/) and supports a wider range of shapes and diagrams. Its main disadvantage is that it \"only\" has builtin support for x86_64 on Windows, Linux and Mac, in contrast to aafigure which is pure python and supported everywhere.\n\n\n## Install\n\n```bash\n$ pip install markdown-aafigure\n$ pip install Pillow # only if you want to render as png\n```\n\n\n## Use\n\nIn your markdown text you can define the block:\n\n ```aafigure\n +-----+ ^\n | | |\n --->+ +---o--->\n | | |\n +-----+ V\n ```\n\nParameters can be set for individual figures.\n[Availabale parameters](https://aafigure.readthedocs.io/en/latest/sphinxext.html#options)\n\n ```aafigure {\"foreground\": \"#ff0000\"}\n +-----+ ^\n | | |\n --->+ +---o--->\n | | |\n +-----+ V\n ```\n\n\n## Development/Testing\n\n```bash\n$ git clone https://gitlab.com/mbarkhau/markdown_aafigure\n$ cd markdown_aafigure\n$ make install\n$ make lint mypy test\n```\n\n\n## MkDocs Integration\n\nIn your `mkdocs.yml` add this to markdown_extensions.\n\n```yaml\nmarkdown_extensions:\n - markdown_aafigure:\n tag_type: inline_svg\n```\n\nValid options for `tag_type` are `inline_svg` (the default), `img_utf8_svg`, `img_base64_svg`, `img_base64_png`.\n\n\n[repo_ref]: https://gitlab.com/mbarkhau/markdown_aafigure\n\n[build_img]: https://gitlab.com/mbarkhau/markdown_aafigure/badges/master/pipeline.svg\n[build_ref]: https://gitlab.com/mbarkhau/markdown_aafigure/pipelines\n\n[codecov_img]: https://gitlab.com/mbarkhau/markdown_aafigure/badges/master/coverage.svg\n[codecov_ref]: https://mbarkhau.gitlab.io/markdown_aafigure/cov\n\n[license_img]: https://img.shields.io/badge/License-MIT-blue.svg\n[license_ref]: https://gitlab.com/mbarkhau/markdown_aafigure/blob/master/LICENSE\n\n[mypy_img]: https://img.shields.io/badge/mypy-checked-green.svg\n[mypy_ref]: https://mbarkhau.gitlab.io/markdown_aafigure/mypycov\n\n[style_img]: https://img.shields.io/badge/code%20style-%20sjfmt-f71.svg\n[style_ref]: https://gitlab.com/mbarkhau/straitjacket/\n\n[pypi_img]: https://img.shields.io/badge/PyPI-wheels-green.svg\n[pypi_ref]: https://pypi.org/project/markdown_aafigure/#files\n\n[downloads_img]: https://pepy.tech/badge/markdown-aafigure/month\n[downloads_ref]: https://pepy.tech/project/markdown-aafigure\n\n[version_img]: https://img.shields.io/static/v1.svg?label=PyCalVer&message=v201907.0006&color=blue\n[version_ref]: https://pypi.org/project/pycalver/\n\n[pyversions_img]: https://img.shields.io/pypi/pyversions/markdown_aafigure.svg\n[pyversions_ref]: https://pypi.python.org/pypi/markdown_aafigure\n\n\n\n# Changelog for https://gitlab.com/mbarkhau/markdown_aafigure\n\n## v201907.0006\n\n - Fix: don't require typing package for py<35\n\n\n## v201904.0005\n\n - Add: Support for inline svg\n - Add: `tag_type` option for better control of embedding\n - Depricated: `format` parameter\n\n\n## v201904.0004\n\n - Add: Support of format: png extension configuration (requires Pillow)\n - Fix: Use base64 encoding for image uri\n\n\n## v201904.0003\n\n - Fix #3: escape xml in image data uri\n - Fix: cleanup debug output\n - Change: Move to gitlab.com/mbarkhau/markdown-aafigure\n - Change: Switch to pycalver\n - Change: Project packaging updates\n\n\n## 0.2.0 (2018-05-28)\n\n - Initial release\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/mbarkhau/markdown_aafigure", "keywords": "markdown aafigure extension", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "markdown-aafigure", "package_url": "https://pypi.org/project/markdown-aafigure/", "platform": "", "project_url": "https://pypi.org/project/markdown-aafigure/", "project_urls": { "Homepage": "https://gitlab.com/mbarkhau/markdown_aafigure" }, "release_url": "https://pypi.org/project/markdown-aafigure/201907.6/", "requires_dist": [ "Markdown", "aafigure", "typing" ], "requires_python": "", "summary": "aafigure extension for Python Markdown", "version": "201907.6" }, "last_serial": 5595953, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "6fd066ee6b88e333393771c3e125774b", "sha256": "b195e8f66339bdd1116af7acc4366a8b950f533b7f874889b55284f24e75b55a" }, "downloads": -1, "filename": "markdown_aafigure-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6fd066ee6b88e333393771c3e125774b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4130, "upload_time": "2018-05-24T10:02:16", "url": "https://files.pythonhosted.org/packages/17/6b/7dae50b65840613a1b28e14f4a020f213df572a5686686055a13cf1f63b3/markdown_aafigure-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a4d7ccefc298fa88d90071ef2c77f42", "sha256": "fc1edb150e6b52ef460a0a0b6683850ae406747b9488036535d6eeba7b28cde2" }, "downloads": -1, "filename": "markdown_aafigure-0.1.3-py3.6.egg", "has_sig": false, "md5_digest": "4a4d7ccefc298fa88d90071ef2c77f42", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 6182, "upload_time": "2018-05-24T10:02:18", "url": "https://files.pythonhosted.org/packages/84/0b/b7a1c7a7fe2cd8553a0e4fa555a8dc94f2249a0a83ac969e2ac0fc31ae33/markdown_aafigure-0.1.3-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "d001d0069f8eef2084f4c5de64933636", "sha256": "491be255e33cc0755deacc86344768d64a71f0af744510a8de1bc70e918864bb" }, "downloads": -1, "filename": "markdown-aafigure-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d001d0069f8eef2084f4c5de64933636", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3504, "upload_time": "2018-05-24T10:02:17", "url": "https://files.pythonhosted.org/packages/1e/e8/b5f5da708e8aa7f1fe9a4b84ef401142e66a9ed657779a84cae12524fc67/markdown-aafigure-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7e2fa15bb73b0a134819270de5999cb2", "sha256": "e94ae0c710361a8fa766ba709b3f73ffa5f027936fba9a4e7f43022144abf8b9" }, "downloads": -1, "filename": "markdown_aafigure-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7e2fa15bb73b0a134819270de5999cb2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3359, "upload_time": "2018-05-24T10:05:55", "url": "https://files.pythonhosted.org/packages/bc/c0/2aa7c0b1124dff1e13a36a8a45ece267a7862ed3acedaf46fabd3d56f9c1/markdown_aafigure-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93835376a690c47dc93e762b45f134a9", "sha256": "703b01482a6f03f0e1b5beace29219a33af67ef082f750afbd2cad380a7a4baa" }, "downloads": -1, "filename": "markdown-aafigure-0.1.4.tar.gz", "has_sig": false, "md5_digest": "93835376a690c47dc93e762b45f134a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3473, "upload_time": "2018-05-24T10:05:56", "url": "https://files.pythonhosted.org/packages/69/67/8cca9149076bf2aa357a780748bd434068c0895aac550fbebef25ce750d8/markdown-aafigure-0.1.4.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "113d9911df9d9b1c72683b4940d89c51", "sha256": "35091f8d09ae651ae6644c1412edcc4da58b65b900185cc95471b1fbe04d2024" }, "downloads": -1, "filename": "markdown_aafigure-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "113d9911df9d9b1c72683b4940d89c51", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3357, "upload_time": "2018-05-24T10:50:03", "url": "https://files.pythonhosted.org/packages/06/42/79f66203c6d5fc8c953d4e4a1598a74645ba48b71e50b8cb76ecf7b62654/markdown_aafigure-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "801312c263622e973e715fb1d620deda", "sha256": "581bd973ac4f90a150e2f7eb270a387ed3af2e82e8e65119162a871985934b2a" }, "downloads": -1, "filename": "markdown-aafigure-0.1.6.tar.gz", "has_sig": false, "md5_digest": "801312c263622e973e715fb1d620deda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2018-05-24T10:50:04", "url": "https://files.pythonhosted.org/packages/29/21/c4c5248221e69473b6b23598766983fc421f25977408d5488f8ebf581ddc/markdown-aafigure-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "422e8a8e5a81882caa2390057d9fc86c", "sha256": "637b6e4a6535d7e8cad0cd07dea34f2aad7f391a9731dbaaa68af1b850fa62ca" }, "downloads": -1, "filename": "markdown_aafigure-0.1.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "422e8a8e5a81882caa2390057d9fc86c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3358, "upload_time": "2018-05-24T11:16:22", "url": "https://files.pythonhosted.org/packages/82/71/cddf2867ee72862df06c951ab9eb718a0892380a2cf1f8ddd3e4f2996b92/markdown_aafigure-0.1.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86bf7fd3f910c1b96883fbd9a2b400db", "sha256": "087b1415b31cc0691167e4bb5f25af920733378fe1d4a6c4a11eaca060e2fd1b" }, "downloads": -1, "filename": "markdown-aafigure-0.1.7.tar.gz", "has_sig": false, "md5_digest": "86bf7fd3f910c1b96883fbd9a2b400db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3617, "upload_time": "2018-05-24T11:16:24", "url": "https://files.pythonhosted.org/packages/a3/4d/3306238fd889b5d6a1641a8a55c182dc8ffe976a209a93a8a713ad310aad/markdown-aafigure-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "549ab9fe587650ddefe754f482d10905", "sha256": "adaa9b44bb6c89953841f4ae8ac4d998ff85fe006bcf5b1a0f743b59e1de1abb" }, "downloads": -1, "filename": "markdown_aafigure-0.1.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "549ab9fe587650ddefe754f482d10905", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4182, "upload_time": "2018-05-24T11:42:06", "url": "https://files.pythonhosted.org/packages/3f/c1/ae23d24f4ca6e80c3eb8a25a38e45cf7ead31ccf9f2cac7fe29a281b2f5d/markdown_aafigure-0.1.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e2669ed934191dffad30386e3a1c685d", "sha256": "b5f5b5d123d53480c2d4ed9d0d936e57a88872fbf3db5e789b45d4611f160c1d" }, "downloads": -1, "filename": "markdown-aafigure-0.1.8.tar.gz", "has_sig": false, "md5_digest": "e2669ed934191dffad30386e3a1c685d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3654, "upload_time": "2018-05-24T11:42:05", "url": "https://files.pythonhosted.org/packages/ff/66/76d81ed4925ea77bbc65bab4142ef88d975984a84f958e3b8db9e0ce06b7/markdown-aafigure-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "a587f423e6f9f7695e4ca14ff90a68cd", "sha256": "c664761a22ee60ea2341dd9365326c0e80c6de54991df37846ec052ecd4b3116" }, "downloads": -1, "filename": "markdown_aafigure-0.1.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a587f423e6f9f7695e4ca14ff90a68cd", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 4184, "upload_time": "2018-05-24T11:44:37", "url": "https://files.pythonhosted.org/packages/91/75/148a81f38851a645476904b2bec9893b7153074fe287d8693cbb73b58dd7/markdown_aafigure-0.1.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "810440e9ef365e922bdd321641140382", "sha256": "88e10aef4853542fa20217053f9cf88679989eb094d53891b2d9259733f3c4fc" }, "downloads": -1, "filename": "markdown-aafigure-0.1.9.tar.gz", "has_sig": false, "md5_digest": "810440e9ef365e922bdd321641140382", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3649, "upload_time": "2018-05-24T11:44:35", "url": "https://files.pythonhosted.org/packages/a8/8f/9eba77e77aa11410841472e3b88b6164d53d86606cb19a1543450538bd2b/markdown-aafigure-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "0646b5b59de9322016dabc4a15b017e9", "sha256": "fdeaf7131d3ff9d5998ef2cc1384260e049d54b0bea0a9222511ffb9638d02b6" }, "downloads": -1, "filename": "markdown_aafigure-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0646b5b59de9322016dabc4a15b017e9", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 4319, "upload_time": "2018-05-28T18:30:17", "url": "https://files.pythonhosted.org/packages/63/02/7720ce1d6fac5fd7172bb848daff98c15d758d32efdca5c4d5eec4880c6a/markdown_aafigure-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b42ee41809f11048b2813b9430488682", "sha256": "8300927db72a1df7e8b28978829c91e439245ce59d91b3a757ac5de6e3c43314" }, "downloads": -1, "filename": "markdown-aafigure-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b42ee41809f11048b2813b9430488682", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3814, "upload_time": "2018-05-28T18:30:15", "url": "https://files.pythonhosted.org/packages/4f/92/8f23b598b5991f2474be266b5a868b3b3c414c07f442ebb3ce35d9a352aa/markdown-aafigure-0.2.0.tar.gz" } ], "201904.2": [ { "comment_text": "", "digests": { "md5": "8719c3c4e308754b4531024a7a18e65e", "sha256": "828b0c0d584619db82b3534560797ff041cd7d10b6db5a36ea579fbe207717fd" }, "downloads": -1, "filename": "markdown_aafigure-201904.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8719c3c4e308754b4531024a7a18e65e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5730, "upload_time": "2019-04-04T17:42:48", "url": "https://files.pythonhosted.org/packages/b8/ec/f73c491baa2cff2faaa1d682ad6d858deba3949a88a8c12a19402a9937b6/markdown_aafigure-201904.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c53d8fcd5b2d87d3152e9134823c08e5", "sha256": "f3c7236703fae0fbfee7bd426f301edacb21a1d7e2dbdd533f06452fd86cfbd4" }, "downloads": -1, "filename": "markdown_aafigure-201904.2.tar.gz", "has_sig": false, "md5_digest": "c53d8fcd5b2d87d3152e9134823c08e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7029, "upload_time": "2019-04-04T17:42:50", "url": "https://files.pythonhosted.org/packages/0f/7d/7427a4d70690f5424a9a141af1b01169859a3f4f1cf5703913ca407b675b/markdown_aafigure-201904.2.tar.gz" } ], "201904.3": [ { "comment_text": "", "digests": { "md5": "7ec674165e70d3851d97b25077875a30", "sha256": "7dcaf42c9a5f7c83b4e75edd9b64d29073b8d688fa6adf5c7589a81fc86adf26" }, "downloads": -1, "filename": "markdown_aafigure-201904.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ec674165e70d3851d97b25077875a30", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5763, "upload_time": "2019-04-04T17:55:24", "url": "https://files.pythonhosted.org/packages/73/5a/decca43a943c1a9369eb10176f9ad35e9ad4f5a33f28b09e00d6896b3953/markdown_aafigure-201904.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "793cc4cc647af8c86822cf2c1ac81827", "sha256": "20eba377a6a8a416e3a3f8bae52924c2d8d52e97e920840a00386b4a25e64582" }, "downloads": -1, "filename": "markdown_aafigure-201904.3.tar.gz", "has_sig": false, "md5_digest": "793cc4cc647af8c86822cf2c1ac81827", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6996, "upload_time": "2019-04-04T17:55:26", "url": "https://files.pythonhosted.org/packages/50/6c/dbb4bb0d2e74cf29a3ce3276484414e67b67d8c39fdb9fc42eaa08b2bb4b/markdown_aafigure-201904.3.tar.gz" } ], "201904.4": [ { "comment_text": "", "digests": { "md5": "679812bc4b375e13beeb082c25875d53", "sha256": "f5c3a330f84efe01b9fbb62793cf817416c0132853acf04a607ee109bd06d898" }, "downloads": -1, "filename": "markdown_aafigure-201904.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "679812bc4b375e13beeb082c25875d53", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5881, "upload_time": "2019-04-05T15:58:01", "url": "https://files.pythonhosted.org/packages/fc/62/edc8ee32c060ef894b55df284bb68a825e2381a555a63dc67c2f60f276a9/markdown_aafigure-201904.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a67354277dee5c3cf97771a7fe40244", "sha256": "1b111a23f6ddb3768ba5c9e46d2a1f83d1fc4fa8029976c4e1a5cafcdeb4671f" }, "downloads": -1, "filename": "markdown_aafigure-201904.4.tar.gz", "has_sig": false, "md5_digest": "2a67354277dee5c3cf97771a7fe40244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7264, "upload_time": "2019-04-05T15:58:02", "url": "https://files.pythonhosted.org/packages/e0/d6/ef0c7a59e2216cf0cff22b6e21f8ac0469926484a9be0f79516e7c51c1e0/markdown_aafigure-201904.4.tar.gz" } ], "201904.5": [ { "comment_text": "", "digests": { "md5": "89fc87b85c8769f9786a6f4e6082164c", "sha256": "e6fa711dad4d30d64883fcc774806374aad2e0938272db8d157107bcbad33804" }, "downloads": -1, "filename": "markdown_aafigure-201904.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89fc87b85c8769f9786a6f4e6082164c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7582, "upload_time": "2019-04-19T16:55:25", "url": "https://files.pythonhosted.org/packages/c1/7f/c1da0694d51af8a6fff27e33ecd83cb7d20b5580bd8b0f9216aa2c67c8e3/markdown_aafigure-201904.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5da32d0accd4f14ecc307dae87bccf20", "sha256": "652d0e174a910eed1b1edaea172d5616049da63e6cc7a1f387efa5724ee4dc7c" }, "downloads": -1, "filename": "markdown_aafigure-201904.5.tar.gz", "has_sig": false, "md5_digest": "5da32d0accd4f14ecc307dae87bccf20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10420, "upload_time": "2019-04-19T16:55:26", "url": "https://files.pythonhosted.org/packages/20/71/a6987d84f04aa104d2d8d350781ec5f9fd0534a478293d543577e92a0ab7/markdown_aafigure-201904.5.tar.gz" } ], "201907.6": [ { "comment_text": "", "digests": { "md5": "2d32931043a6fad385555d951d88e642", "sha256": "2a9cd254035cfc964daaf13e466bb0a5549e595a96042b3c5b46734a6d84710b" }, "downloads": -1, "filename": "markdown_aafigure-201907.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d32931043a6fad385555d951d88e642", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7610, "upload_time": "2019-07-28T15:39:35", "url": "https://files.pythonhosted.org/packages/0b/29/85454b79e45bbf3353dfd9b84ac4ac3a26cef26eb81968d8ddbc89550300/markdown_aafigure-201907.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68f46481e30d5c26cbd95da5e80b6edc", "sha256": "4452aa83ff9f23829e22febf6da4ae480e2431d80875a5ddf8b2210f112ab1a3" }, "downloads": -1, "filename": "markdown_aafigure-201907.6.tar.gz", "has_sig": false, "md5_digest": "68f46481e30d5c26cbd95da5e80b6edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10496, "upload_time": "2019-07-28T15:39:37", "url": "https://files.pythonhosted.org/packages/cc/26/81681169cfa19b4797a0a435f97e01878b6cae4c47577e8f536475f73d59/markdown_aafigure-201907.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d32931043a6fad385555d951d88e642", "sha256": "2a9cd254035cfc964daaf13e466bb0a5549e595a96042b3c5b46734a6d84710b" }, "downloads": -1, "filename": "markdown_aafigure-201907.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d32931043a6fad385555d951d88e642", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7610, "upload_time": "2019-07-28T15:39:35", "url": "https://files.pythonhosted.org/packages/0b/29/85454b79e45bbf3353dfd9b84ac4ac3a26cef26eb81968d8ddbc89550300/markdown_aafigure-201907.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "68f46481e30d5c26cbd95da5e80b6edc", "sha256": "4452aa83ff9f23829e22febf6da4ae480e2431d80875a5ddf8b2210f112ab1a3" }, "downloads": -1, "filename": "markdown_aafigure-201907.6.tar.gz", "has_sig": false, "md5_digest": "68f46481e30d5c26cbd95da5e80b6edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10496, "upload_time": "2019-07-28T15:39:37", "url": "https://files.pythonhosted.org/packages/cc/26/81681169cfa19b4797a0a435f97e01878b6cae4c47577e8f536475f73d59/markdown_aafigure-201907.6.tar.gz" } ] }