Skip to content

2.5.0

Latest
Compare
Choose a tag to compare
@juancarlospaco juancarlospaco released this 16 May 17:38
· 373 commits to master since this release
  • Add app_is_ready() logs App start-up time, put it at the end of your Apps __init__().
  • Add url2path() a builtin download accelerator that outputs the local filename path string, multiple async concurrent downloads for the same file, lots of parameters to play with.
  • Add autochecksum() an automagic checksum for any arbitrary files that embeds checksum on filename, using only 8 chars.
  • Add get_autochecksum() auxiliar helper of autochecksum().
  • Lots of Fixes.