{ "info": { "author": "Code for Africa / ANCIR", "author_email": "support@codeforafrica.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# Grano User Interface\n\n[grano](http://grano.cc/) is a toolkit for building journalistic social network analysis applications on the web. This package contains an administrative user interface based on [AngularJS](http://angularjs.org/). The interface is intended for managing entities \nand analysis for advanced users, not as a general-purpose interface. \n\n\n## Installation\n\n``grano-ui`` requires that you have installed and configured [grano](http://grano.cc/). Please refer to [grano's documentation](http://docs.grano.cc/) for further instructions. You'll also need to install these external (non-Python dependencies):\n\n* Twitter's [bower](https://github.com/bower/bower) for installing JS dependencies.\n* [UglifyJS](https://github.com/mishoo/UglifyJS/) for JS minification.\n* [Less](http://lesscss.org/) for compiling the CSS resources.\n\nTo install the package from GitHub, you need to follow these steps from within the virtual environment in which ``grano`` has been installed:\n\n\n```bash\ngit clone https://github.com/granoproject/grano-ui.git\ncd [grano dir]\nvirtualenv env\nsource env/bin/activate\ncd [grano-ui dir]\npython setup.py develop\nbower install (in docker, use --allow-root or su app -c \"bower install\")\n```\n\n\nAfter installing the package, you will still need to enable this plugin. Add the entry ``ui`` to the ``PLUGINS`` variable in your grano settings file. If you have no other plugins installed, try this:\n\n```python\nPLUGINS = ['ui']\n```\n\n\n## Configuration\n\nBy default, ``grano-ui`` will deploy itself to the web root of ``grano`` when it has been activated as a plugin. You can change that path by setting a ``UI_PREFIX``, starting with a forward slash. \n\n```python\nUI_PREFIX = '/grano'\n```\n\nFurther, asset compilation and minification can be enabled by setting the ``ASSETS_DEBUG`` variable to ``False``.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://granoproject.org", "keywords": "sql graph sna networks journalism ddj entities", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "grano-ui", "package_url": "https://pypi.org/project/grano-ui/", "platform": "", "project_url": "https://pypi.org/project/grano-ui/", "project_urls": { "Homepage": "http://granoproject.org" }, "release_url": "https://pypi.org/project/grano-ui/0.4.7/", "requires_dist": null, "requires_python": "", "summary": "An entity and social network tracking software for news applications (Admin UI)", "version": "0.4.7" }, "last_serial": 4836403, "releases": { "0.4.6": [ { "comment_text": "", "digests": { "md5": "7486975f1c8ad3cadbbdb71e36d56e54", "sha256": "c1e8498efdb417eaa666d12f8e3cbcffcbd63efb85f32d24feeb55b4e89d2904" }, "downloads": -1, "filename": "grano-ui-0.4.6.tar.gz", "has_sig": false, "md5_digest": "7486975f1c8ad3cadbbdb71e36d56e54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5238084, "upload_time": "2019-02-18T18:20:01", "url": "https://files.pythonhosted.org/packages/36/9c/68629f05f1305ba42bbd7089070e9bdd42da2632366f00d257853254ca90/grano-ui-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "088effb1b5a2e0a1854c0d2be8dfb5c2", "sha256": "79395f8b8deafdeffd9bca539ce0994e4867cedc2973ad4d4dd5371c9e12ff09" }, "downloads": -1, "filename": "grano-ui-0.4.7.tar.gz", "has_sig": false, "md5_digest": "088effb1b5a2e0a1854c0d2be8dfb5c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5238087, "upload_time": "2019-02-18T18:26:58", "url": "https://files.pythonhosted.org/packages/79/30/9893c67536ee81f686b755af40bdba68b56859fd823de8e2df75ff04c3f2/grano-ui-0.4.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "088effb1b5a2e0a1854c0d2be8dfb5c2", "sha256": "79395f8b8deafdeffd9bca539ce0994e4867cedc2973ad4d4dd5371c9e12ff09" }, "downloads": -1, "filename": "grano-ui-0.4.7.tar.gz", "has_sig": false, "md5_digest": "088effb1b5a2e0a1854c0d2be8dfb5c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5238087, "upload_time": "2019-02-18T18:26:58", "url": "https://files.pythonhosted.org/packages/79/30/9893c67536ee81f686b755af40bdba68b56859fd823de8e2df75ff04c3f2/grano-ui-0.4.7.tar.gz" } ] }