{ "info": { "author": "Akinori Hattori", "author_email": "hattya@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "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" ], "description": "Ayame\n=====\n\nAyame is a component based WSGI framework. It is inspired by\n`Apache Wicket`_, `Apache Click`_ and Flask_.\n\n.. image:: https://pypip.in/version/ayame/badge.svg\n :target: https://pypi.python.org/pypi/ayame\n\n.. image:: https://drone.io/github.com/hattya/ayame/status.png\n :target: https://drone.io/github.com/hattya/ayame/latest\n\n.. image:: https://ci.appveyor.com/api/projects/status/67nbqb4ej84liu9m?svg=true\n :target: https://ci.appveyor.com/project/hattya/ayame\n\n.. _Apache Wicket: http://wicket.apache.org/\n.. _Apache Click: http://click.apache.org/\n.. _Flask: http://flask.pocoo.org/\n\n\nRequirements\n------------\n\n- Python 2.7 or 3.3+\n- Werkzeug\n\n\nExample Application\n-------------------\n\n::\n\n app.wsgi\n app/\n HelloWorld.html\n\n\napp.wsgi\n~~~~~~~~\n\n.. code:: python\n\n from ayame import Ayame, Page\n from ayame.basic import Label\n\n\n class HelloWorld(Page):\n\n def __init__(self):\n super(HelloWorld, self).__init__()\n self.add(Label('message', 'Hello World!'))\n\n\n application = Ayame(__name__)\n\n map = application.config['ayame.route.map']\n map.connect('/', HelloWorld)\n\n\nHelloWorld.html\n~~~~~~~~~~~~~~~\n\n.. code:: html\n\n \n \n \n
\n...
\n \n \n\n\nLicense\n-------\n\nAyame is distributed under the terms of the MIT License.", "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/hattya/ayame", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ayame", "package_url": "https://pypi.org/project/ayame/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ayame/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hattya/ayame" }, "release_url": "https://pypi.org/project/ayame/0.1/", "requires_dist": null, "requires_python": null, "summary": "An Apache Wicket-like component based WSGI framework", "version": "0.1" }, "last_serial": 1406211, "releases": { "0.0": [], "0.1": [ { "comment_text": "", "digests": { "md5": "c914946fc832d6d03ad3c2a98d1301c6", "sha256": "4b80adac89b5f3e3f8c93f9d8b5dc6bc0e2ba2615fd8f47f84d5a88f3f00b497" }, "downloads": -1, "filename": "ayame-0.1.zip", "has_sig": false, "md5_digest": "c914946fc832d6d03ad3c2a98d1301c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160058, "upload_time": "2015-02-02T13:19:30", "url": "https://files.pythonhosted.org/packages/36/84/4ebacd95c0075c8699a2867caea4871c38c08e0ca3ca825f50318e9d2ae1/ayame-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c914946fc832d6d03ad3c2a98d1301c6", "sha256": "4b80adac89b5f3e3f8c93f9d8b5dc6bc0e2ba2615fd8f47f84d5a88f3f00b497" }, "downloads": -1, "filename": "ayame-0.1.zip", "has_sig": false, "md5_digest": "c914946fc832d6d03ad3c2a98d1301c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 160058, "upload_time": "2015-02-02T13:19:30", "url": "https://files.pythonhosted.org/packages/36/84/4ebacd95c0075c8699a2867caea4871c38c08e0ca3ca825f50318e9d2ae1/ayame-0.1.zip" } ] }