Metadata-Version: 2.1
Name: NotebookRender
Version: 0.0.2
Summary: A small python package
Home-page: https://github.com/shk0224/Notebook-Render-PyPi-Package
Author: shk0224
Author-email: shuvo.du333@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/shk0224/Notebook-Render-PyPi-Package/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"

# Notebook-Render-PyPi-Package

This repository includes the source code and documentation for the Inception Renderer Python package, available on PyPI. Inception Renderer is a powerful tool that enables rendering YouTube videos and web pages directly within Jupyter and Google Colab notebooks.

# How to run?
1. Create Virtual Env
```bash
conda create -n render python=3.8 -y
```

2. Activate the Virtual Env
```bash
Conda activate render
```

3. Intall the required package
```bash
pip install -r requirements_dev.txt
```

# Project name

NotebookRender

