New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

powermanim

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

powermanim

Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.

0.1.2
PyPI
Maintainers
1

PyPi PyPi CI Docs Code style: black

Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.

Installation

pip install git+ssh://git@github.com/lucmos/powermanim.git

Quickstart

Development installation

Setup the development environment:

git clone git@github.com:lucmos/powermanim.git
cd powermanim
conda env create -f env.yaml
conda activate powermanim
pre-commit install

Run the tests:

pre-commit run --all-files
pytest -v

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts