Skip to content
/ lica Public

Assorted collection of Python utilities (functions, classes) to be reused in many other dependant projects

License

Notifications You must be signed in to change notification settings

guaix-ucm/lica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lica

Assorte collection of source code with utilities (functions, classes, etc.) used in other projects at LICA (UCM) or STARS4ALL

Installation

Stable version

pip install lica

Development version using UV

This must be handed a source code in your client package with one of the two commands below.

uv add git+https://github.com/guaix-ucm/lica --branch main
uv add git+https://github.com/guaix-ucm/lica --tag x.y.z

*** Note: *** lica library uses different modules in its subpackages, so you must use one or more the following extras:

  • lica[jinja]
  • lica[tabular]
  • lica[raw]
  • lica[sqlalchemy]
  • lica[aiosqlalchemy]

About

Assorted collection of Python utilities (functions, classes) to be reused in many other dependant projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published