{ "info": { "author": "Morepath developers", "author_email": "morepath@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "Morepath Batching Demo\n======================\n\nIntroduction\n------------\n\nThis is a demo app for Morepath_ that illustrates *batching*, i.e.,\npresenting a large data set by partitioning it in smaller batches. It\nalso showcases how to use Jinja2_ templates in a Morepath project.\n\nMore information on this app is available on `Martjin Faassen' blog`_.\n\n\nGetting started\n---------------\n\nTo get started with this demo right away, you can install it and run it in\na newly created `virtual environment`_::\n\n $ virtualenv env\n $ ./env/bin/pip install morepath_batching\n $ ./env/bin/morepath_batching\n\nYou can now access the app at http://localhost:5000.\n\n\nInstallation from sources\n-------------------------\n\nYou can grab the sources from GitHub_ and set them up in a fresh `virtual environment`_::\n\n $ git clone https://github.com/morepath/morepath_batching.git\n $ cd morepath_batching\n $ virtualenv env\n $ ./env/bin/pip install -e '.[test]'\n\nYou'll then be able to start the app::\n\n $ ./env/bin/morepath_batching\n\nAnd to run the test suite::\n\n $ ./env/bin/py.test -v\n\n\n.. _Morepath: http://morepath.readthedocs.io/\n\n.. _Jinja2: http://jinja.pocoo.org\n \n.. _GitHub: https://github.com/morepath/morepath_batching\n\n.. _virtual environment: http://www.virtualenv.org/\n\n.. _Martjin Faassen' blog: http://blog.startifact.com/posts/morepath-batching-example.html\n\n\nCHANGES\n*******\n\n0.1 (2016-07-06)\n================\n\n- Initial public release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morepath/morepath_batching", "keywords": "morepath demo", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "morepath-batching", "package_url": "https://pypi.org/project/morepath-batching/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/morepath-batching/", "project_urls": { "Homepage": "https://github.com/morepath/morepath_batching" }, "release_url": "https://pypi.org/project/morepath-batching/0.1/", "requires_dist": null, "requires_python": "", "summary": "A demo app for Morepath with record batching", "version": "0.1" }, "last_serial": 2206163, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cf607fe8ff11ebc930762cd82b330dbd", "sha256": "08b7d182d6dadcf7ac305820b59c7d1ffb7074bc444094a7117a7e83ce49e357" }, "downloads": -1, "filename": "morepath_batching-0.1.tar.gz", "has_sig": false, "md5_digest": "cf607fe8ff11ebc930762cd82b330dbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5421, "upload_time": "2016-07-06T16:24:52", "url": "https://files.pythonhosted.org/packages/15/d0/1b4455e0c53787d53a5c441961abb9f57e8b337bc50a2399960f872da34d/morepath_batching-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf607fe8ff11ebc930762cd82b330dbd", "sha256": "08b7d182d6dadcf7ac305820b59c7d1ffb7074bc444094a7117a7e83ce49e357" }, "downloads": -1, "filename": "morepath_batching-0.1.tar.gz", "has_sig": false, "md5_digest": "cf607fe8ff11ebc930762cd82b330dbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5421, "upload_time": "2016-07-06T16:24:52", "url": "https://files.pythonhosted.org/packages/15/d0/1b4455e0c53787d53a5c441961abb9f57e8b337bc50a2399960f872da34d/morepath_batching-0.1.tar.gz" } ] }