Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 620 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 620 Bytes

pyPixelRebel

The pixelrebel Python Module

helper Class

Provides common functions and snippets

cmpv(version1, version2)
Compare version strings
Returns '0' if version1 == verstion2
Returns '-1' if version1 < version2
Returns '1' if version1 > version2
commas(x)
Return number as string with commas
bytefmt(num, suffix='B')
Format bytes into human readable strings
sendmail(send_from, send_to, subject, text, files=None, server="127.0.0.1")
Sends email using sendmail
timestamp(fmt='%c')
Return timestamp string for logs