Metadata-Version: 2.1
Name: general-utils-juan-palma-borda
Version: 0.2.2
Summary: Group of general utils from different projects.
Home-page: https://github.com/muerterauda/general-utils
Author: Juan Palma Borda
Author-email: Juan Palma Borda <juanpalmaborda@hotmail.com>
Keywords: utils,colors,prints,math_operations
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt

# General Utils (0.2.2)

Group of general utils from different projects.

Included classes:

- Point class
- Singleton pattern
- Colors class: bcolors (terminal) and wcolors (rgb) 
- Prints class: Print list, dicts, dataframes and separators
- Incremental_math_operations class: Avg and standard desviation 
calculated as incremental operation.
- map_value function
