Skip to main content

Bunch of utility commands for gearbox toolset

Project description

About gearboxtools

gearboxtools is a bunch of commands for the TurboGears GearBox tool.

Installing

gearboxtools can be installed from pypi:

easy_install gearbox-tools

or:

pip install gearbox-tools

should just work for most of the users

Provided Commands

pkgdeps

Provided and installed application as argument will return the list of direct and indirect depencies used by the application:

$ gearbox pkgdeps turbogears2
+--------------+
| Package      |
+--------------+
| Beaker       |
| repoze.lru   |
| PasteDeploy  |
| MarkupSafe   |
| crank>=0.6.2 |
| WebOb>=1.2   |
| decorator    |
+--------------+

tg-bootstrap

When ran inside a newly quickstarted TurboGears2 application will adapt the application to work with the SCSS version of bootstrap css framework.

This command will add the tgext.scss dependency loaded through tgext.pluggable, will create a bootstrap directory inside the project public_dir with the Twitter bootstrap framework inside and will patch the master template to use the SCSS version instead of the plain CSS one provided by default.

tg-hgignore

This will create a .hgignore file suitable for TurboGears2 applications inside the directory where it is started.

deploy-circus

When started inside a PasteDeploy application directory will generate a configuration for Mozilla Circus to deploy that application under circus supervision.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gearbox-tools-0.0.1.tar.gz (75.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page