Metadata-Version: 2.1
Name: klodlibrary
Version: 0.0.1
Summary: A very basic library.
Home-page: 
Author: Kloodi
Author-email: Klod2002@proton.me
License: MIT
Keywords: library,python,simple,basic
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt

------------------------
-- KLODLIBRARY V0.0.1 --
------------------------

About:
This is a simple library that provides
extra content and functionality to python.
for now there is just extra math functions.

functions:

clamp(number, min=1, max=10) -- clamps number to min and max bounds.
abs(number) -- turns number to positive if its negative.
neg(number) -- turns number to negative if its positive.
opposite(number) -- if number is positive, it turns into negative and vice versa.

change log
==========

-- v0.0.1 (9:23 PM, 01/01/2023)
    -- first release for this library.
