Common packages from SEACHAD
Project description
terminal_colors
Allows print with colors
Very easy!!!
>>> import terminal_colors as tc
tc._print(f"{tc.Y}Print in rellow, {tc.G}print in green, {tc.B}, print in blue")
tc._print(f"print in yellow", tc.Y)
tc._print(f"print without marks", time_and_module_mark=False)
def test_print():
# utilizando el HELPER
tc._print("Hola mundo", tc.B) # imprimirá por defecto en CYAN con BRIGHT (así sabemos que se está usando esta función por defecto)
tc._print(f"{tc.Y}Hola {tc.R}mundo") # imprimirá en AZUL sobre ROJO en BRIGHT
tc._print("Hola mundo", tc.W) # vuelve a imprimir en CYAN con BRIGHT (así sabemos que se está usando esta función por defecto)
# utilizando las primitivas
tc.print_in_color(tc.fg.BLUE+tc.bg.RED+tc.style.BRIGHT)
tc.print("Show me your color")
tc.print_in_color(tc.fg.WHITE)
tc.print( "All following prints will be WHITE ...")
tc.print( "continues WHITE...")
tc.print_in_color()
tc.print( "Now default color")
cache_REDIS
Usage of REDIS
functionallities:
- seamless communication with REDIS
- encrypted information
- allow to store in a singleton in memory (for fastest access) only alive during execution, no persistence
common
future
ar_decorator_functions
future
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
seachad-0.1.1.tar.gz
(13.1 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
seachad-0.1.1-py3-none-any.whl
(13.9 kB
view details)
File details
Details for the file seachad-0.1.1.tar.gz.
File metadata
- Download URL: seachad-0.1.1.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d243f7c17cd5c914faafc6134aa3cb15f00a1a225826fcfa767729c7c3fd803
|
|
| MD5 |
fa8f4f26c5d84ff3813c279659bf9800
|
|
| BLAKE2b-256 |
1beba074e21903dc6142a97d7676eb139805e923f58505742ffe4cc22ad3e888
|
File details
Details for the file seachad-0.1.1-py3-none-any.whl.
File metadata
- Download URL: seachad-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
617c3f31656853036991082aba37cabf1c20f43ba4dcacc1679d1441f2d8ed56
|
|
| MD5 |
f36a9938afec00bc5f7f729694b55c17
|
|
| BLAKE2b-256 |
2fc50c1116011cb3ccbc4128a5c8bdf5e4f59249c36826bd387ca946b4969e21
|