Skip to content

BytesConverter

Compare
Choose a tag to compare
@deajan deajan released this 09 Jan 18:42
· 128 commits to master since this release

This new release highly improves BytesConverter class, allowing conversion between bytes / bits / human and IEC notations.

Features

misc

  • highly improves BytesConverter class, allowing conversion between bytes / bits / human and IEC notations
  • Add convert_time_to_seconds() function allowing to convert time strings with more than 24h format into seconds

Misc

  • Remove Python 3.5 and 3.6 from linux test matrix since Github actions don't propose them anymore
  • Update github actions to v3