Python Development Workflow for Humans™
Pipenv is meant to replace:
- requirements.txt
- virtualenv / virtualenvwrapper
- pip-tools / pip-compile
| <!-- | |
| Author : Atul Pandit | |
| Email : [email protected] / [email protected] | |
| --> | |
| <!-- | |
| DEMO LINK | |
| http://bl.ocks.org/atul-github/0019158da5d2f8499f7f | |
| --> | |
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| @-moz-document domain("djangoproject.com") { | |
| /* Fork or comment on: https://gist.github.com/batisteo/4f4c1552ba18ffa51a4b8bfb527c9673 */ | |
| /* License: http://www.wtfpl.net/txt/copying */ | |
| body, | |
| [role="main"], | |
| .mdzr-boxshadow.container.sidebar-right { | |
| background: #222 !important; | |
| } |
| <body style="margin:4em 15%;font:17px/1.6em sans"> | |
| </body> |
| cover() { | |
| watchexec -r -s SIGTERM -w src -e py -- 'coverage run ./src/manage.py test --keepdb '$1' && coverage xml -o cov.xml ; coverage report --skip-covered' | |
| } | |
| cov() { | |
| watchexec -r -s SIGTERM -w src -e py -- 'coverage run --parallel-mode ./src/manage.py test --keepdb --parallel 2 --exclude-tag slow '$1' && coverage xml -o cov.xml && coverage report --skip-covered' | |
| } |
| [core] | |
| editor = vim | |
| excludesfile = /home/batisteo/.gitignore_global | |
| [color] | |
| ui = true | |
| [alias] | |
| co = checkout | |
| br = branch | |
| ci = commit | |
| st = status |
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
| # Make sure you have a recent version: the code points that Powerline |
I hereby claim:
To claim this, I am signing this object:
| openssl pkcs12 -in container.p12 -nocerts -nodes -out filename.key | |
| openssl pkcs12 -in container.p12 -clcerts -nokeys -nodes -out filename.crt |
| mogrify -path out -sigmoidal-contrast 14,55% -gamma 0.7 -gravity Center -crop 1500x2400+0+0 FILES*.jpg |