{ "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": "Morepath backend for React + Redux\n==================================\n\nA Morepath REST backend with a React + Redux based frontend.\n\nMorepath backend\n----------------\n\nYou can run the code using a clean Python environment (using virtualenv)::\n\n $ virtualenv env\n $ source env/bin/activate\n\nAfter this you can install 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\nJS bundle\n---------\n\nFor an introduction to the JavaScript toolchain used see:\n\nhttps://github.com/faassen/bundle_example\n\nJavaScript code is in `js` 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.1 (2016-07-01)\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_reactredux", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "morepath-reactredux", "package_url": "https://pypi.org/project/morepath-reactredux/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/morepath-reactredux/", "project_urls": { "Homepage": "https://github.com/morepath/morepath_reactredux" }, "release_url": "https://pypi.org/project/morepath-reactredux/0.1/", "requires_dist": null, "requires_python": "", "summary": "Morepath example of using React & Redux", "version": "0.1" }, "last_serial": 2198836, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "95c69e4173e5d1407ea2d53e089d977b", "sha256": "0581241652b5469d39ef92d4592bf546ef1dd82a4a6d451a75ba630e17a9cbe5" }, "downloads": -1, "filename": "morepath_reactredux-0.1.tar.gz", "has_sig": false, "md5_digest": "95c69e4173e5d1407ea2d53e089d977b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 330933, "upload_time": "2016-07-01T20:44:29", "url": "https://files.pythonhosted.org/packages/fd/0c/a18ddf45816dd210bdb2f7fb882cae7330ba1879afbbf07541d0dc24c5c2/morepath_reactredux-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95c69e4173e5d1407ea2d53e089d977b", "sha256": "0581241652b5469d39ef92d4592bf546ef1dd82a4a6d451a75ba630e17a9cbe5" }, "downloads": -1, "filename": "morepath_reactredux-0.1.tar.gz", "has_sig": false, "md5_digest": "95c69e4173e5d1407ea2d53e089d977b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 330933, "upload_time": "2016-07-01T20:44:29", "url": "https://files.pythonhosted.org/packages/fd/0c/a18ddf45816dd210bdb2f7fb882cae7330ba1879afbbf07541d0dc24c5c2/morepath_reactredux-0.1.tar.gz" } ] }