Skip to content

All-In Python

This is the official documentation for the allinpy Python package.

Installation

You can install the package using:

pip install allinpy

Getting Started

Here's how to use allinpy in your Python project:

from allinpy.utils import safe_div
result = safe_div(10, 2)
print(result)

For full API details, see the API Reference.