{ "info": { "author": "The Magnificant Nick", "author_email": "send_me_spam@yahoo.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: Public Domain", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Office/Business :: Scheduling", "Topic :: Software Development" ], "description": "Gumshoe\n=======\n\nDjango based issue tracker.\n\nInstalling\n==========\n\nTo install with pip:\n\n pip install gumshoe\n\nTo install from the source\n\n python setup.py install\n\nPlease note that the setup script requires setuptools.\n\nCurrently only django 1.6 is supported, but it might work in Django 1.5.\n\nStandalone mode\n===============\n\nYou can run Gumshoe in standalone mode or use it as an application in a\nlarger project.\n\nIf you want to run in standalone mode, it is recommended that you run from\na virtual environment. Most of the dependencies should be installed\nautomagically by pip.\n\nThe default backend is sqlite3. If you want to use a different one, you'll\nhave to install support for it. E.G.:\n\n pip install mysql-python\n\nTo bootstrap the app, switch to where you want the application to 'live' and run:\n\n gumshoe-init\n\nThis will create an initial configuration file that you can edit. This will be\nused as the standard django 'settings' module.\n\nTo configure your database settings, open conf/settings.py and add the lines:\n\n DATABASES['default'] = {\n 'ENGINE': 'django.db.backends.mysql',\n 'NAME': 'gumshoe_database_name',\n 'USER': 'gumshoe_database_user',\n 'PASSWORD': 'gumshoe_database_password',\n 'HOST': 'gumshoe_database_host',\n 'PORT': 'gumshoe_database_port',\n }\n\nTo start the application, you can run:\n\n gumshoe runserver 0.0.0.0:80\n\nIt is recommended that you serve the application through a real web stack like\nApache or Nginx + uWSGI, etc. rather than use the django development server as\nwould be the case above.\n\nThe wsgi module should be:\n\n gumshoe.standalone.wsgi\n\nNotes\n=====\n\n* The home page for this project isn't up yet.\n\n* Issues should be entered via the Github issue tracker at the moment. I do have a\n tracker using Gumshoe, but it isn't open to the public just yet.\n\nUseful but Undocumented/Incomplete Features\n===========================================\n\n* There is an import_bugzilla command that will do a crude migration from a bugzilla\n database. The database settings should be configured in the conf/settings.py file\n under DATABASES['bugzilla'] = { ... } just like you would for the standard Gumshoe\n database.\n\n The username mapping apparently doesn't work. It was incomplete anyway as it could\n only be specified through the command line, so expect usernames to be imported as\n they were in bugzilla, (e.g. emails). The passwords will be set to the username, so\n some-user@email.com will have a password of 'some-user@email.com'.\n\n To specify the issue key for each product you can use the -K option with an argument\n of the form 'Project Name=KEY'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nickswebsite/gumshoe", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gumshoe", "package_url": "https://pypi.org/project/gumshoe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gumshoe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nickswebsite/gumshoe" }, "release_url": "https://pypi.org/project/gumshoe/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Issue tracking app based on django.", "version": "0.0.2" }, "last_serial": 1089430, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "0d554439efe865b10593e72ecd6ab360", "sha256": "6fb98655a7d48f8148f9cf0600ceb582df375daea1422725f14017bcdfb01b4e" }, "downloads": -1, "filename": "gumshoe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0d554439efe865b10593e72ecd6ab360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230565, "upload_time": "2014-05-12T12:20:05", "url": "https://files.pythonhosted.org/packages/7b/a4/6fecfd942f903d57052ea33f2d2e95ee7c5332f4bef5f1967a5b62e25903/gumshoe-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "57bc6625d168ea1267e7a42bb9f8cda7", "sha256": "f0e57923764f8b8413d4066af9e85c8d360ec0e4ed607148d5c2891d97bba343" }, "downloads": -1, "filename": "gumshoe-0.0.2.tar.gz", "has_sig": false, "md5_digest": "57bc6625d168ea1267e7a42bb9f8cda7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230551, "upload_time": "2014-05-12T12:23:27", "url": "https://files.pythonhosted.org/packages/fb/fc/314e1827b5a48e724d6b7fd6927e2b022cb345a6460d414252c29eabeb59/gumshoe-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57bc6625d168ea1267e7a42bb9f8cda7", "sha256": "f0e57923764f8b8413d4066af9e85c8d360ec0e4ed607148d5c2891d97bba343" }, "downloads": -1, "filename": "gumshoe-0.0.2.tar.gz", "has_sig": false, "md5_digest": "57bc6625d168ea1267e7a42bb9f8cda7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230551, "upload_time": "2014-05-12T12:23:27", "url": "https://files.pythonhosted.org/packages/fb/fc/314e1827b5a48e724d6b7fd6927e2b022cb345a6460d414252c29eabeb59/gumshoe-0.0.2.tar.gz" } ] }