Welcome to CatDot-py! 🐟
What is CatDot-py? 🐟
CatDot-py is the official rebundle and successor of Looprlib, Looprlib-Mit, SeaKrait, and Seacret.
All future updates and new features will be released exclusively under the CatDot-py name.
CatDot-py was made to bundle all my packages to make production easier.
Everything from the originals are still here.
This is the only version that will continue to update from now on.
Seacret - Make code not readable to humans CrackDown (Never Released) - Make code very simple to write SeaKrait - Adds various functions
Features
- Simplified Math Utilities: Quick logical and evaluation helper functions.
- Cross Ability: Being able to cross use function between multiple modules.
- Lightweight & Fast: Zero heavy third-party dependencies.
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 in package
import SeaKrait as seakr
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
SeaKrait - https://github.com/Orbits-Studio-Programing/SeaKrait \
Originals
Looprlib - https://pypi.org/project/Looprlib/
Looprlib MIT - https://pypi.org/project/Looprlib-MIT/
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file catdot_py-26.1.1.tar.gz.
File metadata
- Download URL: catdot_py-26.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f74b178f184b0470c8795dbb417ad572ef1e1db4e783b8241f578f0e352913b
|
|
| MD5 |
03518ad5e480a13cd6336bac766cb3b0
|
|
| BLAKE2b-256 |
4f89181fd865ca1bb0ee125119b08646658597a7eb4b112954b0a5bf24652188
|
File details
Details for the file catdot_py-26.1.1-py3-none-any.whl.
File metadata
- Download URL: catdot_py-26.1.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f2d38ba04c4d3c2b27c13ac77eb94abf0d28dd67dc42f48dd5a0e63201a08bb
|
|
| MD5 |
2356a650a08dd54ed55d6e7295742b66
|
|
| BLAKE2b-256 |
ed359ebb75e4d674e5b20158d835f646713eea464494f8492cbc6b82bcafa413
|