{ "info": { "author": "Yuri Teixeira", "author_email": "yt@yuriteixeira.arq.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3", "Topic :: Software Development :: Quality Assurance" ], "description": ".. -*- coding: utf-8; -*-\n\n########\nWeaklisp\n########\n\nThis is a tool to analyze and format very simple lisp code. It is\nmostly directed to lisp extension languages found in CAD programs. It\ncan document the code in reStructuredText format.\n\n#####\nSetup\n#####\n\nTo install, update or uninstall you can use pip_::\n\n pip install weaklisp\n\n pip install --upgrade weaklisp\n\n pip uninstall weaklisp\n\n.. _pip: https://pip.pypa.io\n\n#####\nUsage\n#####\n\n.. code::\n\n $ python -m weaklisp -h\n usage: weaklisp [-h] [-q] [-o OUTPUT] [-f [FORMAT]] path [path ...]\n\n Analyze simple lisp code.\n\n positional arguments:\n path Path to lisp file to be parsed.\n\n optional arguments:\n -h, --help show this help message and exit\n -q, --quiet Do not print the output.\n -o OUTPUT, --output OUTPUT\n Save a reStructuredText file.\n -f [FORMAT], --format [FORMAT]\n Format of files, either 'lisp' or 'config'.\n\nIt can also be imported and used as a library.\n\n####\nFork\n####\n\nThe repository can be found here_.\n\n.. _here: https://sourceforge.net/p/weaklisp/code", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://sourceforge.net/projects/weaklisp", "keywords": "lisp analysis development", "license": "AGPLv3+", "maintainer": "", "maintainer_email": "", "name": "weaklisp", "package_url": "https://pypi.org/project/weaklisp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/weaklisp/", "project_urls": { "Homepage": "https://sourceforge.net/projects/weaklisp" }, "release_url": "https://pypi.org/project/weaklisp/0.0.1/", "requires_dist": [ "pyparsing" ], "requires_python": "", "summary": "Analysis and documentation for very simple lisp.", "version": "0.0.1" }, "last_serial": 2852128, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e87dc186cca13286dd7a0a28c114ad91", "sha256": "c1ac6e6b8c59beda2fdc31374ac2eaa78c85f8ef2000270208aaa29043496d89" }, "downloads": -1, "filename": "weaklisp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e87dc186cca13286dd7a0a28c114ad91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11440, "upload_time": "2017-05-04T19:14:40", "url": "https://files.pythonhosted.org/packages/9a/90/b46083410b083dc11e295b16cf14101a097622eeee3318914181ca1aedd8/weaklisp-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e87dc186cca13286dd7a0a28c114ad91", "sha256": "c1ac6e6b8c59beda2fdc31374ac2eaa78c85f8ef2000270208aaa29043496d89" }, "downloads": -1, "filename": "weaklisp-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e87dc186cca13286dd7a0a28c114ad91", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11440, "upload_time": "2017-05-04T19:14:40", "url": "https://files.pythonhosted.org/packages/9a/90/b46083410b083dc11e295b16cf14101a097622eeee3318914181ca1aedd8/weaklisp-0.0.1-py3-none-any.whl" } ] }