manim-chess 0.0.32__tar.gz → 0.0.33__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {manim_chess-0.0.32 → manim_chess-0.0.33}/PKG-INFO +2 -2
- {manim_chess-0.0.32 → manim_chess-0.0.33}/pyproject.toml +2 -2
- {manim_chess-0.0.32 → manim_chess-0.0.33}/LICENSE.txt +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/README.md +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/__init__.py +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/board.py +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/evaluation_bar.py +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/game_player.py +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bB.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bK.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bN.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bP.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bQ.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/bR.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wB.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wK.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wN.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wP.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wQ.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/piece_svgs/wR.svg +0 -0
- {manim_chess-0.0.32 → manim_chess-0.0.33}/manim_chess/pieces.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: manim-chess
|
3
|
-
Version: 0.0.
|
4
|
-
Summary:
|
3
|
+
Version: 0.0.33
|
4
|
+
Summary: A plugin for animating chessboards. Includes additional features such as PGN conversion, arrows, etc.
|
5
5
|
Author: swoyer2
|
6
6
|
Author-email: swoyer.logan@gmail.com
|
7
7
|
Requires-Python: >=3.12
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
name = "manim-chess"
|
3
|
-
version = "0.0.
|
4
|
-
description = ""
|
3
|
+
version = "0.0.33"
|
4
|
+
description = "A plugin for animating chessboards. Includes additional features such as PGN conversion, arrows, etc."
|
5
5
|
authors = [
|
6
6
|
{name = "swoyer2",email = "swoyer.logan@gmail.com"}
|
7
7
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|