Generate names for things with phonetic alliteration - use with GUIDs for easy identification.
Project description
academic-avocado-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.3.tar.gz
(15.8 kB
view details)
Built Distribution
File details
Details for the file resource-namer-1.0.3.tar.gz
.
File metadata
- Download URL: resource-namer-1.0.3.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 144ca831ddba53be183903174033928ee70e6537beba7e413335b5fa4bfae70c |
|
MD5 | 181c00b43657019df4009a44972f5398 |
|
BLAKE2b-256 | 48140baef3630d8f9d4e10df32b408c51fdceb8d68da24a514a6521d1bcae37e |
File details
Details for the file resource_namer-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: resource_namer-1.0.3-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b93b88854fcedb642adf6d1d2b50144568ea575ab401cbf47c14eaf4f893bab |
|
MD5 | a4c7d8f7f3504067f66e4b5cefe316bc |
|
BLAKE2b-256 | c0727b1a07584650f65235aec8f9c707794c9bd9663539e2eddac7d0a78fb616 |