Metadata-Version: 1.0
Name: gherkin
Version: 3
Summary: Gherkin is a safe serializer for simple Python types.
Home-page: http://code.google.com/p/gherkin/
Author: Simon Wittber
Author-email: simonwittber@gmail.com
License: MIT
Description: 
        Gherkin is a reponse to the pickle and marshal modules being documented
        as unsafe.
        
        It can serialize all the Python simple types, including sets.
        
        Requires Python 2.5
        
Platform: Any
