Skip to content

py-make v0.1.0 beta

Compare
Choose a tag to compare
@casperdcl casperdcl released this 20 Jan 21:31
· 21 commits to master since this release
e2df4b3

First beta release!

  • ported from tqdm/tqdm/setup.py
  • basic Makefile support
  • CLI arguments supported:
    • -h, --help: Print this help and exit
    • -v, --version: Print version and exit
    • -s, --silent: Don't echo commands (quiet)
    • -p, --print-data-base: Print internal database
    • -n, --just-print: Don't actually run any commands; just print them (dry-run, recon)
    • -i, --ignore-errors: Ignore errors from commands
    • -D=<level>, --debug=<level>: Print various types of debugging information. Choices:
      (CRITICAL|FATAL)|ERROR|WARN(ING)|[default: INFO]|DEBUG|NOTSET
    • -d, --debug-trace: Print lots of debugging information (-D NOTSET)
    • -f=<file>, --file=<file>: Read <file> as a (makefile) [default: Makefile]