euclid3
2D and 3D vector, matrix, quaternion and geometry module. updated to python 3.
What it is and what it does
euclid3 is a pure-Python mathematics library for 2D and 3D geometric operations. It provides vector, matrix, quaternion, and basic geometry primitives, originally written for Python 2 and updated for Python 3 in 2014. The library is abandoned—no releases or updates since 2014-05-14—and carries no specified Python version support, making its compatibility with modern Python versions uncertain.
The package has no runtime dependencies and installs with high friction due to its age and lack of maintenance signals. It is positioned as a lightweight alternative for small-scale geometric calculations, though its long dormancy means it has not benefited from bug fixes, performance improvements, or compatibility updates that modern libraries have received.
Use it for:
- Lightweight 2D/3D vector and matrix math in legacy Python projects that cannot migrate to modern libraries.
- Quaternion operations for rotation calculations in graphics or physics simulations in older codebases.
- Educational purposes to understand basic Euclidean geometry and linear algebra concepts in Python.
- Prototyping geometric algorithms when other libraries are unavailable or unsuitable for the task.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides 2D and 3D vector, matrix, quaternion, and geometry math operations for Python, updated for Python 3 compatibility.
No. The package is abandoned (no updates since 2014-05-14), has unclear license metadata, no specified Python version support, and high install friction. Modern alternatives are actively maintained, better documented, and more reliable. Install only if you are maintaining legacy code that already depends on it.
Install
euclid3 on PyPI
pip
pip install euclid3uv
uv add euclid3poetry
poetry add euclid3Installing euclid3
Before you install
High install friction: the package is abandoned (last release 2014-05-14, no activity for 4475 days) with no specified Python version support. The distribution format suggests potential compatibility issues with modern Python tooling.
License in practice
License treatment is unclear—the raw metadata shows 'UNKNOWN' with no SPDX identifier, though the description excerpt indicates LGPL 2.1. Verify the actual license terms before use in proprietary or copyleft-sensitive projects.
Quickstart
pip install euclid3
import euclid3
v = euclid3.Vector3(1, 2, 3)
print(v.magnitude())
No Python version specified; compatibility with modern Python versions is unverified. The package has not been maintained since 2014-05-14.
Verify before relying
- Whether euclid3 actually works on current Python versions despite the 2014 release date.
- Whether the LGPL 2.1 license stated in the description is the authoritative license or if 'UNKNOWN' metadata indicates a licensing issue.
- Performance characteristics and numerical stability compared to alternatives.
Package facts
| License | UNKNOWN (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 4,475 days since the last release |
| First released | |
| Downloads | 89,349/month — #13,666 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: euclid3-0.01.tar.gz
Tags
More Mathematics packages
NetworkX provides data structures and…
permissive · top 1,000 on PyPI
kiwisolverkiwisolver is a Python binding to a fast C++…
permissive · top 1,000 on PyPI
sympySymPy is a Python library for symbolic…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
torchPyTorch provides GPU-accelerated tensor…
permissive · top 1,000 on PyPI
onnxruntimeonnxruntime loads and executes Open Neural…
permissive · top 1,000 on PyPI
pyglmPyGLM provides Python bindings to OpenGL…
permissive · top 15,000 on PyPI
transformationsCalculates 4x4 homogeneous transformation…
permissive · top 5,000 on PyPI
vectorVector provides 2D, 3D, and 4D space-time…
permissive · top 15,000 on PyPI
pyquaternionProvides quaternion representation,…
permissive · top 5,000 on PyPI
transforms3dConverts between different 3D geometric…
permissive · top 15,000 on PyPI
numpy-quaternionAdds a quaternion dtype to NumPy, enabling…
permissive · top 5,000 on PyPI
pycolladapycollada reads, writes, and edits COLLADA 3D…
permissive · top 5,000 on PyPI
python-fclPython bindings for the Flexible Collision…
permissive · top 15,000 on PyPI
pygmshpygmsh provides a Python interface to Gmsh, a…
copyleft · top 15,000 on PyPI
pygit2pygit2 provides Python bindings to libgit2,…
copyleft · top 5,000 on PyPI