Metadata-Version: 2.1
Name: cockli-gen
Version: 1.0.6
Summary: Generate cock.li email addresses on the CLI
Home-page: https://gitlab.com/grrfe/cockli-gen
Author: grrfe
Author-email: grrfe@420blaze.it
License: UNKNOWN
Description: # cockli-gen
        
        A tool to randomly create [cock.li](https://cock.li) email addresses on the commandline. This tool is not meant for spam-usage (you still have to fill in the captcha) but rather for "privacy-conscious" people who want to use different email addresses for every service they sign up.
        
        **Installation**
        
        `pip3 install cockli-gen`  
        
        **Usage**
        
        ```  
        fe@mememachine:~$ cockligen --help
        usage: cockli-gen [-h] [-d DOMAIN] [-p PASSWORD_LENGTH]
                          [-mil MINIMUM_USERNAME_LENGTH]
                          [-mal MAXIMUM_USERNAME_LENGTH] [-s SIMPLE]
        
        Create a random cock.li mail address
        
        optional arguments:
          -h, --help            show this help message and exit
          -d DOMAIN, --domain DOMAIN
                                Select one of cock.li's many domains; default =
                                cock.li
          -p PASSWORD_LENGTH, --password-length PASSWORD_LENGTH
                                Override the default password length; default = 32,
                                min = 8, max = 255
          -mil MINIMUM_USERNAME_LENGTH, --minimum-username-length MINIMUM_USERNAME_LENGTH
                                Override the default minimum username length; default
                                = 10, min = 1
          -mal MAXIMUM_USERNAME_LENGTH, --maximum-username-length MAXIMUM_USERNAME_LENGTH
                                Override the default maximum username length; default
                                = 16, max = 32
          -s SIMPLE, --simple SIMPLE
                                Simple output, username:password
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
