Generate names for things with phonetic alliteration - use with GUIDs for easy identification.
Project description
resource-namer
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'
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file resource-namer-1.0.5.tar.gz
.
File metadata
- Download URL: resource-namer-1.0.5.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d03c4b100ed02a4fc27baffb65d5343b4da22dd346b4f16427266cbe461f4045 |
|
MD5 | 9a95a243f8d25fcfc253e97ff3726588 |
|
BLAKE2b-256 | b947fe26ccb0139bb27ca6327b161121e177239e9a188fc38159f29a7aaa8b5f |
File details
Details for the file resource_namer-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: resource_namer-1.0.5-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2164898db1b12c5613a74cfa70e333358c2be683e21805555a09db26d67ac82 |
|
MD5 | 602799bf2db724cbcce02500600c58cc |
|
BLAKE2b-256 | 7eaec876686b7d0bba477a65ca66de724c9a7ad8929bea13177696ba55eaaf8e |