area-calculation


Namearea-calculation JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/ylerby/areaCalculatingLib
Summarylibrary for finding the area of a circle and a triangle
upload_time2023-09-15 07:58:20
maintainer
docs_urlNone
authorylerby
requires_python>=3.6
license
keywords files area
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Library for calculating the area of a triangle and a circle

---

The area of the triangle is calculated according to the Heron formula, the area
of the circle is according to the standard formula &pi; * r<sup>2</sup>

--- 
To run the tests, you need to write in the terminal
```
pytest tests.py
```

--- 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ylerby/areaCalculatingLib",
    "name": "area-calculation",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "files area",
    "author": "ylerby",
    "author_email": "WeaklyFob@yandex.ry",
    "download_url": "https://files.pythonhosted.org/packages/c1/2d/04afc163b1198e7f0f1da004bce533c077ab569e03198f3602bd9f40f57f/area_calculation-0.0.2.tar.gz",
    "platform": null,
    "description": "# Library for calculating the area of a triangle and a circle\r\n\r\n---\r\n\r\nThe area of the triangle is calculated according to the Heron formula, the area\r\nof the circle is according to the standard formula &pi; * r<sup>2</sup>\r\n\r\n--- \r\nTo run the tests, you need to write in the terminal\r\n```\r\npytest tests.py\r\n```\r\n\r\n--- \r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "library for finding the area of a circle and a triangle",
    "version": "0.0.2",
    "project_urls": {
        "GitHub": "https://github.com/ylerby/areaCalculatingLib",
        "Homepage": "https://github.com/ylerby/areaCalculatingLib"
    },
    "split_keywords": [
        "files",
        "area"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fc330508eecb82f40c038772068e12b3f2b588ce19fd3155f5d5c78e3de60b7",
                "md5": "48fd7959564109c11f55f28a714d64d8",
                "sha256": "ca2b65a9d56dcebde0e77dc99e97eb9957e9ea19f4db806de7d45a0282c7a4f6"
            },
            "downloads": -1,
            "filename": "area_calculation-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48fd7959564109c11f55f28a714d64d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2349,
            "upload_time": "2023-09-15T07:58:17",
            "upload_time_iso_8601": "2023-09-15T07:58:17.432473Z",
            "url": "https://files.pythonhosted.org/packages/2f/c3/30508eecb82f40c038772068e12b3f2b588ce19fd3155f5d5c78e3de60b7/area_calculation-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c12d04afc163b1198e7f0f1da004bce533c077ab569e03198f3602bd9f40f57f",
                "md5": "fd20f0d1531db518eab4cdc87727c6bc",
                "sha256": "587438ac212f20a4957003fa94c56cf2a29ca8272386b79240fb5df3119bf6f7"
            },
            "downloads": -1,
            "filename": "area_calculation-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fd20f0d1531db518eab4cdc87727c6bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2098,
            "upload_time": "2023-09-15T07:58:20",
            "upload_time_iso_8601": "2023-09-15T07:58:20.304611Z",
            "url": "https://files.pythonhosted.org/packages/c1/2d/04afc163b1198e7f0f1da004bce533c077ab569e03198f3602bd9f40f57f/area_calculation-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 07:58:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ylerby",
    "github_project": "areaCalculatingLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "area-calculation"
}
        
Elapsed time: 0.11577s