Here is my automations I usualy use for my job and life.
- Clone this repository on $HOME and rename it to bin
- Add $HOME/bin to the $PATH
mkpyenv
: Creates a python environment on that folder which is called. Gets one argument which is the python version, for example:
mkpyenv 3.9
getDollar
: Show on screen the current USD-BRL rate and some others statistics.
getDollar
cannedpy
: Spin up a python interpreter with the configurations of the current project. The first argument is the python version. To install requirements just add therequirements.txt
to the folder, add.env
if you need any env variable.
canndpy 3.11
Nothing here yet! :D