Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 836 Bytes

File metadata and controls

31 lines (26 loc) · 836 Bytes

Changelog

All notable changes to Load will be documented in this file.

[1.0.0] - 2025-06-21

Added

  • Initial release of Load
  • Magic import functionality (import load)
  • Auto-installation from PyPI
  • Smart auto-print for results
  • RAM caching for fast repeated loading
  • Support for local file loading
  • Comprehensive test suite
  • Full documentation and examples

Features

  • 🚀 Magic import - access modules via load.module_name
  • 📊 Auto-print results like Jupyter/REPL
  • 💾 Intelligent RAM caching
  • 🎯 Smart module detection
  • 📁 Local Python file support
  • 🔧 Configurable auto-print settings

Developer Features

  • Poetry-based development environment
  • Comprehensive test suite with pytest
  • Code formatting with Black
  • Linting with Flake8
  • Type checking with MyPy
  • Makefile for common tasks