Metadata-Version: 2.1
Name: mypy_11_ren
Version: 0.0.3
Summary: A small python package
Home-page: https://github.com/maria2021831011/mypy_11_ren
Author: maria2021831011
Author-email: ritukhan534@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/maria2021831011/mypy_11_ren/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"


# mypy_11_ren

This repository contains the source code and documentation for the
**Inception Renderer** Python package, available on PyPI.

The Inception Renderer is a tool for rendering YouTube videos and web pages
inside **Jupyter Notebook** and **Google Colab** environments.

---

## 🚀 How to Run

### 📦 Installation

#### 1. Create a conda environment

conda create -n inrenderer python=3.8 -y

#### 2. Activate the environment

<pre class="overflow-visible! px-0!" data-start="650" data-end="687"><div class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"><div class="sticky top-[calc(--spacing(9)+var(--header-height))] @w-xl/main:top-9"><div class="absolute end-0 bottom-0 flex h-9 items-center pe-2"><div class="bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs"></div></div></div><div class="overflow-y-auto p-4" dir="ltr"><code class="whitespace-pre! language-bash"><span><span>conda activate inrenderer
</span></span></code></div></div></pre>

#### 3. Install dependencies

pip install -r requirements_dev.txt
