{ "info": { "author": "Karl Odie", "author_email": "karlodie@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP" ], "description": "Django-Nimble\n=============\n\n|build-status-image| |coverage-status-image| |pypi-version|\n\nJack be nimble, jack be quick.\n\nThe goal of this project is to provide an open-source tool to facilitate\nthe management of agile projects in large organisations.\n\nInstallation\n------------\n\nRun ``pip install django-nimble``\n\nRunning tests\n-------------\n\n``setup.py test``\n\nConfiguration\n-------------\n\nAuthentication\n~~~~~~~~~~~~~~\n\nThe nimble module requires user-authentication. How this is established\nis not restricted. All that is required by nimble is that the following\nnamed views are provided: - login - logout\n\nInstalled Apps\n--------------\n\nAdd the following to your INSTALLED\\_APPS setting:\n\n::\n\n INSTALLED_APPS = (\n ...\n 'nimble.apps.NimbleConfig',\n 'rest_framework',\n 'bootstrap3',\n 'markdownx',\n 'reversion',\n )\n\nSince nimble overrides the view of rest\\_framework API it must appear\nabove the rest\\_framework in the list.\n\nMiddleware\n----------\n\nNimble using django-reversion to track changes to it's objects. To\nutilise this the django-reversion middleware must be included.\n\n::\n\n MIDDLEWARE = [\n ...\n 'reversion.middleware.RevisionMiddleware',\n ]\n\n.. |build-status-image| image:: https://secure.travis-ci.org/heoga/django-nimble.svg?branch=master\n :target: http://travis-ci.org/heoga/django-nimble?branch=master\n.. |coverage-status-image| image:: https://codecov.io/gh/heoga/django-nimble/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/heoga/django-nimble?branch=master\n.. |pypi-version| image:: https://img.shields.io/pypi/v/django-nimble.svg\n :target: https://pypi.python.org/pypi/django-nimble\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/heoga/django-nimble", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-nimble", "package_url": "https://pypi.org/project/django-nimble/", "platform": "", "project_url": "https://pypi.org/project/django-nimble/", "project_urls": { "Homepage": "https://github.com/heoga/django-nimble" }, "release_url": "https://pypi.org/project/django-nimble/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Nimble Project Management", "version": "0.1.0" }, "last_serial": 2607710, "releases": { "0.0.1.post2": [ { "comment_text": "", "digests": { "md5": "0de31be83ec3c9a809e149a5e106dbd6", "sha256": "5161444b5564c82f532ed5badbf8324546c8c803de77ab6b33abf584db963b7b" }, "downloads": -1, "filename": "django_nimble-0.0.1.post2-py3-none-any.whl", "has_sig": false, "md5_digest": "0de31be83ec3c9a809e149a5e106dbd6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25553, "upload_time": "2016-11-19T19:13:39", "url": "https://files.pythonhosted.org/packages/30/3c/9e9676fa7cd4a16a80cd4ce4648c9372709f19ac82501b6582b7e349f7bb/django_nimble-0.0.1.post2-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a1233eba549d2f5b58b529637a0902d6", "sha256": "7d999b5498c9522a86d3e2e676843f364da147cbc7476ccc278d8ce6aeaa8e71" }, "downloads": -1, "filename": "django-nimble-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a1233eba549d2f5b58b529637a0902d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19489, "upload_time": "2016-12-18T18:17:34", "url": "https://files.pythonhosted.org/packages/ae/67/9e2afa7ca3bb74b8232f6b96a33b4fd34c1e0df12635a7296c575ea7e847/django-nimble-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2093035d7bf00be3b36e5c6a2726c9d8", "sha256": "06baaa6c516b99b6250884c7eea523444e4ac874733628ca252aad1b163e5634" }, "downloads": -1, "filename": "django-nimble-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2093035d7bf00be3b36e5c6a2726c9d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23187, "upload_time": "2017-01-15T16:12:48", "url": "https://files.pythonhosted.org/packages/65/ec/eeec12368d52002b9430bb4d6f9ed15c1e8e830daef8faafa30eb9c1f660/django-nimble-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "939a058eccf3e192634643f39e85b8c3", "sha256": "bd38e9b969c0bba340ca9802ab44fad7b0be13d30b3959221ebb6b12b0d8123a" }, "downloads": -1, "filename": "django-nimble-0.1.0.tar.gz", "has_sig": false, "md5_digest": "939a058eccf3e192634643f39e85b8c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29283, "upload_time": "2017-01-30T22:11:15", "url": "https://files.pythonhosted.org/packages/b9/d3/4ca22916effd8a1606c0e84b808e5c28c27494ca495e619ecd70c6515a21/django-nimble-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "939a058eccf3e192634643f39e85b8c3", "sha256": "bd38e9b969c0bba340ca9802ab44fad7b0be13d30b3959221ebb6b12b0d8123a" }, "downloads": -1, "filename": "django-nimble-0.1.0.tar.gz", "has_sig": false, "md5_digest": "939a058eccf3e192634643f39e85b8c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29283, "upload_time": "2017-01-30T22:11:15", "url": "https://files.pythonhosted.org/packages/b9/d3/4ca22916effd8a1606c0e84b808e5c28c27494ca495e619ecd70c6515a21/django-nimble-0.1.0.tar.gz" } ] }