Skip to content

Instantly share code, notes, and snippets.

@sente
Created December 7, 2011 10:43
Show Gist options
  • Save sente/1442351 to your computer and use it in GitHub Desktop.
Save sente/1442351 to your computer and use it in GitHub Desktop.
Awesome Python libs

Imaging

Scrapping/Parsing

Protocols

APIs

  • boto - integrated interface for AWS

  • eveapi - lib for EVE Online MMORPG API

  • libcloud - a lib to standardized calls to different "cloud" providers

  • pyblog - lib wrapper for RPC calls to the most popular blog providers

  • py-github - lib for github

  • pyposterous - lib for posterous.com lib

  • tumblr.py - lib for tumblr.com API

  • freebase - client API for accessing Freebase.com

  • Social Graph - wrapper for the google Social Graph API

  • geocoders - Ultra simple API for geocoding a single string against various web services

  • twilio_python - A Python module for communicating with the Twilio API and generating TwiML

AI/Science

Special use

  • b85.py - a base 85 encoder decoder

  • pyre2 - fast non-backtracking regular expression lib

  • pymouse - mouse control

  • FuzzyWuzzy - Fuzzy string matching

  • JellyFish - approximate and phonetic matching of strings

  • ssdeep - wrapper for ssdeep (CTPH - Context Triggered Piecewise Hashing)

Unsorted

  • pybot - library for making bots that use mouse and keyboard, and interact with display
  • pyutf8 - extension for dealing with validation and cleanup of UTF-8 strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment