{ "info": { "author": "Jeff Triplett / Adam Fast", "author_email": "adamfast@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "LibraryWatch makes checking for updates to the packages you have installed easy, with a handy Django management command wrapper.\n\nInstall it, add 'librarywatch' to settings.INSTALLED_APPS and run python manage.py check_for_updates to see if there are any newer libraries available.\n\nOutput will look similar to:\ncelery (3.0.5 < 3.0.9)\ndjango-celery (3.0.4 < 3.0.9)\ndjango-haystack (2.0.0-beta < 1.2.7)\nhttplib2 (0.7.4 < 0.7.5)\nkombu (2.3.2 < 2.4.5)\npython-dateutil (1.5 < 2.1)\nrequests (0.13.5 < 0.14.0)\nPIL (1.1.7 < 1.1.6)\n\nIt's a simple app / function, but will save me (and hopefully you) time and be easily installable on everything you do.\n\nIf you want to ignore versions (for instance you're tracking django-haystack on git, or want to make sure python-dateutil doesn't recommend you go to the 2.x branch with your app on Python 2.x) you can add LIBRARYWATCH_IGNORE_VERSIONS to your settings file.\n\nLIBRARYWATCH_IGNORE_VERSIONS = {\n 'python-dateutil': '*', # 2.x series it recommends is not for Python 2.x\n 'django-haystack': '*', # running from git MASTER\n 'PIL': '1.1.6', # running 1.1.7 which doesn't appear to be on PyPI\n}\n\nFuture ideas:\n - Track versions to allow ignoring when newer versions aren't backwards compatible so you absolutely DON'T want to upgrade.\n - Handle projects with multiple versions availabe better (i.e.) python-dateutil with 2.0 for Py3k only, 1.x series for Python 2.x)\n - Detect things not from PyPi but pulled from repositories (i.e. GitHub / Bitbucket) and use their respective APIs to determine if the SHA installed is the most recent.\n", "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/adamfast/django-librarywatch", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "librarywatch", "package_url": "https://pypi.org/project/librarywatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/librarywatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adamfast/django-librarywatch" }, "release_url": "https://pypi.org/project/librarywatch/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A utility to check PyPi for updates to currently installed packages", "version": "1.0.1" }, "last_serial": 794184, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "652262e1b7beff69ee54c6ca30731e36", "sha256": "0753d5a83148cf0c04162f3a8eb866b092c035e8b689f70a0130658c4fa94548" }, "downloads": -1, "filename": "librarywatch-1.0.1.tar.gz", "has_sig": false, "md5_digest": "652262e1b7beff69ee54c6ca30731e36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2666, "upload_time": "2012-09-16T16:55:02", "url": "https://files.pythonhosted.org/packages/b0/91/0dc5a6a9f830d0e63abb38f00fcdb3b96322b08894b75fafba7528f8fa23/librarywatch-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "652262e1b7beff69ee54c6ca30731e36", "sha256": "0753d5a83148cf0c04162f3a8eb866b092c035e8b689f70a0130658c4fa94548" }, "downloads": -1, "filename": "librarywatch-1.0.1.tar.gz", "has_sig": false, "md5_digest": "652262e1b7beff69ee54c6ca30731e36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2666, "upload_time": "2012-09-16T16:55:02", "url": "https://files.pythonhosted.org/packages/b0/91/0dc5a6a9f830d0e63abb38f00fcdb3b96322b08894b75fafba7528f8fa23/librarywatch-1.0.1.tar.gz" } ] }