TurboGears2Frozen

Reference this rather than Turbogears2 as a dependency to get a consistent install with your package
Download

TurboGears2Frozen Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Nick Holden
  • Publisher web site:
  • https://github.com/nickpholden/

TurboGears2Frozen Tags


TurboGears2Frozen Description

TurboGears2Frozen is a Turbogears meta package that lists the exact packages and versions that common Turbogears installs need to run.We list the packages here so you can make a standard setup.py without messing around with pip freeze, or performing a non standard install using the Turbogears Repository.Use this package ifHave you ever wanted to deploy a python package with Turbogears as a dependency but are worried what will be installed with the single tg.devtools/Turbogears2 dependency?Have you ever installed Turbogears on your dev machine then come to install your package that depends on Turbogears on a prod machine only to find that one of the packages Turbogears depends on has changed, breaking your prod install?Do you want to tell your users to just pip install that relies on Turbogears, rather that having to tell them to run a custom command first to install Turbogears from the TG Repo.UsingYour application's setup.py might look like:import setuptoolsfrom distutils.core import setupfrom sys import versionfrom setuptools import find_packagessetup(name='MyPackageUsingTG', install_requires=( """ TurboGears2Frozen==2.1.5 """ ), version='0.0.1', description='My package that uses Turbogears2 but doesn't have loads of dependencies listed', author='Joe Bloggs', author_email='joe@bloggs.c', packages=find_packages(exclude=) )Product's homepage


TurboGears2Frozen Related Software