Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 630 Bytes

python_scripts.md

File metadata and controls

14 lines (9 loc) · 630 Bytes

Python scripts

Scripts that automate simple tasks that can be useful

Scripts:

Secret Key Manager in Python

This script reads secret keys from a file (json, can change to any file type) and reads it into a dictionary and can be used as you work on different compoenents of your applications
Secret Keys Manager Class

Valid Commit Script

This script checks if committed files are over 100MB before pushing otherwise does not push (WIP)
Github Friendly Commit Script