Metadata-Version: 2.1
Name: NotebookYTHelper
Version: 0.0.2
Summary: A small python package
Home-page: https://github.com/Muztahid-2020331021/Notebook-YT-Helper
Author: Muztahid-2020331021
Author-email: sajid191693@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/Muztahid-2020331021/Notebook-YT-Helper/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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"

# Notebook-YT-Helper
A Jupyter Notebook extension that allows users to easily embed YouTube videos directly into jupyter or google colab notebooks.


## Installation guidelines

### 1. Create a conda environment

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

### 2. Activate the conda environment

```bash
conda activate renderer
```

### 3. Install the required packages

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