Objectron is an advanced Python object transformation system that enables dynamic monitoring and deep reference management through a powerful proxy-based architecture.
✨ Key Features
- **Smart Access**: Transparent attribute access with dynamic creation and path-based traversal
- **Deep Monitoring**: Comprehensive method and attribute tracking
- **Type Coverage**: Full support for built-in and custom types
- **Reference Control**: Automatic tracking with circular reference handling
- **Flexible Syntax**: Mix attribute and path-based access patterns seamlessly
🔧 Installation
bash
pip install objectron
🎯 Quick Example
python
from objectron import Objectron
Transform objects
objectron = Objectron()
config = objectron.transform({})
Dynamic attribute creation