Metadata-Version: 1.1
Name: randstr
Version: 0.1.2
Summary: Create a random string.
Home-page: https://github.com/ionrock/randstr
Author: Eric Larson
Author-email: eric@ionrock.org
License: BSD
Description: =======
        randstr
        =======
        
        .. image:: https://pypip.in/d/randstr/badge.png
                :target: https://pypi.python.org/pypi/randstr
        
        Sometimes you just want a random string. For those times, there is `randstr`.
        
        
        Usage
        =====
        
        The default is a 7 character string composed of `a-z0-9`.
        
        .. code-block:: python
        
           from randstr import randstr
        
           print(randstr())
        
        
        You can get a longer string by passing in a length argument.
        
        .. code-block:: python
        
           randstr(19)
        
        
        * Free software: BSD license
        
Keywords: randstr
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
