Objectron

Latest version: v1.0.5

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

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

0.0.0.0

print(config["database.port"]) 5432


📝 Notes
- Initial stable release
- Full test coverage
- Comprehensive documentation available
- MIT Licensed

Try it now on [Replit](https://replit.com/kairos/objectron)!

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.