GeometricShapes


NameGeometricShapes JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/Bikram-ghuku/shapes
SummaryMaking calculations of geometric shapes easier
upload_time2023-09-08 16:45:19
maintainer
docs_urlNone
authorBikramGhuku
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements scipy pytest coverage sentry-sdk
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Shapes
![Github Top Language](https://img.shields.io/github/languages/top/Bikram-ghuku/shapes)
![Github release](https://img.shields.io/github/v/release/Bikram-ghuku/shapes)
![Github License](https://img.shields.io/github/license/Bikram-ghuku/shapes)
![Github Workflow tests](https://github.com/Bikram-ghuku/shapes/actions/workflows/python-package.yml/badge.svg)
[![Codecov result](https://codecov.io/gh/bikram-ghuku/shapes/branch/main/graph/badge.svg)](https://codecov.io/gh/Bikram-ghuku/shapes)

<h1> Shapes library</h1>

<h3>Bored of defining constants and using formula for finding area and perimeter of shape??</h3>
<h3>Download our shapes library and use it in your code for easy calculation of area and perimeter</h3>
  <h4> Provided an example for your help: </h4>
  <img src="https://user-images.githubusercontent.com/40785379/185802375-4b03754d-3f3c-4bc7-8082-383df71de5d4.png"></img>
  
  
  ## To build the library
  #### Clone the repo
  ```shell
git clone https://github.com/Bikram-ghuku/shapes.git && cd shapes
  ```
  #### Build the library
  ```Python
pip install -r requirements.txt
python setup.py sdist bdist_wheel
  ```
  ## Installing the library
  #### Install using pip
  ```shell
  pip install GeometricShapes
  ```
  #### Install the repo from wheel 
  ```shell
cd dist && pip install GeometricShapes-0.1.0-py3-none-any.whl
  ```
  
  <h3>Supported shapes:</h3>
<table>
	<tr>
		<td> Shapes </td>
		<td> Supported Functions</td>
	</tr>
	<tr>
		<td>Rectangle</td>
		<td>Area, Perimeter</td>
	</tr>
	<tr>
		<td>Square</td>
		<td>Area, Perimeter</td>
	</tr>
	<tr>
		<td>Circle</td>
		<td>Area, Perimeter</td>
	</tr>
	<tr>
		<td>Triangle</td>
		<td>Area, Perimeter</td>
	</tr>
	<tr>
		<td>Ellipse</td>
		<td>Area, Perimeter</td>
	</tr>
	<tr>
		<td>Sphere</td>
		<td>Area, Volume</td>
	</tr>
	<tr>
		<td>Cylinder</td>
		<td>Total Surface area, Lateral surface area, Volume</td>
	</tr>
</table>
<h4>Feel free to fork the repo and create pull request to fix error and/or new feature. :)</h4>




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Bikram-ghuku/shapes",
    "name": "GeometricShapes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "BikramGhuku",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b5/9b/8b7421160ba01866f442bd52f5e70cbcf320b505e2df8a8c6b01757bda3b/GeometricShapes-0.1.5.tar.gz",
    "platform": null,
    "description": "# Shapes\n![Github Top Language](https://img.shields.io/github/languages/top/Bikram-ghuku/shapes)\n![Github release](https://img.shields.io/github/v/release/Bikram-ghuku/shapes)\n![Github License](https://img.shields.io/github/license/Bikram-ghuku/shapes)\n![Github Workflow tests](https://github.com/Bikram-ghuku/shapes/actions/workflows/python-package.yml/badge.svg)\n[![Codecov result](https://codecov.io/gh/bikram-ghuku/shapes/branch/main/graph/badge.svg)](https://codecov.io/gh/Bikram-ghuku/shapes)\n\n<h1> Shapes library</h1>\n\n<h3>Bored of defining constants and using formula for finding area and perimeter of shape??</h3>\n<h3>Download our shapes library and use it in your code for easy calculation of area and perimeter</h3>\n  <h4> Provided an example for your help: </h4>\n  <img src=\"https://user-images.githubusercontent.com/40785379/185802375-4b03754d-3f3c-4bc7-8082-383df71de5d4.png\"></img>\n  \n  \n  ## To build the library\n  #### Clone the repo\n  ```shell\ngit clone https://github.com/Bikram-ghuku/shapes.git && cd shapes\n  ```\n  #### Build the library\n  ```Python\npip install -r requirements.txt\npython setup.py sdist bdist_wheel\n  ```\n  ## Installing the library\n  #### Install using pip\n  ```shell\n  pip install GeometricShapes\n  ```\n  #### Install the repo from wheel \n  ```shell\ncd dist && pip install GeometricShapes-0.1.0-py3-none-any.whl\n  ```\n  \n  <h3>Supported shapes:</h3>\n<table>\n\t<tr>\n\t\t<td> Shapes </td>\n\t\t<td> Supported Functions</td>\n\t</tr>\n\t<tr>\n\t\t<td>Rectangle</td>\n\t\t<td>Area, Perimeter</td>\n\t</tr>\n\t<tr>\n\t\t<td>Square</td>\n\t\t<td>Area, Perimeter</td>\n\t</tr>\n\t<tr>\n\t\t<td>Circle</td>\n\t\t<td>Area, Perimeter</td>\n\t</tr>\n\t<tr>\n\t\t<td>Triangle</td>\n\t\t<td>Area, Perimeter</td>\n\t</tr>\n\t<tr>\n\t\t<td>Ellipse</td>\n\t\t<td>Area, Perimeter</td>\n\t</tr>\n\t<tr>\n\t\t<td>Sphere</td>\n\t\t<td>Area, Volume</td>\n\t</tr>\n\t<tr>\n\t\t<td>Cylinder</td>\n\t\t<td>Total Surface area, Lateral surface area, Volume</td>\n\t</tr>\n</table>\n<h4>Feel free to fork the repo and create pull request to fix error and/or new feature. :)</h4>\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Making calculations of geometric shapes easier",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/Bikram-ghuku/shapes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b02aa3a406740e2fde7bfe3d3a39926d0d370c780ec9354146b627aed16a03e4",
                "md5": "722c220eccfd4b35d7bc0685a52e14f5",
                "sha256": "29c7ca36797b56ce90be39cc576453911a50014205882af0d52f855c307d0e5a"
            },
            "downloads": -1,
            "filename": "GeometricShapes-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "722c220eccfd4b35d7bc0685a52e14f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6850,
            "upload_time": "2023-09-08T16:45:17",
            "upload_time_iso_8601": "2023-09-08T16:45:17.124667Z",
            "url": "https://files.pythonhosted.org/packages/b0/2a/a3a406740e2fde7bfe3d3a39926d0d370c780ec9354146b627aed16a03e4/GeometricShapes-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b59b8b7421160ba01866f442bd52f5e70cbcf320b505e2df8a8c6b01757bda3b",
                "md5": "80dd260d5c68ef5ccd4e581552237e68",
                "sha256": "9a8309d5cb14b4e14c1aba4580a9da22e25150013379b5fa8885d6f9b3e79e62"
            },
            "downloads": -1,
            "filename": "GeometricShapes-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "80dd260d5c68ef5ccd4e581552237e68",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4628,
            "upload_time": "2023-09-08T16:45:19",
            "upload_time_iso_8601": "2023-09-08T16:45:19.591336Z",
            "url": "https://files.pythonhosted.org/packages/b5/9b/8b7421160ba01866f442bd52f5e70cbcf320b505e2df8a8c6b01757bda3b/GeometricShapes-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-08 16:45:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bikram-ghuku",
    "github_project": "shapes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.1.2"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    "==",
                    "6.4.1"
                ]
            ]
        },
        {
            "name": "sentry-sdk",
            "specs": []
        }
    ],
    "lcname": "geometricshapes"
}
        
Elapsed time: 0.27735s