Metadata-Version: 2.1
Name: NexusViewNew
Version: 0.0.6
Summary: A small python package
Home-page: https://github.com/AK_SHIHAB/NexusViewNew
Author: AK_SHIHAB
Author-email: shihabkaiyumhossen@gmail.com
License: Apache
Project-URL: Bug Tracker, https://github.com/AK_SHIHAB/NexusViewNew/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ensure==1.0.2
Requires-Dist: py-youtube==1.1.7
Provides-Extra: testing
Requires-Dist: pytest>=7.1.3; extra == "testing"
Requires-Dist: mypy>=0.971; extra == "testing"
Requires-Dist: flake8>=5.0.4; extra == "testing"
Requires-Dist: tox>=3.25.1; extra == "testing"

# NexusViewNew 🚀

[![PyPI version](https://img.shields.io/pypi/v/NexusViewNew.svg)](https://pypi.org/project/NexusViewNew/)
[![Python versions](https://img.shields.io/pypi/pyversions/NexusViewNew.svg)](https://pypi.org/project/NexusViewNew/)
[![License](https://img.shields.io/pypi/l/NexusViewNew.svg)](https://github.com/your-username/NexusViewNew/blob/main/LICENSE)

**NexusViewNew** is a lightweight Python library designed for Data Scientists and developers to enhance their notebook workflow.

Stop switching tabs to read documentation or watch tutorials—view them right next to your code.

---

## ✨ Features

- 🌐 Website Rendering: Render any HTTPS website directly in an output cell.
- ▶️ YouTube Integration: Intelligent parsing of YouTube URLs to embed the video player.
- 📐 Customizable: Easily adjust width, height, and alignment of the viewport.
- ⚡ Lightweight: Zero heavy dependencies; built on top of standard IPython display tools.

---

## 📦 Installation

You can install **NexusViewNew** via pip:

```bash
pip install NexusViewNew
pip install -r requirements_dev.txt
conda create -n NexusViewNew_env python=3.8 -y
conda activate NexusViewNew_env
```

---

## 🚀 Usage

```python
print("Hello from NexusViewNew")
```
