{ "info": { "author": "Aurelien Bompard", "author_email": "aurelien@bompard.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2" ], "description": "Rhizom\n======\n\nRhizom is a web application that can display efficiently a network of relationships.\n\nIt is based on `Flask`_, and the graph is displayed using `D3.js`_.\n\nAuthentication is handled by `Mozilla Persona`_.\n\n- Download it from PyPI: https://pypi.python.org/pypi/rhizom\n- Get the source and report bugs on GitLab: https://gitlab.com/abompard/rhizom\n\nRhizom is licensed under the `Affero GPL v3`_ or any later version.\n\n.. _Flask: http://flask.pocoo.org/\n.. _D3.js: http://d3js.org/\n.. _`Mozilla Persona`: http://persona.org\n.. _`Affero GPL v3`: http://www.gnu.org/licenses/agpl-3.0.html\n\n\nInstallation\n------------\n\nIf you are unfamiliar with the way Flask applications are usually deployed,\ncheck out `the official documentation`_ on Flask's website.\n\n.. _`the official documentation`: http://flask.pocoo.org/docs/dev/deploying/\n\nRhizom provides some configuration examples to help you get started with common\ndeployment cases, check out the ``deploy`` subdirectory.\n\n\nQuickstart\n----------\nThis is how you can quickly check out Rhizom. Those steps are not fit for a\nproper production deployment.\n\nInstall Rhizom's dependencies. Do do that you can either use your\ndistribution's package manager or create a Python VirtualEnv with the following\ncommands::\n\n $ virtualenv venv\n $ source ./venv/bin/activate\n $ pip install -r requirements.txt\n\nCreate a configuration file called ``config.py`` with the following content::\n\n import os\n basedir = os.path.abspath(os.path.dirname(__file__))\n DEBUG = True\n SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'rhizom.db')\n BROWSERID_AUDIENCE = [\"http://127.0.0.1:5000\"]\n SECRET_KEY = 'JustHavingALook,ThankYou'\n ADMINS = (\"your-email-address@your-domain.com\")\n PROPAGATE_EXCEPTIONS = True\n\nNow initialize the database with the follwing command::\n\n $ RHIZOM_SETTINGS=`pwd`/config.py python rhizom/scripts.py initdb\n\nFinally, start Rhizom with the following command::\n\n $ RHIZOM_SETTINGS=`pwd`/config.py python rhizom/scripts.py runserver\n\nThe console should show you the URL to visit, usually `http://127.0.0.1:5000\n`_. You can now login (using the Persona button) and\nstart creating graphs.\n\nI hope you'll like it. Feedback is very welcome!\n\n\nContributing to the project\n---------------------------\n\nIf you like Rhizom and want to help the project, you can do so in the following manner (in no particular order):\n\n- installing and testing: see Quickstart above, report bugs on the Gitlab project page.\n- fixing bugs and adding features: checkout the code and use merge requests.\n- documentation: if things seem unclear or could be explained better, please do so.\n- design: if you think the UI could be made more intuitive, I'm very open to suggestions.\n- translations: Rhizom is currently translated into English, French, and Catalan. If you want to add a new translation or join a translation team, please contact us.\n- spreading the word: if you like Rhizom, tell your friends! :-)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/abompard/rhizom", "keywords": null, "license": "AGPLv3+", "maintainer": null, "maintainer_email": null, "name": "rhizom", "package_url": "https://pypi.org/project/rhizom/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rhizom/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://gitlab.com/abompard/rhizom" }, "release_url": "https://pypi.org/project/rhizom/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Visualize your relationships", "version": "0.5.1" }, "last_serial": 1799907, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e0eb527898238ede50510c41cdc0651c", "sha256": "4d5f73503b93aeb9418789f00cc4a01124fe2f5106996c958952420defcff1ab" }, "downloads": -1, "filename": "rhizom-0.1.tar.gz", "has_sig": false, "md5_digest": "e0eb527898238ede50510c41cdc0651c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107897, "upload_time": "2015-01-23T23:00:31", "url": "https://files.pythonhosted.org/packages/a8/4e/7cd50c3480307d285c1e989708e21e268d8346ed6922593e73566c887cba/rhizom-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5005ba8ad0efcaf7ac8e9ff54978b2f9", "sha256": "1cf6c959381b00dce2c322a830e566ad87b446a0bd56b135aaa244aebb025368" }, "downloads": -1, "filename": "rhizom-0.2.tar.gz", "has_sig": false, "md5_digest": "5005ba8ad0efcaf7ac8e9ff54978b2f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125878, "upload_time": "2015-09-22T10:17:37", "url": "https://files.pythonhosted.org/packages/27/4c/690afc5dd83eac272f86d2fdb08400a1432071f1fffc244823930b80ebc5/rhizom-0.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "fe1dcdde3251149b1f285644b191d012", "sha256": "ca6c6f0710c006788f72b652c926529f52146191e2481f4a11eaa0de51457745" }, "downloads": -1, "filename": "rhizom-0.4.tar.gz", "has_sig": false, "md5_digest": "fe1dcdde3251149b1f285644b191d012", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 128261, "upload_time": "2015-09-28T09:19:28", "url": "https://files.pythonhosted.org/packages/2f/19/ad8f1a085626e795527b777665955297fa79ecd8ead9d336c63adc90a167/rhizom-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "74bcc947363863443dbd7b12592bbd64", "sha256": "3b391619e2725c6f97e2c412f19f0b770e503c2994ef8e89c1c8730f0d66ed54" }, "downloads": -1, "filename": "rhizom-0.5.tar.gz", "has_sig": false, "md5_digest": "74bcc947363863443dbd7b12592bbd64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152994, "upload_time": "2015-11-03T23:22:31", "url": "https://files.pythonhosted.org/packages/ba/ff/dbfb6e175154b681215b658a465c4b756492619ac9c6c762b9cdaaca5d18/rhizom-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "9a9ed70746d2669264e6e803fbeefb7b", "sha256": "5186bcb3a8c577f056e34fca8a820d12e3da1059d509da83ba83efac99ae67d8" }, "downloads": -1, "filename": "rhizom-0.5.1.tar.gz", "has_sig": false, "md5_digest": "9a9ed70746d2669264e6e803fbeefb7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153131, "upload_time": "2015-11-03T23:47:27", "url": "https://files.pythonhosted.org/packages/de/d1/fdc03ebe5ed6466b343b7af679f810685012a8adf40c34d098de5470ac32/rhizom-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a9ed70746d2669264e6e803fbeefb7b", "sha256": "5186bcb3a8c577f056e34fca8a820d12e3da1059d509da83ba83efac99ae67d8" }, "downloads": -1, "filename": "rhizom-0.5.1.tar.gz", "has_sig": false, "md5_digest": "9a9ed70746d2669264e6e803fbeefb7b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 153131, "upload_time": "2015-11-03T23:47:27", "url": "https://files.pythonhosted.org/packages/de/d1/fdc03ebe5ed6466b343b7af679f810685012a8adf40c34d098de5470ac32/rhizom-0.5.1.tar.gz" } ] }