thomasthaddeus / DataAnalysisToolkit

DataAnalysisToolkit is a Python-based data analysis tool designed to streamline various data analysis tasks. It provides the ability to load data from CSV files, perform statistical calculations, detect outliers, clean data, and visualize data.
https://dataanalysistoolkit.readthedocs.io/en/latest/
MIT License
5 stars 0 forks source link

Create Sandbox Environment for Plugins #181

Open thomasthaddeus opened 6 months ago

thomasthaddeus commented 6 months ago

Implement a sandbox environment for plugins to operate in, to isolate them from the core system and prevent security issues. Ensure that the sandbox environment provides sufficient access to necessary toolkit functionalities.