Metadata-Version: 2.1
Name: hostnamegen
Version: 0.9.0
Summary: Random host name generator
Home-page: https://github.com/tasooshi/hostnamegen
Author: tasooshi
Author-email: tasooshi@pm.me
License: BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)
Keywords: host,name,generator,random
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Faker (==1.0.1)
Requires-Dist: python-slugify (==2.0.1)
Requires-Dist: click (==6.7)

# hostnamegen

## About

This little tool generates random host names that make sense. It is a complementary library for [namechanger](https://github.com/tasooshi/namechanger).

## Installation

Easiest way is by pulling from PyPI:

    pip install hostnamegen

## Usage

### Random host name with defaults

    $ hostnamegen
    HOLZAPFEL-W3WS1Q

### Ten random names using Japanese locale and selected classes

    $ hostnamegen -lja_JP -n10 -d";" -cFirstNameDesktop,CompanyDesktop
    GONG-ZE-DIAN-QI-YOU-XIAN-HUI-SHE-Y88FW4;HE-TONG-HUI-SHE-JIN-TENG-YIN-XING-1SW7YY;Liang-jie;Zhi-shu;Ying-shu;Yi;ZHONG-DAO-YIN-SHUA-ZHU-SHI-HUI-SHE-641IAN;YOU-XIAN-HUI-SHE-TIAN-BIAN-KUANG-YE-3AAQ5Q;QI-TENG-GASUZHU-SHI-HUI-SHE-1SH0DN;Yang-yi

### List available classes

    $ hostnamegen -cl
    CompanyDesktop, FirstNameDesktop, WindowsDefault

### List available locale

    $ hostnamegen -ll
    ar_EG, bg_BG, bs_BA, cs_CZ, de_DE, el_GR, en_US, es_ES, et_EE, fa_IR, fi_FI, fr_FR, hi_IN, hr_HR, hu_HU, it_IT, ja_JP, ko_KR, lt_LT, lv_LV, nl_NL, pl_PL, pt_BR, ro_RO, ru_RU, sl_SI, sv_SE, tr_TR, uk_UA, zh_CN

## Legal

* License: BSD-3-Clause (http://opensource.org/licenses/BSD-3-Clause)

## Contact

In case you feel the need to get in touch:

* tasooshi@pm.me
* [GPG](https://tasooshi.github.io/6C3E62B2.asc)


