{ "info": { "author": "API Hackers", "author_email": "wapps@apihackers.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 :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Software Distribution" ], "description": "WApps\n=====\n\n`![CircleCI `_](https://circleci.com/gh/apihackers/workflows/wapps)\n`![codecov `_](https://codecov.io/gh/apihackers/wapps/branch/master)\n`![Last version `_](https://pypi.python.org/pypi/wapps)\n`![License `_](https://pypi.python.org/pypi/wapps)\n`![Supported Python versions `_](https://pypi.python.org/pypi/wapps)\n\nA very optionated set of Wagtail reusable applications and helpers\nmeant to speedup website development. There is not any universality intent.\n\nstack\n-----\n\nIt assumes the following stacks:\n\nServer-side stack:\n******************\n\n- Python 3\n- Latest Wagtail and Django versions\n- Django-Jinja for template rendering\n- Django-Babel for localization\n- Django-Appconf for default settings\n\nFrontend Stack\n**************\n\n- Vue 2 for front components\n- Webpack 3 as front build toolchain\n- SCSS as style language\n- Bootstrap and Font-awesome as base frameworks\n\nRequirements\n------------\n\nWapps is designed to work with Python 3, Django-jinja, Django-babel and latest Django and Wagtail versions.\n\nWapps also provides JS/Vue2 helpers and scss mixins and classes\n\nInstallation\n------------\n\nPython installation\n*******************\n\nInstall it with pip:\n\n.. code-block:: shell\n\n $ pip install wapps\n \n\n\nthen add the required bases apps to your settings (ie. `settings.py`):\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n '...',\n 'wapps',\n 'memoize'\n ]\n \n\n\nNode modules installation\n*************************\n\nInstall it with `npm` or `yarn`\n\n.. code-block:: shell\n\n $ npm install wapps@\n \n\n\nChangelog\n=========\n\nCurrent\n-------\n\n- Initial release\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/apihackers/wapps", "keywords": "wagtail", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wapps", "package_url": "https://pypi.org/project/wapps/", "platform": "", "project_url": "https://pypi.org/project/wapps/", "project_urls": { "Homepage": "https://github.com/apihackers/wapps" }, "release_url": "https://pypi.org/project/wapps/0.1.2.dev0/", "requires_dist": null, "requires_python": "", "summary": "Some Wagtail reusable applications", "version": "0.1.2.dev0" }, "last_serial": 3344858, "releases": { "0.1.0.dev0": [], "0.1.1.dev0": [ { "comment_text": "", "digests": { "md5": "0cea52f3ad94b61351e94561cac03c8c", "sha256": "5904d8fcc7864bfab112b362ea54c49bac083a77ae48da219566dc665de9e5c4" }, "downloads": -1, "filename": "wapps-0.1.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0cea52f3ad94b61351e94561cac03c8c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 113226, "upload_time": "2017-11-12T22:32:28", "url": "https://files.pythonhosted.org/packages/ea/03/bd5a8b26efdbf7279f0081ab62daa145e640c1ae4408f6cd1f0b9c7b937c/wapps-0.1.1.dev0-py2.py3-none-any.whl" } ], "0.1.2.dev0": [ { "comment_text": "", "digests": { "md5": "c0a3a88a28cee0b4f9545b03199c586e", "sha256": "ba511411d320c856d540e1cb6458fdaa1a65888b5677fa57266af59835cab8ed" }, "downloads": -1, "filename": "wapps-0.1.2.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0a3a88a28cee0b4f9545b03199c586e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 113831, "upload_time": "2017-11-18T23:51:48", "url": "https://files.pythonhosted.org/packages/5a/a8/9964d2afd882ff9ca6f00aaffe3d04f5226b0db721ef199db00d31f031f6/wapps-0.1.2.dev0-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0a3a88a28cee0b4f9545b03199c586e", "sha256": "ba511411d320c856d540e1cb6458fdaa1a65888b5677fa57266af59835cab8ed" }, "downloads": -1, "filename": "wapps-0.1.2.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0a3a88a28cee0b4f9545b03199c586e", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 113831, "upload_time": "2017-11-18T23:51:48", "url": "https://files.pythonhosted.org/packages/5a/a8/9964d2afd882ff9ca6f00aaffe3d04f5226b0db721ef199db00d31f031f6/wapps-0.1.2.dev0-py2.py3-none-any.whl" } ] }