{ "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.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "TodoMVC based on Morepath and Cerebral\n======================================\n\nCerebral TodoMVC with a Morepath REST backend.\n\nMorepath backend\n----------------\n\nThe backend ist based on `morepath_reactredux `_.\nYou find the code of the backend in the server directory.\n\nFrom inside the project directory create a clean Python environment with\n`virtualenv `_ and activate it::\n\n $ virtualenv env\n $ source env/bin/activate\n\nAfter this you can install the package including dependencies using::\n\n $ env/bin/pip install -e .\n\nOnce that is done you can start the server::\n\n $ env/bin/run-app\n\nYou can go to http://localhost:5000 to see the UI.\n\nFor installing the test suite and running the tests use::\n\n $ env/bin/pip install -e '.[test]'\n $ env/bin/py.test\n\n\nTodoMVC JS bundle\n-----------------\n\nWe use the TodoMVC example from Cerebral,\nwhich is based on Baobab, React and Cerebral:\n\nhttps://github.com/cerebral/cerebral-todomvc\n\nJavaScript code is in the `client` subdirectory. To rebuild the bundle you\nneed to install the JS dependencies (listed in package.json). Run::\n\n $ npm install\n\nto install them. Then run::\n\n $ webpack\n\nTo rebuild the bundle after changing it.\n\n\nCHANGES\n*******\n\n0.2 (2016-08-15)\n================\n\n- Add support for Python 3.5 and make it the default test environment.\n\n- Apply standard js code style in client.\n\n- Upgrade to Cerebral 1.0 and update dependencies.\n\n- Refactor client to new Cerebral best practices.\n\n\n0.1 (2016-05-04)\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_cerebral_todomvc", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "morepath-cerebral-todomvc", "package_url": "https://pypi.org/project/morepath-cerebral-todomvc/", "platform": "any", "project_url": "https://pypi.org/project/morepath-cerebral-todomvc/", "project_urls": { "Homepage": "https://github.com/morepath/morepath_cerebral_todomvc" }, "release_url": "https://pypi.org/project/morepath-cerebral-todomvc/0.2/", "requires_dist": null, "requires_python": "", "summary": "Morepath example of using React & Cerebral", "version": "0.2" }, "last_serial": 2281899, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "baccb81357d6df370783f7088c614c3f", "sha256": "6c326e805e171782027df0eec4aee98ee7f14e2e9b516f27193349cb13abf081" }, "downloads": -1, "filename": "morepath_cerebral_todomvc-0.1.tar.gz", "has_sig": false, "md5_digest": "baccb81357d6df370783f7088c614c3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 494932, "upload_time": "2016-05-04T15:59:32", "url": "https://files.pythonhosted.org/packages/35/c1/6897243bc50efc714ee0b6367ad1ad52656df4ab5cf831c06bf3436735bb/morepath_cerebral_todomvc-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "81c598c253148291d4f19083c8785e8c", "sha256": "2e6ad9b5d1b36342d0a108ad4cab1217bec2b48bfe15e59a6ed3c022720c2a6d" }, "downloads": -1, "filename": "morepath_cerebral_todomvc-0.2.tar.gz", "has_sig": false, "md5_digest": "81c598c253148291d4f19083c8785e8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 508698, "upload_time": "2016-08-15T11:20:12", "url": "https://files.pythonhosted.org/packages/16/83/84e58f63cdf2e3f31990f806f2fb55279915c864f0194cc94ad4bab4d1ae/morepath_cerebral_todomvc-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81c598c253148291d4f19083c8785e8c", "sha256": "2e6ad9b5d1b36342d0a108ad4cab1217bec2b48bfe15e59a6ed3c022720c2a6d" }, "downloads": -1, "filename": "morepath_cerebral_todomvc-0.2.tar.gz", "has_sig": false, "md5_digest": "81c598c253148291d4f19083c8785e8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 508698, "upload_time": "2016-08-15T11:20:12", "url": "https://files.pythonhosted.org/packages/16/83/84e58f63cdf2e3f31990f806f2fb55279915c864f0194cc94ad4bab4d1ae/morepath_cerebral_todomvc-0.2.tar.gz" } ] }