A simple math toolkit package
Project description
This file provides an overview of the package and usage examples.
Geometry Toolkit
geometry_toolkit is a simple Python package for basic geometric calculations.
Installation
Install the package with pip: pip install geometry_toolkit
from geometry_toolkit import ( rectangle_area, rectangle_perimeter, square_area, square_perimeter, circle_area, circle_circumference, )
Rectangle
print(rectangle_area(5, 3))
Output: 15
print(rectangle_perimeter(5, 3)) # Output: 16
Square
print(square_area(4))
print(square_perimeter(4))
Circle
print(circle_area(3))
Output: 16
Output: 16
Output: 28.274333882308138
print(circle_circumference(3))
Output: 18.84955592153876# geometry_toolkit
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
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 geometry_toolkit-0.1.0.tar.gz.
File metadata
- Download URL: geometry_toolkit-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca9717151365faced19cdb273b6dd30ceb0bb7f04309455060ce3c7f984fba41
|
|
| MD5 |
b8e36e9a44138f5bc739f24d6cc7d4c7
|
|
| BLAKE2b-256 |
fa36055b463bf5a0b85e32441c7a0cf91cd3106b8469d23dab8b2e5640ed6446
|
File details
Details for the file geometry_toolkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: geometry_toolkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75632e5ceceeece2ab17bcc51ace028e5ff57dd85243f54470d813bf027fbcf0
|
|
| MD5 |
023b04c26155d71bca6c82e26f752c8a
|
|
| BLAKE2b-256 |
3dce518180f12e740d69e838b573fe2a9cfef7517d97915f4d0148dccc5716a9
|