{ "info": { "author": "Chris MacMackin", "author_email": "cmacmackin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Software Development :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Filters", "Topic :: Text Processing :: Markup :: HTML" ], "description": "MD-Environ\n==========\n\nThis is an extension to\n`Python-Markdown `__ which allows\nenvironment variables to be inserted into the text. I originally wrote\nit for my `FORD `__ Fortran\nauto-documentation generator.\n\nInstallation\n------------\n\nThis module can now be installed using ``pip``.\n\n::\n\n pip install md-environ\n\nUsage\n-----\n\nThis module can be used in a program in the following way:\n\n.. code:: python\n\n import markdown\n html = markdown.markdown(source, extensions=['md_environ.environ])\n\nThe syntax for use within your Markdown files is\n``${ENVIRONMENT_VARIABLE}``. This statement will be replaced by the\ncontents of ``ENVIRONMENT_VARIABLE``, if it is defined, or by an empty\nstring otherwise.\n\nChangeLog\n---------\n\nVersion 0.1\n~~~~~~~~~~~\n\nInitial release.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/cmacmackin/md-environ/tarball/v0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cmacmackin/md-environ/", "keywords": "Markdown,typesetting,environment,variable,plugin,extension", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "md-environ", "package_url": "https://pypi.org/project/md-environ/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/md-environ/", "project_urls": { "Download": "https://github.com/cmacmackin/md-environ/tarball/v0.1.0", "Homepage": "https://github.com/cmacmackin/md-environ/" }, "release_url": "https://pypi.org/project/md-environ/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "This is an extension to Python-Markdown which allows environment variables to be used in the text.", "version": "0.1.0" }, "last_serial": 2231775, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0ba592e693dc949f55b117a1c250c1b0", "sha256": "fe3c2a255af523d6f522831c699336cd71f9d543714067d93206ed35836f1793" }, "downloads": -1, "filename": "md-environ-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ba592e693dc949f55b117a1c250c1b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3060, "upload_time": "2016-07-20T02:15:05", "url": "https://files.pythonhosted.org/packages/68/a9/86666edbf0d3929d5b3be3347c153881139aa1e28af38f6496edcc034003/md-environ-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ba592e693dc949f55b117a1c250c1b0", "sha256": "fe3c2a255af523d6f522831c699336cd71f9d543714067d93206ed35836f1793" }, "downloads": -1, "filename": "md-environ-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0ba592e693dc949f55b117a1c250c1b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3060, "upload_time": "2016-07-20T02:15:05", "url": "https://files.pythonhosted.org/packages/68/a9/86666edbf0d3929d5b3be3347c153881139aa1e28af38f6496edcc034003/md-environ-0.1.0.tar.gz" } ] }