{ "info": { "author": "Simon Wachter", "author_email": "simon@wachter.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Natural Language :: French", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "# (French) Pseudocode syntax lexer for Pygments\n\nThis package contains a Pygments Lexer for some basic pseudocode algorithmics.\n\n## Installation\n\nThe lexer is available as a Pip package:\n\n pip install pygments-lexer-pseudocode\n\nAlternatively, to install from the git repository: (you may need to sudo depending on your Python environment)\n\n python setup.py install\n\n## Usage\n\nAfter installation the Pseudocode lexer automatically registers itself for files with the `.algo` and `.pseudocode` extensions. Therefore, usage is easy:\n\n pygmentize document.algo\n\nYou can also manally indicate you want to use the Pseudocode lexer by using a command line flag:\n\n pygmentize -l pseudocode somefile \n\n## Contribute\n\nIf you found a bug, don't hesitate to make a pull request.\n\n## License\n\nThe Pseudocode lexer is licensed under the terms of the MIT licence", "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/svvac/pseudocode-pygments-lexer", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pygments-lexer-pseudocode", "package_url": "https://pypi.org/project/pygments-lexer-pseudocode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygments-lexer-pseudocode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/svvac/pseudocode-pygments-lexer" }, "release_url": "https://pypi.org/project/pygments-lexer-pseudocode/2.0.0/", "requires_dist": null, "requires_python": null, "summary": "Pygments Lexer for a french pseudocode", "version": "2.0.0" }, "last_serial": 1823874, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "ac135ab4e02fc68fa85da81fe6546c6f", "sha256": "628d7bdcc944b3e52188d0509e4decaa200c5af7d91ecd04521970c749b32eac" }, "downloads": -1, "filename": "pygments-lexer-pseudocode-2.0.1.tar.gz", "has_sig": false, "md5_digest": "ac135ab4e02fc68fa85da81fe6546c6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2015-11-19T06:48:05", "url": "https://files.pythonhosted.org/packages/9c/cb/5097fc3772cc60d5208fed69d5d0598d909b8fa91b61ff2006133e0fdff5/pygments-lexer-pseudocode-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac135ab4e02fc68fa85da81fe6546c6f", "sha256": "628d7bdcc944b3e52188d0509e4decaa200c5af7d91ecd04521970c749b32eac" }, "downloads": -1, "filename": "pygments-lexer-pseudocode-2.0.1.tar.gz", "has_sig": false, "md5_digest": "ac135ab4e02fc68fa85da81fe6546c6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2015-11-19T06:48:05", "url": "https://files.pythonhosted.org/packages/9c/cb/5097fc3772cc60d5208fed69d5d0598d909b8fa91b61ff2006133e0fdff5/pygments-lexer-pseudocode-2.0.1.tar.gz" } ] }