{ "info": { "author": "CTPUG", "author_email": "ctpug@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mdx_attr_cols\n=============\n\n|attr-cols-ci-badge|\n\n.. |attr-cols-ci-badge| image:: https://travis-ci.org/CTPUG/mdx_attr_cols.png?branch=master\n :alt: Travis CI build status\n :scale: 100%\n :target: https://travis-ci.org/CTPUG/mdx_attr_cols\n\nA Markdown extension to add support for Bootstrap 3 rows and columns.\n\nLicensed under the `ISC License`_.\n\n.. _ISC License: https://github.com/CTPUG/mdx_attr_cols/blob/master/LICENSE\n\n\nRequirements\n============\n\nThe mdx_attr_cols plugin requires the following additional Markdown\nplugins:\n\n* `attr_list`_ (built-in to the markdown library)\n* `mdx_outline`_\n\n.. _attr_list: http://pythonhosted.org/Markdown/extensions/attr_list.html\n.. _mdx_outline: https://pypi.python.org/pypi/mdx_outline\n\n\nInstallation\n============\n\nInstall with ``pip install mdx_attr_cols``.\n\n\nDocumentation\n=============\n\nAllows creating bootstrap container rows and columns using section\nattributes as provided by the attr_list and mdx_outline extensions.\n\nMarkdown example:\n\n.. code:: markdown\n\n Header 1 {: cols=6 }\n ====================\n\n Some paragraphs go here.\n\n Header 2 {: cols=2 }\n ====================\n\n More paragraphs go here.\n\n Header 3 {: cols=4 }\n ====================\n\n Final column.\n\n Header 4\n ========\n\n This is not in a row or column.\n\nPython usage:\n\n.. code:: python\n\n md = markdown.Markdown(\n extensions=[\n 'mdx_outline',\n 'attr_list',\n 'attr_cols',\n ],\n extension_configs={\n 'attr_cols': {\n 'columns': 12,\n 'attr': 'cols',\n 'tags': ['section'],\n }\n })\n\nConfiguration options:\n\n* ``columns``: Number of columns in a row. Default is ``12``.\n* ``tags``: List of HTML tags to look for attributes on. Default is\n ``['sections']``.\n* ``attr``: Name of column width attribute. Default is ``'cols'``.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/CTPUG/mdx_attr_cols", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mdx_attr_cols", "package_url": "https://pypi.org/project/mdx_attr_cols/", "platform": "", "project_url": "https://pypi.org/project/mdx_attr_cols/", "project_urls": { "Homepage": "http://github.com/CTPUG/mdx_attr_cols" }, "release_url": "https://pypi.org/project/mdx_attr_cols/0.2/", "requires_dist": null, "requires_python": "", "summary": "A bootstrap 3 row and columns extension for Markdown", "version": "0.2" }, "last_serial": 4324841, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "80ab4a0cbe8b66acd4c6814a0fc10b50", "sha256": "9fdb24d960cb94bcfb94f1dbcce9d84d835a03a323c79214bf97ad440bce34ab" }, "downloads": -1, "filename": "mdx_attr_cols-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "80ab4a0cbe8b66acd4c6814a0fc10b50", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4868, "upload_time": "2015-06-14T23:10:18", "url": "https://files.pythonhosted.org/packages/cd/8a/06347b974c65032a75787bfe469634b30ee4fdb469175ce1bf9f94469ef8/mdx_attr_cols-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e17c3397ad35f772c2f70748584407b", "sha256": "092c295f8b1f96c7ce3585de5001070bec2b9fd1b2afc30410120709dec4a9b0" }, "downloads": -1, "filename": "mdx_attr_cols-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9e17c3397ad35f772c2f70748584407b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4946, "upload_time": "2015-06-14T23:10:22", "url": "https://files.pythonhosted.org/packages/a0/f8/b3868cc2d2aed0a106cf762cc28e36458a064dd80d7d43c9bf3bb72257a5/mdx_attr_cols-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bb2c131c8e408cd949d446b6fa00a35b", "sha256": "6685e908ac51197277b7fe86f5ad593dad2efc53412e542855353a9fe43443e4" }, "downloads": -1, "filename": "mdx-attr-cols-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bb2c131c8e408cd949d446b6fa00a35b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4962, "upload_time": "2017-07-24T17:03:45", "url": "https://files.pythonhosted.org/packages/a3/57/14c5391f85313b96c869fcc4f717f3beb45054a7f9a06c5fb20be9d232d2/mdx-attr-cols-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ff520ca7adc71147ba5c195a2d271d52", "sha256": "88b1f121c2948db8033c968132958b181e6ea221df48a404e5ec05f649252cee" }, "downloads": -1, "filename": "mdx-attr-cols-0.2.tar.gz", "has_sig": false, "md5_digest": "ff520ca7adc71147ba5c195a2d271d52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2018-09-30T11:56:36", "url": "https://files.pythonhosted.org/packages/5d/13/31394e22a676cee1b39a2e4c662d12c3f454318150e81a57b4666de5d8ad/mdx-attr-cols-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff520ca7adc71147ba5c195a2d271d52", "sha256": "88b1f121c2948db8033c968132958b181e6ea221df48a404e5ec05f649252cee" }, "downloads": -1, "filename": "mdx-attr-cols-0.2.tar.gz", "has_sig": false, "md5_digest": "ff520ca7adc71147ba5c195a2d271d52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2018-09-30T11:56:36", "url": "https://files.pythonhosted.org/packages/5d/13/31394e22a676cee1b39a2e4c662d12c3f454318150e81a57b4666de5d8ad/mdx-attr-cols-0.2.tar.gz" } ] }