Metadata-Version: 2.1
Name: seeq-data-lab-env-mgr
Version: 0.4.0
Summary: Data Lab Environment Manager
Home-page: https://github.com/seeq12/seeq-data-lab-env-mgr
Author: Seeq Corporation
Author-email: support@seeq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Data Lab Environment Manager

`Data Lab Environment Manager` is a tool that helps Seeq Data Lab users transition their Notebooks between different Python versions, manage projects, and handle Python packages effectively.


## Installation

```bash
pip install seeq_data_lab_env_mgr
```

## Usage

To access the tool:

```python
from seeq.data_lab_env_mgr import DataLabEnvMgr
DataLabEnvMgr()
```

For detailed documentation, please visit our [User Guide](https://support.seeq.com/kb/latest/cloud/user-guide-data-lab-environment-manager).
