{ "info": { "author": "Heikki Toivonen", "author_email": "My first name at heikkitoivonen.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Office/Business" ], "description": "====\nSolu\n====\n\nSolu is a simple web application meant for making it easy to\nfind colleagues, meeting rooms and other resources in an office. It has a self\nservice model without any authentication or permission checks, where anyone\ncan find and update any resource's information. \n\nThe name \"Solu\" comes from \"Self-service Office Locator and Updater\". It\nis also a word in the Finnish language and means \"cell\" (biology).\n\nInstall\n-------\n\n- ``easy_install solu``\n- (OR if you don't have ``setuptools`` installed, download the sources and then:\n ``python setup.py install``)\n\nDemo\n----\n\n- ``solu deploy``\n- ``solu demodb``\n- ``solu runserver localhost 8080``\n\nDeploy\n------\n\n- Create the database and write settings to ini file:\n ``solu deploy --url=\"sqlite:///solu.db\" --data=\"./data\"`` (you might want to\n use a different database engine and absolute ``data`` url)\n- Copy your office map file into ``./data/maps/map.png`` file\n- Either serve with Werkzeug_'s webserver, for example:\n ``solu runserver localhost 8080``\n- Or create a WSGI configuration file that gets invoked with your favorite\n WSGI gateway. Sample configuration::\n \n from solu.application import Solu\n application = Solu('/path/to/deploy.ini')\n\n.. _Werkzeug: http://werkzeug.pocoo.org/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.heikkitoivonen.net/solu/", "keywords": null, "license": "The Open Software License 3.0", "maintainer": null, "maintainer_email": null, "name": "solu", "package_url": "https://pypi.org/project/solu/", "platform": "any", "project_url": "https://pypi.org/project/solu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.heikkitoivonen.net/solu/" }, "release_url": "https://pypi.org/project/solu/0.1/", "requires_dist": null, "requires_python": null, "summary": "Self-service Office resource Locator and Updater", "version": "0.1" }, "last_serial": 799823, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e5177555e36417608276001b3a7e24ee", "sha256": "d4d9dc80e794573c1a26575ec9d682c80e285a6b431768336b75096a81dbab7d" }, "downloads": -1, "filename": "solu-0.1.tar.gz", "has_sig": true, "md5_digest": "e5177555e36417608276001b3a7e24ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161460, "upload_time": "2008-10-08T05:20:08", "url": "https://files.pythonhosted.org/packages/51/3b/cbe02a541fa4bb561be5aaa70cf1cb1aad581a6d50f16dd237ebefb14e28/solu-0.1.tar.gz" } ], "0.1.dev-r54": [ { "comment_text": "", "digests": { "md5": "2792c269b4ee6e5d754c8133c24fc776", "sha256": "87b4353a404048531c8b06ecbcc5856180abe99ae30a9bcfe507dcd78d48b043" }, "downloads": -1, "filename": "solu-0.1.dev-r54.tar.gz", "has_sig": false, "md5_digest": "2792c269b4ee6e5d754c8133c24fc776", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161608, "upload_time": "2008-10-05T06:02:31", "url": "https://files.pythonhosted.org/packages/a6/ce/b175fc9c00327dc4bc80843ff2d99f2f68f8eced2580433a154f4f2c1818/solu-0.1.dev-r54.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e5177555e36417608276001b3a7e24ee", "sha256": "d4d9dc80e794573c1a26575ec9d682c80e285a6b431768336b75096a81dbab7d" }, "downloads": -1, "filename": "solu-0.1.tar.gz", "has_sig": true, "md5_digest": "e5177555e36417608276001b3a7e24ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161460, "upload_time": "2008-10-08T05:20:08", "url": "https://files.pythonhosted.org/packages/51/3b/cbe02a541fa4bb561be5aaa70cf1cb1aad581a6d50f16dd237ebefb14e28/solu-0.1.tar.gz" } ] }