Skip to content

Instantly share code, notes, and snippets.

@trenton42
Last active March 2, 2017 16:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trenton42/4127579 to your computer and use it in GitHub Desktop.
Save trenton42/4127579 to your computer and use it in GitHub Desktop.
Handy Python Packages
  • appdirs store user data in the right spot on different platforms
  • APScheduler In-process task scheduler with Cron-like capabilities
  • blessings A thin, practical wrapper around terminal coloring, styling, and positioning
  • boto Python interface to Amazon Web Services.
  • cmd2 create better shells
  • docopt Command-line interface description language
  • elementflow xml creation
  • fabric Pythonic remote execution and deployment.
    • Cuisine Provides light weight Chef-like functionality for Fabric
  • google-charwrapper Python wrapper for the Google Chart API.
  • ijson Handle very large json, process it in chunks
  • procname name the current process
  • psutil interface for retrieving information on all running processes and system utilization
  • PubSub In process messaging. Publisher/Subscriber (formally part of wxPython)
  • Requests HTTP for humans
  • untangle XML to object parsing
  • tablib Python Module for Tabular Datasets in XLS, CSV, JSON, YAML
  • vobject read vCard and vCalendar files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment