Skip to main content

Common packages from SEACHAD

Project description

to create the library

  1. first delete /dist
  2. change TOML version
  3. python -m build
  4. 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


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.31.tar.gz (116.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seachad-0.1.31-py3-none-any.whl (120.5 kB view details)

Uploaded Python 3

File details

Details for the file seachad-0.1.31.tar.gz.

File metadata

  • Download URL: seachad-0.1.31.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

Hashes for seachad-0.1.31.tar.gz
Algorithm Hash digest
SHA256 08fbc9858b343d586acc1583b5a909e211e489081f7c3d5df6007c0274897ef1
MD5 387413b20e4e0b7c936551640f4b2a77
BLAKE2b-256 771f873d7941fbdb52428840f7a8545e75608246b79ee2958aff5e2b9d38cc26

See more details on using hashes here.

File details

Details for the file seachad-0.1.31-py3-none-any.whl.

File metadata

  • Download URL: seachad-0.1.31-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

Hashes for seachad-0.1.31-py3-none-any.whl
Algorithm Hash digest
SHA256 55eef9f9ccd1bcf83754404ea7dd121f1cb1cef466faae6e8ba56fca88137910
MD5 54a3d8db78c20a5e55350b4017e9fa89
BLAKE2b-256 8fdb965035f986ceb52e4969899cc45051ae8c8dc7f89517c0b55826beb2c09c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page