.editorconfig
.env.template
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
env.yaml
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/tests.yml
data/.gitignore
docs/.editorconfig
docs/.gitignore
docs/.hugo_build.lock
docs/go.mod
docs/netlify.toml
docs/assets/media/banner.png
docs/assets/media/book.svg
docs/assets/media/icon.png
docs/assets/media/icons/.gitkeep
docs/assets/scss/custom.scss
docs/config/_default/config.yaml
docs/config/_default/languages.yaml
docs/config/_default/menus.yaml
docs/config/_default/params.yaml
docs/content/authors/admin/_index.md
docs/content/docs/_index.md
docs/content/docs/chapter1/_index.md
docs/content/docs/chapter1/reading-list.md
docs/content/docs/chapter1/syllabus.md
docs/content/docs/chapter1/takeaways.md
docs/content/docs/chapter2/_index.md
docs/content/docs/chapter2/reading-list.md
docs/content/docs/chapter2/syllabus.md
docs/content/docs/chapter2/takeaways.md
docs/content/home/animations.md
docs/content/home/features.md
docs/content/home/index.md
docs/layouts/partials/views/masonry.html
docs/static/uploads/.gitkeep
src/powermanim/__init__.py
src/powermanim/_version.py
src/powermanim.egg-info/PKG-INFO
src/powermanim.egg-info/SOURCES.txt
src/powermanim.egg-info/dependency_links.txt
src/powermanim.egg-info/not-zip-safe
src/powermanim.egg-info/requires.txt
src/powermanim.egg-info/top_level.txt
src/powermanim/components/__init__.py
src/powermanim/components/_powermanim.py
src/powermanim/components/chartbars.py
src/powermanim/components/numberslider.py
src/powermanim/components/vgrouphighlight.py
src/powermanim/layouts/__init__.py
src/powermanim/layouts/arrangedbullets.py
src/powermanim/scripts/build_anims
src/powermanim/showcase/__init__.py
src/powermanim/showcase/showcasescene.py
src/powermanim/showcase/components/__init__.py
src/powermanim/showcase/components/chartbars.py
src/powermanim/showcase/components/numberslider.py
src/powermanim/showcase/components/vgroupghighlight.py
src/powermanim/showcase/layouts/__init__.py
src/powermanim/showcase/layouts/arrangedbullets.py
src/powermanim/showcase/templates/__init__.py
src/powermanim/showcase/templates/bulletlist.py
src/powermanim/showcase/templates/sectiontitle.py
src/powermanim/templates/__init__.py
src/powermanim/templates/bulletlist.py
src/powermanim/templates/sectiontitle.py
tests/conftest.py
tests/showcase/test_showcasing.py