Sizelib LogoSIZELIB

Getting Started

  • Introduction
  • Installation

API Reference

  • size - Size Helpers
  • human_size() - Format Bytes
  • time - Time Helpers
  • human_time() - Format Times
  • freq - Frequency Helpers
  • human_freq() - Format Frequency
  • rate - Rate Helpers
  • human_rate() - Format Rate

Information

  • Author
  • Resources

Getting Started

  • Introduction
  • Installation

API Reference

  • size - Size Helpers
  • human_size() - Format Bytes
  • time - Time Helpers
  • human_time() - Format Times
  • freq - Frequency Helpers
  • human_freq() - Format Frequency
  • rate - Rate Helpers
  • human_rate() - Format Rate

Information

  • Author
  • Resources
Docs>Installation

Installation

  • Install sizelib from PyPI using pip:
pip
pip install sizelib
  • Install sizelib from PyPI using uv:
uv
uv add sizelib
  • Verify the installation version:
Verify Version
import sizelib
print(sizelib.__version__)