marksgeometrys


Namemarksgeometrys JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/marc1fino/marksgeometrys
SummaryCalculate many figures area or volume
upload_time2024-05-09 18:23:33
maintainerNone
docs_urlNone
authormark. (Marc Pérez)
requires_pythonNone
licenseMIT
keywords python maths figures area volume mathematical figures
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # marksgeometrys

A mathematical library to calculate many figures area or volume.

Developed by Marc Pérez (c) 2024

## Examples of How To Use

Calculate The Area of a 2D Figure

```python
from marksgeometrys import Square

print(Square(side=3).area())
```

Calculate The Area of a 3D Figure

```python
from marksgeometrys import Icosahedron

print(Icosahedron(side=10).area())
```

Calculate The Volume of a 3D Figure

```python
from marksgeometrys import PyramidTrunk

print(PyramideTrunk(sbside=5, sidesnumber=7, sbapothem=4, lbside=10, lbapothem=8, latlargebase=8, latsmallbase=5, latheight=9, height=10.5).volume())
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marc1fino/marksgeometrys",
    "name": "marksgeometrys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, maths, figures, area, volume, mathematical figures",
    "author": "mark. (Marc P\u00e9rez)",
    "author_email": "<marcperezcarrasco2010@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8c/a5/ad8f5661e7052825b8d65b014e1f40362a19c7e117c52c3c59c05aa9d7ba/marksgeometrys-0.1.1.tar.gz",
    "platform": null,
    "description": "# marksgeometrys\r\n\r\nA mathematical library to calculate many figures area or volume.\r\n\r\nDeveloped by Marc P\u00e9rez (c) 2024\r\n\r\n## Examples of How To Use\r\n\r\nCalculate The Area of a 2D Figure\r\n\r\n```python\r\nfrom marksgeometrys import Square\r\n\r\nprint(Square(side=3).area())\r\n```\r\n\r\nCalculate The Area of a 3D Figure\r\n\r\n```python\r\nfrom marksgeometrys import Icosahedron\r\n\r\nprint(Icosahedron(side=10).area())\r\n```\r\n\r\nCalculate The Volume of a 3D Figure\r\n\r\n```python\r\nfrom marksgeometrys import PyramidTrunk\r\n\r\nprint(PyramideTrunk(sbside=5, sidesnumber=7, sbapothem=4, lbside=10, lbapothem=8, latlargebase=8, latsmallbase=5, latheight=9, height=10.5).volume())\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Calculate many figures area or volume",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/marc1fino/marksgeometrys"
    },
    "split_keywords": [
        "python",
        " maths",
        " figures",
        " area",
        " volume",
        " mathematical figures"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36b89d3bdefc5b6b45cb12d225bf62a73065eb5ae2a028d3b38b44a3f46e38bc",
                "md5": "a7546b3e44b88cc12539ab7665bb567c",
                "sha256": "15b1490b5f6249772941e760cf9d73dde188f16287f4fa6a20205b0da57a5d6a"
            },
            "downloads": -1,
            "filename": "marksgeometrys-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7546b3e44b88cc12539ab7665bb567c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4324,
            "upload_time": "2024-05-09T18:23:32",
            "upload_time_iso_8601": "2024-05-09T18:23:32.115043Z",
            "url": "https://files.pythonhosted.org/packages/36/b8/9d3bdefc5b6b45cb12d225bf62a73065eb5ae2a028d3b38b44a3f46e38bc/marksgeometrys-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ca5ad8f5661e7052825b8d65b014e1f40362a19c7e117c52c3c59c05aa9d7ba",
                "md5": "4f21353dac9599947aad2241e0f38cf8",
                "sha256": "86c9a93ce4169916f00d3d0c18f869e79b4d5cf9817f7c6f5a46af8daa49a5a8"
            },
            "downloads": -1,
            "filename": "marksgeometrys-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4f21353dac9599947aad2241e0f38cf8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4240,
            "upload_time": "2024-05-09T18:23:33",
            "upload_time_iso_8601": "2024-05-09T18:23:33.694123Z",
            "url": "https://files.pythonhosted.org/packages/8c/a5/ad8f5661e7052825b8d65b014e1f40362a19c7e117c52c3c59c05aa9d7ba/marksgeometrys-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 18:23:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marc1fino",
    "github_project": "marksgeometrys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "marksgeometrys"
}
        
Elapsed time: 0.27422s