Stats
-
Forks0
-
Stars0
-
Open Issues0
-
DescriptionMy pycharm templates using Apache Velocity
Pycharm Templates
My pycharm templates using Apache Velcoity
WARNING: Bugs in pycharm
Bugs in pycharm:
This took some figuring out why things break in weird ways when making updates
- Pycharm is caching in memory the macros, so if you change the macros you need to restart pycharm or rename the macros
- Leading indents in the macros cause indentation errors in the generated code, but NOT necessarily where the macro
runs
blank.py:
Set up a basic python script with:
- Logging, with colour output and log rotation
blank_aws_1.py:
Set up a python script to access a AWS account with:
- Boto3, command line parameters to choose account and regions
- Logging, with colour output and log rotation
blank_aws_2.py:
Set up a python script to access multiple AWS accounts with:
- Boto3, command line parameters to choose accounts and regions
- Logging, with colour output and log rotation
blank_google_workspaces.py:
Set up a python script to access Googles API:
- Google json credentials for authentication
- Logging, with colour output and log rotation
blank_threaded.py:
Set up a multithreading python script with:
- Logging, with colour output and log rotation
- Threaded function
- Progress bar
blank_shell.py:
Set up a shell script with coloured logging and an exit trap:
- Logging, with colour output