{ "info": { "author": "Riccardo Metere", "author_email": "rick@metere.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "AutoUI: automatic generation of user-interfaces\n===============================================\n\nThis Python library implements intend to implement automatic generation of\nUser-Interfaces from function/class signatures.\n\nThe pseudo-widget semantic follows HTML5 conventions.\n\nThere are plans to includes support for:\n\n- Graphical User-Interfaces (through Tk)\n- Command-Line Interfaces (with coloring support via ``blessings``/``blessed``)\n- Text User-Interfaces (through ``asciimatics``)\n- Web Forms (with Flask)\n\n\nInstallation\n------------\nThe recommended way of installing the software is through\n`PyPI `_:\n\n.. code:: shell\n\n $ pip install autoui\n\nAlternatively, you can clone the source repository from\n`Bitbucket `_:\n\n.. code:: shell\n\n $ mkdir autoui\n $ cd autoui\n $ git clone git@bitbucket.org:norok2/autoui.git\n $ python setup.py install\n\n(some steps may require additional permissions depending on your configuration)\n\nThe software does not have additional dependencies beyond Python and its\nstandard library.\n\nIt was tested with Python 2.7 and 3.5.\nOther version were not tested.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/norok2/autoui", "keywords": "automatic,ui,user interface,user-interface,gui,graphical user-interface,tui", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "autoui", "package_url": "https://pypi.org/project/autoui/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/autoui/", "project_urls": { "Homepage": "https://bitbucket.org/norok2/autoui" }, "release_url": "https://pypi.org/project/autoui/0.0.0.0/", "requires_dist": null, "requires_python": "", "summary": "Automatic generation of user-interfaces.", "version": "0.0.0.0" }, "last_serial": 2468346, "releases": { "0.0.0.0": [] }, "urls": [] }