Metadata-Version: 2.1
Name: NexusViewPro
Version: 0.0.1
Summary: A small python package
Home-page: https://github.com/entbappy/NexusViewPro
Author: entbappy
Author-email: entbappy73@gmail.com
License: Apache
Project-URL: Bug Tracker, https://github.com/entbappy/NexusViewPro/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
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"

# NexusViewPro 🚀

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

**NexusViewPro** is a lightweight Python library designed for Data Scientists and Jupyter Notebook users. It allows you to seamlessly render live websites and embed YouTube videos directly within your `.ipynb` environment (Jupyter Notebook, JupyterLab, Google Colab).

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 automatically.
- **📏 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 NexusViewPro via pip:

```bash
pip install NexusViewPro
```


# How to Install this package in Your System

```bash
conda create -n nexusviewpro_env python=3.8 -y
```

```bash
conda activate nexusviewpro_env
```

```bash
pip install -r requirements_dev.txt
```
