A simple mathematics utilities library
Project description
mathutils-yourname
A simple mathematics utilities library.
Installation
From source:
- Build the package
- Install the wheel
Usage
from mathutils.basic_ops import add, subtract
from mathutils.statistics import mean
print(add(2,3))
print(mean([1,2,3]))
Development
- Python >=3.9
- Build using
python -m buildor/Users/c0y00hq/Documents/Local_code/mathutils/.venv/bin/python -m build - Install
prefer wheel:
/Users/c0y00hq/Documents/Local_code/mathutils/.venv/bin/python -m pip install -U dist/*.whl
or less common:
/Users/c0y00hq/Documents/Local_code/mathutils/.venv/bin/python -m pip install -U dist/*.tar.gz
-
Uninstall:
pip uninstall mathutils-yourname -
Clean up
rm -rf dist build mathutils_yourname.egg-info
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 mathutils_yourname-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mathutils_yourname-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87052634b960a1daa0f42fe4a7312030a19ffaadfcd2b2f97c40de08cb9e9f73
|
|
| MD5 |
fffba36fbeed0406730fd590b9b1309c
|
|
| BLAKE2b-256 |
4fca4457b7c5a47625afb52e30d126878832426c3ecb722e8bea93efbeda6f8d
|