`Appier <http://appier.hive.pt>`__
==================================
Joyful Python Web App development
Appier is an object-oriented Python web framework built for super fast app development.
It's as lightweight as possible, but not too lightweight.
It gives you the power of bigger frameworks, without their complexity.
Installation
------------
pip install appier
Usage
-----
.. code:: python
import appier
class HelloApp(appier.App):
@appier.route("/", "GET")
def hello(self):
return "Hello World"
HelloApp().serve()
More
----
For more information consult the `website <http://appier.hive.pt>`__.
Raw data
{
"_id": null,
"home_page": "http://appier.hive.pt",
"name": "appier",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "appier framework web json wsgi",
"author": "Hive Solutions Lda.",
"author_email": "development@hive.pt",
"download_url": "https://files.pythonhosted.org/packages/b9/f6/5d24f9486c324e1bcda6f322e5567f20c13175d6684bf6a57023afa04f80/appier-1.34.5.tar.gz",
"platform": null,
"description": "`Appier <http://appier.hive.pt>`__\n==================================\n\nJoyful Python Web App development\n\nAppier is an object-oriented Python web framework built for super fast app development.\nIt's as lightweight as possible, but not too lightweight.\nIt gives you the power of bigger frameworks, without their complexity.\n\nInstallation\n------------\n\n pip install appier\n\nUsage\n-----\n\n.. code:: python\n\n import appier\n\n class HelloApp(appier.App):\n\n @appier.route(\"/\", \"GET\")\n def hello(self):\n return \"Hello World\"\n\n HelloApp().serve()\n\nMore\n----\n\nFor more information consult the `website <http://appier.hive.pt>`__.\n\n\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Appier Framework",
"version": "1.34.5",
"project_urls": {
"Homepage": "http://appier.hive.pt"
},
"split_keywords": [
"appier",
"framework",
"web",
"json",
"wsgi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e609ec25e30071c0beb6b59cff91b44a7f2da7271f39fabf6ea791f845dbf27d",
"md5": "f853e9d6c1c684d3e11c994006680390",
"sha256": "56750adfc855dc1b9592a3e82da518ad600e80925c10746aba18a6a1eb545fff"
},
"downloads": -1,
"filename": "appier-1.34.5-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f853e9d6c1c684d3e11c994006680390",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 300755,
"upload_time": "2024-09-25T09:10:12",
"upload_time_iso_8601": "2024-09-25T09:10:12.396511Z",
"url": "https://files.pythonhosted.org/packages/e6/09/ec25e30071c0beb6b59cff91b44a7f2da7271f39fabf6ea791f845dbf27d/appier-1.34.5-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b9f65d24f9486c324e1bcda6f322e5567f20c13175d6684bf6a57023afa04f80",
"md5": "87accc1ad0f18c4d9af1d97fa531a0eb",
"sha256": "25758c364125aaa52ea58d4c432577574cc6f969753905337688c49a5c9a8b39"
},
"downloads": -1,
"filename": "appier-1.34.5.tar.gz",
"has_sig": false,
"md5_digest": "87accc1ad0f18c4d9af1d97fa531a0eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 232175,
"upload_time": "2024-09-25T09:10:14",
"upload_time_iso_8601": "2024-09-25T09:10:14.925325Z",
"url": "https://files.pythonhosted.org/packages/b9/f6/5d24f9486c324e1bcda6f322e5567f20c13175d6684bf6a57023afa04f80/appier-1.34.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-25 09:10:14",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "appier"
}