Skip to main content

Demo library

Project description

Ellipse

A small demo library for calculating the area of an ellipse

Installation

pip install geometry-543

Get started

How to create an ellipse and calculate the area

from geometry_543 import Ellipse

# Instantiate an Ellipse object
e = Ellipse(10,13)

# Call the method for calculating the area
result = e.calc_area()

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-543-0.1.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

geometry_543-0.1.2-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

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