/hulo-py

PyPi for Hulo

Primary LanguagePythonMIT LicenseMIT

hulo-py

Hulo Python

🚀 Quick Start

Install Hulo globally to get started:

pip install hulo

This package automatically detects your platform and installs the appropriate binary distribution.

📦 Platform-Specific Packages

If you prefer to install platform-specific packages directly:

macOS

pip install hulo --platform macosx_11_0_arm64    # Apple Silicon (M1/M2)
pip install hulo --platform macosx_10_9_x86_64   # Intel Mac

Linux

pip install hulo --platform manylinux_2_17_aarch64  # ARM64
pip install hulo --platform manylinux_2_17_i686     # 32-bit x86
pip install hulo --platform manylinux_2_17_x86_64   # 64-bit x86

Windows

pip install hulo --platform win_arm64   # ARM64
pip install hulo --platform win32       # 32-bit x86
pip install hulo --platform win_amd64   # 64-bit x86

This project is licensed under the MIT License. See LICENSE for more details.