A Git hook to automate your Pipenv and Django workflows
Project description
Hook Me Up
A Git hook to automate your Pipenv and Django workflows
Requirements
- Python 2.7+
Features
- Fires whenever you switch branches with
git checkout
, or whenever you rungit pull
, or basically any time Git checks files out into your worktree - Cleans and Syncs your Pipenv if there are changes to
Pipfile
orPipfile.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
.
Contributing
Pull requests are welcome, preferably via emailed output of git request-pull
sent to the maintainer (see
here for more
information). Bug reports should also be directed to the maintainer via
email.
Releases
Release tags will always be signed with the maintainer's PGP
key (also available on any
public
keyserver).
PGP-signed versions of release tarballs and pre-built
wheel packages are available on
PyPI, with the signature files
living alongside the corresponding artifact (simply append an .asc
extension). Because the maintainers of PyPI do not consider PGP
signatures to be a user-facing feature, the extension must be added
manually in your browser's URL bar in order to download the signature
files.
Acknowledgments
hookmeup is inspired by Tim Pope's hookup utility for Ruby/Rails (and hence so is the name).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hookmeup-1.0.5.tar.gz
.
File metadata
- Download URL: hookmeup-1.0.5.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3637bc3dc994c2f20e3c2cc914673cb9162eac448194e3e0526fae7a7e89c41 |
|
MD5 | dfc993129be81b56b3e8af1ba71dcdc2 |
|
BLAKE2b-256 | a7f7e19e6481dfd7d5aff7cc237a3f0f11ad4dbfbb6111947333878e5bac1d93 |
File details
Details for the file hookmeup-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: hookmeup-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1be532dcd1f6f66952cbfc40de9e0b8737ca4ad473851aeec8e73f464a94cb9 |
|
MD5 | d2c3cae95b3b7f5527624f78e2191e9f |
|
BLAKE2b-256 | 613e9784be009243c4bd964078b4f80360da3155cda53dd6af7c0412629392ed |