{ "info": { "author": "Andrey Grygoryev", "author_email": "undeadgrandse@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: HTML" ], "description": "Lighty\n======\n\nLighty is a simple all in one web framework writen in Python. It includes:\n\n- Tool to configure applications using configuration files.\n- Simple ORM to access MongoDB (other databases will be added in future). This\n ORM looks close to Django's ORM.\n- Simple but powerfull and fast template engine almost like Django Templates or\n Jinja2.\n- URL routing: can easy resolve urls described in specified format and reverse\n urls for view name and arguments taken.\n- Bindings to WSGI and Tornado.\n\nIt's not a full list of features. To read more look into documentation.", "description_content_type": null, "docs_url": "https://pythonhosted.org/lighty/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GrAndSE/lighty", "keywords": "Template HTML XML", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "lighty", "package_url": "https://pypi.org/project/lighty/", "platform": "any", "project_url": "https://pypi.org/project/lighty/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GrAndSE/lighty" }, "release_url": "https://pypi.org/project/lighty/0.4.3/", "requires_dist": null, "requires_python": null, "summary": "Simple all-in-one web framework", "version": "0.4.3" }, "last_serial": 439399, "releases": { "0.0.1": [], "0.4.1": [], "0.4.3": [] }, "urls": [] }