Skip to content

frnsys/sup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sup

A package which includes tools I reuse a lot.

So far, there are:

  • sup.parallel - for quickly parallelizing functions
  • sup.progress - a progress bar with estimated completion time
  • sup.request - requests with retries
  • sup.logging - create loggers to easily log to console, file, or email (on errors)
  • sup.mailer - send emails (for notifications mostly)
  • sup.color - conveniently print color output to the terminal
  • sup.service - easily create multithreaded services (e.g. to run memory-intensive processes separately during parallel processing)

Installation

Install with:

$ pip install sup

About

misc utils/things I reuse a lot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages