{ "info": { "author": "Nick Holden", "author_email": "nickpholden@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: TurboGears", "Topic :: Software Development" ], "description": "About TurboGears2Frozen\n -------------------------\n This is a Turbogears meta package that lists the exact packages and versions that common \n Turbogears installs need to run.\n \n We list the packages here so you can make a standard setup.py without messing around with pip\n freeze, or performing a non standard install using the Turbogears Repository.\n \n Use this package if\n -------------------------------\n Have you ever wanted to deploy a python package with Turbogears as a dependency but\n are worried what will be installed with the single tg.devtools/Turbogears2 dependency?\n \n Have you ever installed Turbogears on your dev machine then come to install your package\n that depends on Turbogears on a prod machine only to find that one of the packages\n Turbogears depends on has changed, breaking your prod install?\n \n Do you want to tell your users to just pip install that relies on Turbogears, rather\n that having to tell them to run a custom command first to install Turbogears from the TG Repo.\n \n Do you want to use the command::\n \n pip install --upgrade Turbogears2Frozen\n \n to get the latest Turbogears\n \n Using\n -------------------------------\n TG2Frozen has all the standard dependancies apart from MYSQL-python (as you may be using a different DB) and it\n does not contain a specific sqlalchemy version, as there are backward compatibility issues and you may want to\n use a particular version.\n \n Your application's **setup.py** might look like::\n \n import setuptools\n from distutils.core import setup\n \n from sys import version\n from setuptools import find_packages\n \n setup(name='MyPackageUsingTG',\n install_requires=(\n \"\"\"\n TurboGears2Frozen==2.2.0\n SQLAlchemy==0.7.0\n MySQL-python==1.2.3\n \"\"\"\n ),\n version='0.0.1',\n description='My package that uses Turbogears2 but doesn't have loads of dependencies listed',\n author='Joe Bloggs',\n author_email='joe@bloggs.c',\n packages=find_packages(exclude=['ez_setup'])\n )\n \n Problems\n -------------------------------\n This package works for my stuff, but I expect it will not for everyone so please email me if you feel\n that other packages should be included.\n \n I'll update this package as I need the updates, if you need something sooner give me a mail. \n \n I'm going to keep the numbering the same as the underlying TG package, may be increment it by a fourth\n number if a TG dependency needs updating.\n \n Thanks", "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/nickpholden/TurboGears2Frozen", "keywords": "turbogears2", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "TurboGears2Frozen", "package_url": "https://pypi.org/project/TurboGears2Frozen/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TurboGears2Frozen/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nickpholden/TurboGears2Frozen" }, "release_url": "https://pypi.org/project/TurboGears2Frozen/2.2.0/", "requires_dist": null, "requires_python": null, "summary": "Reference this rather than Turbogears2 as a dependency to get a consistent install with your TG2 project", "version": "2.2.0" }, "last_serial": 785905, "releases": { "2.1.5": [ { "comment_text": "", "digests": { "md5": "2d6c831c869c7568fa19633fbea936ec", "sha256": "c2e7b0ed970f36b08c954ce35f3965d099a67bc202e27ad3989e13bbe02fa0b8" }, "downloads": -1, "filename": "TurboGears2Frozen-2.1.5.tar.gz", "has_sig": false, "md5_digest": "2d6c831c869c7568fa19633fbea936ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1524, "upload_time": "2012-06-07T10:17:40", "url": "https://files.pythonhosted.org/packages/1b/f2/2ace6507f2064db686eaa590c7f78d9eb2b3dad0df57206885b0ad78c3de/TurboGears2Frozen-2.1.5.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "27bd98c0784d1aab597d11014da6c535", "sha256": "f757dedef5ee64a3349640b10179c5179a1478cc71a9f3a3ca76649576b55200" }, "downloads": -1, "filename": "TurboGears2Frozen-2.2.0.tar.gz", "has_sig": false, "md5_digest": "27bd98c0784d1aab597d11014da6c535", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2012-08-29T15:46:06", "url": "https://files.pythonhosted.org/packages/c3/01/c100f3f8aa3baf314452da38bfab956a29465fa2c029396d42ae56201138/TurboGears2Frozen-2.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27bd98c0784d1aab597d11014da6c535", "sha256": "f757dedef5ee64a3349640b10179c5179a1478cc71a9f3a3ca76649576b55200" }, "downloads": -1, "filename": "TurboGears2Frozen-2.2.0.tar.gz", "has_sig": false, "md5_digest": "27bd98c0784d1aab597d11014da6c535", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2012-08-29T15:46:06", "url": "https://files.pythonhosted.org/packages/c3/01/c100f3f8aa3baf314452da38bfab956a29465fa2c029396d42ae56201138/TurboGears2Frozen-2.2.0.tar.gz" } ] }