Metadata-Version: 2.1
Name: general-utils-juan-palma-borda
Version: 0.2.0
Summary: Group of general utils from different projects
Home-page: https://github.com/muerterauda/general-utils
Author: Juan Palma Borda
Author-email: juanpalmaborda@hotmail.com
Project-URL: Bug Tracker, https://github.com/muerterauda/general-utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt

# General Utils (0.2.0)

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
