Draw Euclidian Geometry
Project description
Manim Euclid
Euclidian Geometry Drawing Tool
This project is a Porting of the excellent Lua/TikZ package tkz-elements in python to use with Manim.
Neues Projekt
uv init --python 3.13 manim-euclid
uv add manim
uv run manim checkhealth
uv add poetry
uv add pip
uv add pytest
Status
Experimental
For devloper: Howto ...
- Create venv
uv venv
- Install all dependencies
uv sync
- Run Unittest
# fast
python -m unittest
# with coverage
coverage run -m unittest
coverage report -m
coverage html
- Import Repository Token
uv run poetry config pypi-token.pypi pypi-AgEIcHl...
uv run poetry config pypi-token.testpypi pypi-AgEIcHl...
- Deploy to test PyPi
rm -rf dist/* ; uv build --all
twine upload --repository testpypi dist/*
- Deploy to Pypi
rm -rf dist/* ; uv build --all
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
manim_euclid-0.2.0.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file manim_euclid-0.2.0.tar.gz.
File metadata
- Download URL: manim_euclid-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f75bbed14375323c55fd2ca0d7244166cc324e37713cec1ac6c631b027014f9
|
|
| MD5 |
e96fd583ef5b53fda7bb301d3e02c5cb
|
|
| BLAKE2b-256 |
6a43076ea853f7655338f461e57c50a47407f7d7020d9e7c837e329d576e1e7c
|
File details
Details for the file manim_euclid-0.2.0-py3-none-any.whl.
File metadata
- Download URL: manim_euclid-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97db3986c4aa62dfefa83a6a24cd43795998e16b485beb479c129894afeeec37
|
|
| MD5 |
4d86e3e40ba5bb84ecfc9f46ae0d652e
|
|
| BLAKE2b-256 |
5f186f322bdf7af1729a4f4a33523e7f398ca94fbe6695dd3129d89f5c1daf35
|