Fast mathematical utilities
Project description
MathUtils
mathematical utilities with C++ backend for high-performance numerical computations.
Create build venv
python -m venv .venv/mathutils_build source .venv/mathutils_build/bin/activate pip install build twine
Clean previous builds
rm -rf dist/ build/ *.egg-info .venv/mathutils_test
Build source distribution and wheel
python -m build
Verify files were created
ls -la dist/
Check package validity
python -m twine check dist/*
Upload only .tar.gz to avoid platform-specific wheel issues
python -m twine upload dist/*.tar.gz
test
deactivate python -m venv .venv/mathutils_test source .venv/mathutils_test/bin/activate pip install -r requirements_testing.txt
in C++
(false)$\mapsto$ 0
(true)$\mapsto$ 1
0$\mapsto$ false
1$\mapsto$ true
13$\mapsto$ true
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
File details
Details for the file pymathutils-0.1.4.tar.gz.
File metadata
- Download URL: pymathutils-0.1.4.tar.gz
- Upload date:
- Size: 58.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdf8ef6434bb054581bff13b094f4e46a7e6d11754bede76e1ff311d720de636
|
|
| MD5 |
e6ad32f18e66968bffcbbf1c46d01019
|
|
| BLAKE2b-256 |
6673d9d628bb4af0db5b7c69bc01a3359d84ddbffe728437ccf572b3d92fbcea
|