Foreword

Similar libraries

Cassette took a lot inspiration from the following packages:

  • vcrpy: HTTP recording and playback library
  • vcr: in Ruby

Limitations

Cassette should be considered alpha:

  • Only tested with urllib2 and httplib
  • Does not work with urllib and requests
  • The format used is not compatible with vcr or vcrpy
  • Only tested with Python 2.7
  • File format WILL change.