Metadata-Version: 2.4
Name: SeaKrait
Version: 3.0
Summary: This is a quick and easy to use Library for python that adds a bunch of random functions.
Author-email: Matthew Carter <mjcarter002@gmail.com>
Keywords: sea,snake,seakrait,krait
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: requests>=2.28.0
Dynamic: license-file

﻿
# Welcome to SeaKrait!
### What is SeaKrait
SeaKrait is a rebundle of Looprlib-Mit and Looprlib.\
SeaKrait was made to change the cofusing name "Looprlib" to something more friendly like Seakrait\
Everything from the originals are still here.\
This is the only version that will continue to update\
Sorry for the incovinence.\


### Use Cases
You could use this to test positivity of an number and get a result with this:

Here is the positivity function.

    def positivity(i,pos,neg,zero):
        if i > 0:
            return pos
        elif i < 0:
            return neg
        else:
            return zero

### Example
    print(seakr.seamath.positivity(100,21,32,123))

#### if 100 is positive the result is 21
#### if 100 is negative the result is 32
#### if 100 is equal to 0  the result is 123

#### in this case the function will print 21 to the terminal!


### Other Material
 to see test releases go to: https://test.pypi.org/project/Looprlib/ \
 And Original releases go to: https://pypi.org/project/Looprlib/ \
 Releases on Anaconda are also planed in the future
