Area Calculator
# first_package
`first_package` is a Python package that provides a set of functions to calculate the areas of geometric shapes. It includes a module named `Area_Fig.py` containing three functions:
- `square_area(side_length)`: Calculates the area of a square given the length of its side.
- `rectangle_area(length, width)`: Calculates the area of a rectangle given its length and width.
- `circle_area(radius)`: Calculates the area of a circle given its radius.
## Installation
Install `first_package` using pip: pip install first_package
## Usage
from first_package.Area_Fig import square_area, rectangle_area, circle_area
### Calculate the area of a square
print(square_area(5))
### Calculate the area of a rectangle
print(rectangle_area(4, 6))
### Calculate the area of a circle
print(circle_area(3))
Raw data
{
"_id": null,
"home_page": "",
"name": "AreaOfFig24test",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "area of figs,area,himanshu",
"author": "Himanshu Bansal",
"author_email": "himu90505@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d4/10/bdc27ec470b33578af0e779e0aaf819fa1465854df150849a6c95f841a5b/AreaOfFig24test-0.0.2.tar.gz",
"platform": null,
"description": "\r\n\r\nArea Calculator\r\n\r\n# first_package\r\n\r\n`first_package` is a Python package that provides a set of functions to calculate the areas of geometric shapes. It includes a module named `Area_Fig.py` containing three functions:\r\n\r\n- `square_area(side_length)`: Calculates the area of a square given the length of its side.\r\n- `rectangle_area(length, width)`: Calculates the area of a rectangle given its length and width.\r\n- `circle_area(radius)`: Calculates the area of a circle given its radius.\r\n\r\n## Installation\r\n\r\nInstall `first_package` using pip: pip install first_package\r\n\r\n## Usage\r\n\r\nfrom first_package.Area_Fig import square_area, rectangle_area, circle_area\r\n\r\n### Calculate the area of a square\r\nprint(square_area(5))\r\n\r\n### Calculate the area of a rectangle\r\nprint(rectangle_area(4, 6))\r\n\r\n### Calculate the area of a circle\r\nprint(circle_area(3))\r\n",
"bugtrack_url": null,
"license": "",
"summary": "My First Package",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"area of figs",
"area",
"himanshu"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "47740ed8e103325a675ac6bb2956826efb02fa3486f715aaaf7889ff2997cdbd",
"md5": "2ee25cda97b8353384fe956ca9132a0e",
"sha256": "c0a9dc2e786911e88bf37e9c1172259ba9eaf15143df8f695a647da790ff8557"
},
"downloads": -1,
"filename": "AreaOfFig24test-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2ee25cda97b8353384fe956ca9132a0e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2936,
"upload_time": "2024-01-22T18:59:17",
"upload_time_iso_8601": "2024-01-22T18:59:17.004190Z",
"url": "https://files.pythonhosted.org/packages/47/74/0ed8e103325a675ac6bb2956826efb02fa3486f715aaaf7889ff2997cdbd/AreaOfFig24test-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d410bdc27ec470b33578af0e779e0aaf819fa1465854df150849a6c95f841a5b",
"md5": "bd1512ecbed78ca33c936ccd340fd8b5",
"sha256": "0ac98f53c533a299f67cc6b633847bff2e2fa0ebd2799299adee5f79b7df7d1f"
},
"downloads": -1,
"filename": "AreaOfFig24test-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "bd1512ecbed78ca33c936ccd340fd8b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2412,
"upload_time": "2024-01-22T18:59:18",
"upload_time_iso_8601": "2024-01-22T18:59:18.155691Z",
"url": "https://files.pythonhosted.org/packages/d4/10/bdc27ec470b33578af0e779e0aaf819fa1465854df150849a6c95f841a5b/AreaOfFig24test-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-22 18:59:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "areaoffig24test"
}