aabmets / useful-scripts

Repo to showcase various useful scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful Scripts

Repo to showcase various useful scripts.

  • optimize remote databases
    • These scripts execute OPTIMIZE on a remote cluster of MySQL databases in a parallel fashion.
  • various/deprecated.py
    • This Python decorator wraps a property, a function or a class with a deprecation warning.
  • various/code_counter.py
    • This Python script counts the lines of code of a Python project.
  • various/code_coverage.py
    • This Python script runs code coverage, builds the HTML results page and opens it in the default browser.

About

Repo to showcase various useful scripts.

License:MIT License


Languages

Language:Python 68.2%Language:Shell 31.8%