Skip to content

Releases: jpetrucciani/bash.py

Type Annotations, CI Setup, and more!

19 Jul 20:09
Compare
Choose a tag to compare

This release updates some of the internals of this library. It adds:

  • A decent chunk of Type annotations
  • more documentation
  • BashProcess.json - autoconverted stdout to a dict if it's json formatted
  • BashProcess.err - stderr of the process
  • Travis CI setup