Skip to main content

Generate names for things with phonetic alliteration - use with GUIDs for easy identification.

Project description

resource-namer

License PyPI Version Python Versions

Name things with better names than GUIDs, use in combination with GUIDs or datetimes.

module main

python -m resource_namer

local development

pip install -e .

run tests:

pip install -e .
pytest

Example API usage

>>> from resource_namer import generate_name
>>> generate_name()
'handy-human'

# Use a different join character:

>>> generate_name(joiner=".")
'corny.camel'

# seed with a random number

>>> generate_name(seed=42)
'delightful-donkey'

# use plants instead of animals

>>> generate_name(prefer_plants=True)
'irritating-inkberry'

https://pypi.org/project/resource-namer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

resource-namer-1.0.5.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

resource_namer-1.0.5-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page