{ "info": { "author": "Adrien Lamarque", "author_email": "ad@lamarque.fr", "bugtrack_url": null, "classifiers": [], "description": "# Lyt : simple literate programming in Markdown.\n\nLyt is a literate programming tool, written in Python, that extracts fenced code blocks from Markdown documents. It is meant to be used as a preprocess tool before a conventional build.\n\nIt is licensed under the GPLv3. See the LICENSE.txt file in this repo.\n\n## Installation\n\n\n## Usage\nOpen your favorite command line:\n`$ lyt file.md`\n\nFor more information, use `--help`:\n`$ lyt --help`\n\n## Goals\n - Stay python 2 and 3 compatible.\n - Stay simple.\n + In particular, handling several files at a time isn't a goal\n + Nor is handling the dependency between generated files and the source.\n \n## Future\n - Add support for more languages.\n - Allow autodetection of languages.\n - Add better tests.\n - Add static types and validate with mypy.\n - Maybe allow hierarchical embedding?", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lamarqua/lyt", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "lyt", "package_url": "https://pypi.org/project/lyt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lyt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lamarqua/lyt" }, "release_url": "https://pypi.org/project/lyt/0.2/", "requires_dist": null, "requires_python": null, "summary": "Simple literate programming in Markdown", "version": "0.2" }, "last_serial": 2504489, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b886ca99db5fb068c52f64ef06a24979", "sha256": "22bfdec0d65c446c42c040a382d5dbe0a3cf8661daa8c6c0e3b32d7d5f879b1f" }, "downloads": -1, "filename": "lyt-0.1.zip", "has_sig": false, "md5_digest": "b886ca99db5fb068c52f64ef06a24979", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21229, "upload_time": "2016-12-07T11:11:22", "url": "https://files.pythonhosted.org/packages/b7/37/2b1327b3f77321f2a1cc3806a26ec866162451d076ac13dc3b9cd9a74f6a/lyt-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f5761f9a1ec5791e00c9244d43d8e5c9", "sha256": "ad38e48e88a5058e105475dbb2ee2e4646b2811e29e5ae4887cc4a8b73e9b731" }, "downloads": -1, "filename": "lyt-0.2.zip", "has_sig": false, "md5_digest": "f5761f9a1ec5791e00c9244d43d8e5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21316, "upload_time": "2016-12-07T11:20:41", "url": "https://files.pythonhosted.org/packages/72/62/7d2561959849b138e6da7a04d38f0f8cc1eca2ec4c6277bab1deebb2342e/lyt-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f5761f9a1ec5791e00c9244d43d8e5c9", "sha256": "ad38e48e88a5058e105475dbb2ee2e4646b2811e29e5ae4887cc4a8b73e9b731" }, "downloads": -1, "filename": "lyt-0.2.zip", "has_sig": false, "md5_digest": "f5761f9a1ec5791e00c9244d43d8e5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21316, "upload_time": "2016-12-07T11:20:41", "url": "https://files.pythonhosted.org/packages/72/62/7d2561959849b138e6da7a04d38f0f8cc1eca2ec4c6277bab1deebb2342e/lyt-0.2.zip" } ] }