Metadata-Version: 1.1
Name: cumberbatch
Version: 0.3
Summary: Generate names similar to Benedict Cumberbatch.
Home-page: https://github.com/brandones/cumberbatch
Author: Brandon Istenes
Author-email: brandonesbox@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/brandones/cumberbatch/tarball/0.3
Description: cumberbatch
        ===========
        
        Generates names similar to "Benedict Cumberbatch"
        
        The module benedict provides three functions: first, last, and full.
        All three have an optional parameter "clean" which defaults true.
        `clean=False` is passed, some of the results may not be child/boss friendly
        (though most of them still will be, as in the use below).
        
        Usage
        -----
        
        ::
        
            >>> import cumberbatch
            >>> cumberbatch.first()
            'Boilerdang'
            >>> cumberbatch.last()
            'Cabbagepatch'
            >>> cumberbatch.full()
            'Bombadil Coggleswort'
            >>> cumberbatch.full(clean=False)
            'Barister Colonist'
        
        
        
        Contributing
        ------------
        
        Feel free to fork me and create a pull request at
        https://github.com/brandones/cumberbatch
        
        
        
Keywords: names,testing,fixtures,generation,generator,benedict,cumberbatch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
