All notable changes to Load will be documented in this file.
- 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
- 🚀 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
- Poetry-based development environment
- Comprehensive test suite with pytest
- Code formatting with Black
- Linting with Flake8
- Type checking with MyPy
- Makefile for common tasks