{ "info": { "author": "Jakub STOLARSKI (Dryobates)", "author_email": "jakub.stolarski@kidosoft.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "#########\nKido Care\n#########\n\nGoal\n====\n\nProvide tool which help finding performance issues in django projects.\n\nInstallation\n============\n\nInstall Kido Care:\n\n.. code-block:: console\n\n pip install django-kidocare\n\nor current development version:\n\n.. code-block:: console\n\n pip install hg+https:://bitbucket.org/kidosoft/django-kidocare\n\nConfiguration\n=============\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'kidocare',\n ...\n )\n\nUsage\n=====\n\nChecking for queries run at startup::\n\n $ python manage.py check_startup_queries -o queries.txt\n\nSupported Django versions\n=========================\n\nTested with: \n\n* Django 1.2.7 on python2.7\n* Django 1.3.7 on python2.7\n* Django 1.4.16 on python2.7\n* Django 1.5.11 on python2.7, python3.4\n* Django 1.6.8 on python2.7, python3.4\n* Django 1.7.1 on python2.7, python3.4", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://kidosoft.pl", "keywords": "django monitoring performance", "license": "beerware", "maintainer": null, "maintainer_email": null, "name": "django-kidocare", "package_url": "https://pypi.org/project/django-kidocare/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-kidocare/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://kidosoft.pl" }, "release_url": "https://pypi.org/project/django-kidocare/1.0/", "requires_dist": null, "requires_python": null, "summary": "Tools which help finding performance issues in Django projects", "version": "1.0" }, "last_serial": 1283276, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8c1cc227c1910c1d39ac790ed1d37ddd", "sha256": "5f0e1f63511f0faad73755b7cf048b526d0523090663680b57e08b21f8a3213a" }, "downloads": -1, "filename": "django_kidocare-1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8c1cc227c1910c1d39ac790ed1d37ddd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3336, "upload_time": "2014-10-26T16:03:34", "url": "https://files.pythonhosted.org/packages/a0/70/57bb8c39bad54a9653fa008107690f6afe9b47773afeda691722569694ac/django_kidocare-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3eb38521721009f1b055531d1b32639f", "sha256": "5b91fe2007debd040e1e765169892ed260cb4d894ff045b7d4a1eb649dd3b0ef" }, "downloads": -1, "filename": "django-kidocare-1.0.tar.gz", "has_sig": true, "md5_digest": "3eb38521721009f1b055531d1b32639f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54818, "upload_time": "2014-10-26T16:03:26", "url": "https://files.pythonhosted.org/packages/cb/7e/9414dab2be4110c498a8133b757ebf5cb6ca8939a6f1822097b595e538cb/django-kidocare-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c1cc227c1910c1d39ac790ed1d37ddd", "sha256": "5f0e1f63511f0faad73755b7cf048b526d0523090663680b57e08b21f8a3213a" }, "downloads": -1, "filename": "django_kidocare-1.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8c1cc227c1910c1d39ac790ed1d37ddd", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3336, "upload_time": "2014-10-26T16:03:34", "url": "https://files.pythonhosted.org/packages/a0/70/57bb8c39bad54a9653fa008107690f6afe9b47773afeda691722569694ac/django_kidocare-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3eb38521721009f1b055531d1b32639f", "sha256": "5b91fe2007debd040e1e765169892ed260cb4d894ff045b7d4a1eb649dd3b0ef" }, "downloads": -1, "filename": "django-kidocare-1.0.tar.gz", "has_sig": true, "md5_digest": "3eb38521721009f1b055531d1b32639f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54818, "upload_time": "2014-10-26T16:03:26", "url": "https://files.pythonhosted.org/packages/cb/7e/9414dab2be4110c498a8133b757ebf5cb6ca8939a6f1822097b595e538cb/django-kidocare-1.0.tar.gz" } ] }