Skip to main content

A Git hook to automate your Pipenv and Django workflows

Project description

Hook Me Up

GitHub Travis (.com) AppVeyor PyPI Coverage Status

A Git hook to automate your Pipenv and Django workflows

Requirements

  • Python 3

Features

  • Fires whenever you switch branches with git checkout, or whenever you run git pull, or basically any time Git checks files out into your worktree
  • Cleans and Syncs your Pipenv if there are changes to Pipfile or Pipfile.lock
  • Migrates your Django DB to it's current working state, applying and unapplying migrations as necessary

The hook detects if Pipenv and/or Django are in use in the current repo, so you don't need to be using both to take advantage of Hookmeup.

Usage

$ pip install hookmeup
$ cd $YOUR_PROJECT
$ hookmeup install

More details are available by running hookmeup --help.

Acknowledgments

hookmeup is inspired by Tim Pope's hookup utility for Ruby/Rails (and hence so is the name).

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

hookmeup-1.0.0.tar.gz (22.6 kB view hashes)

Uploaded Source

Built Distribution

hookmeup-1.0.0-py2.py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 2 Python 3

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