Common packages from SEACHAD
Project description
to create the library
- first delete /dist
- change TOML version
- python -m build
- twine upload dist/*
with this the library is updated and uploaded in order to refresh en environments 5) pip install --upgrade --no-cache-dir nombre_del_paquete
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
incluida soporte a diversas funcionaliades para la plataforma
ar_decorator_functions
incluida soporte a control automático de errores avanzado y controles de integridad, básicamente
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
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 seachad-0.1.3.tar.gz.
File metadata
- Download URL: seachad-0.1.3.tar.gz
- Upload date:
- Size: 116.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55d3db4e111abc2ced395934c3a729bf4127d67cbe782b309857927f5b09585b
|
|
| MD5 |
c17df71fb7da78cf28027fe39e0ee16e
|
|
| BLAKE2b-256 |
5981f3dfa43935cbac17762cff1bb93a8efc135bf494ed83a68bd3604c0459e0
|
File details
Details for the file seachad-0.1.3-py3-none-any.whl.
File metadata
- Download URL: seachad-0.1.3-py3-none-any.whl
- Upload date:
- Size: 120.5 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 |
e7ca37090f24ba56eb0eb7907c8af297d1f6eac11bd807f3189e7c9bbdcd007f
|
|
| MD5 |
ef6ad0e9df3e763a1b5298307cadaa64
|
|
| BLAKE2b-256 |
7d6b95bceb92bd27de26e350e20c987097c956aa9939bce599278feb6b74a9cb
|