A collection of delightfully arbitrary utilities
Project description
soandso
A delightfully arbitrary collection of Python utilities that do things, other things, and something else entirely.
Installation
pip install soandso
Usage
from soandso import do_a_thing, do_another_thing, do_something_else
from soandso import make_it_fancy, count_stuff, generate_nonsense
# Do a thing
result = do_a_thing("laundry")
print(result) # "Successfully did laundry! ✨"
# Do another thing with intensity
result = do_another_thing(8)
print(result) # {'thing_done': True, 'intensity_level': 8, ...}
# Do something else with a list
items = ["apple", "banana", "cherry"]
result = do_something_else(items)
print(result) # ["🎭 apple (processed)", ...]
# Make text fancy
fancy = make_it_fancy("hello world", "sparkles")
print(fancy) # "✨ ⭐ HELLO WORLD ⭐ ✨"
# Count stuff
counts = count_stuff("hello world")
print(counts) # {'total': 11, 'without_spaces': 10, ...}
# Generate nonsense
nonsense = generate_nonsense(5)
print(nonsense) # "flibber jabberwocky snurfle blimp woosh"
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
soandso-1.0.0.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soandso-1.0.0.tar.gz.
File metadata
- Download URL: soandso-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6abac1eccdd3ecae8e7522b95c8a6189062fea49dce5fab4491927354fb8c902
|
|
| MD5 |
830721ec54ae1732d40ad258a7cbd628
|
|
| BLAKE2b-256 |
f58b120a16b3b31592bdca1f4bfb05ed87dd6083653d33cb751cbe44d069d664
|
File details
Details for the file soandso-1.0.0-py3-none-any.whl.
File metadata
- Download URL: soandso-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb1f4a7155dd8dc5df4dfc6d8612098720ccf7e6d3af8423be7f51e450e8699
|
|
| MD5 |
176c16eaedb0e54bb5865dede9a65f96
|
|
| BLAKE2b-256 |
ca6320137f60354eff01a60dc690384313d59094983531d934593c422afb85c5
|