Skip to content

Releases: tqdm/py-make

py-make v0.1.2 beta

06 Feb 21:40
a7d8bbf
Compare
Choose a tag to compare
  • framework (#17)
    • support Python 3.7 to 3.11
    • migrate travis CI => GitHub Actions (#17)
    • migrate nose => pytest
    • migrate setup.{py,cfg} => pyproject.toml
    • use setuptools_scm for versioning
  • misc (#17)
    • remove Python 2 compatibility functions
    • fix DeprecationWarning
    • linting
  • update README (#13)
  • update Makefile (#17)

py-make v0.1.1 beta

21 Jan 00:20
f8049ce
Compare
Choose a tag to compare
  • documentation updates
  • framework overhaul
    • testing/packaging/CI

py-make v0.1.0 beta

20 Jan 21:31
e2df4b3
Compare
Choose a tag to compare

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]