Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geometry_toolkit-0.1.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geometry_toolkit-0.1.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

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

Hashes for geometry_toolkit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ca9717151365faced19cdb273b6dd30ceb0bb7f04309455060ce3c7f984fba41
MD5 b8e36e9a44138f5bc739f24d6cc7d4c7
BLAKE2b-256 fa36055b463bf5a0b85e32441c7a0cf91cd3106b8469d23dab8b2e5640ed6446

See more details on using hashes here.

File details

Details for the file geometry_toolkit-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geometry_toolkit-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75632e5ceceeece2ab17bcc51ace028e5ff57dd85243f54470d813bf027fbcf0
MD5 023b04c26155d71bca6c82e26f752c8a
BLAKE2b-256 3dce518180f12e740d69e838b573fe2a9cfef7517d97915f4d0148dccc5716a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page