areacalc


Nameareacalc JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryThis is the simple area calculator of different 2d figures.
upload_time2024-03-09 08:50:09
maintainer
docs_urlNone
authork1zon
requires_python>=3.6
license
keywords areacalc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AreaCalc Library #

## What is this? ##
The module allows you to easily get areas of your 2D figures using only some of their parameters.

(Was made for job applying)

-----

### Using ### 

Using the library is very simple.

For example, you want to calculate area of triangle. All you need is length of each side:
    
    print(Area.triangle_sides(3, 4, 5))

will output:

    Triangle is rectangular!
    6.0

And so on. For all specifications that methods needs you can type:
    
    help(Area)

Or if you want exact function, for example
    
    polygon_dots()

you can check documentation with __doc__ method

    Area.polygon_dots().__doc__

-----

## Developer ##

github - https://github.com/K1Zon

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "areacalc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "areacalc",
    "author": "k1zon",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/76/3a/355b27c4f4fedf31a2345f44403474670f170a50628092a2b35bad44ed7a/areacalc-0.0.1.tar.gz",
    "platform": null,
    "description": "# AreaCalc Library #\r\n\r\n## What is this? ##\r\nThe module allows you to easily get areas of your 2D figures using only some of their parameters.\r\n\r\n(Was made for job applying)\r\n\r\n-----\r\n\r\n### Using ### \r\n\r\nUsing the library is very simple.\r\n\r\nFor example, you want to calculate area of triangle. All you need is length of each side:\r\n    \r\n    print(Area.triangle_sides(3, 4, 5))\r\n\r\nwill output:\r\n\r\n    Triangle is rectangular!\r\n    6.0\r\n\r\nAnd so on. For all specifications that methods needs you can type:\r\n    \r\n    help(Area)\r\n\r\nOr if you want exact function, for example\r\n    \r\n    polygon_dots()\r\n\r\nyou can check documentation with __doc__ method\r\n\r\n    Area.polygon_dots().__doc__\r\n\r\n-----\r\n\r\n## Developer ##\r\n\r\ngithub - https://github.com/K1Zon\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is the simple area calculator of different 2d figures.",
    "version": "0.0.1",
    "project_urls": {
        "GitHub": "https://github.com/K1Zon/AreaCalc_Lib"
    },
    "split_keywords": [
        "areacalc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b683ecff570da3097c4dba21b18d0357f0366f6350af31a1d27ddf91c708e665",
                "md5": "9a852b8dda7d7cd0777a642a28df8f04",
                "sha256": "67112150438a587e1293fe5406dc15d52e144699f76fcef17a2c2c6431950774"
            },
            "downloads": -1,
            "filename": "areacalc-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a852b8dda7d7cd0777a642a28df8f04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3197,
            "upload_time": "2024-03-09T08:50:01",
            "upload_time_iso_8601": "2024-03-09T08:50:01.066504Z",
            "url": "https://files.pythonhosted.org/packages/b6/83/ecff570da3097c4dba21b18d0357f0366f6350af31a1d27ddf91c708e665/areacalc-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "763a355b27c4f4fedf31a2345f44403474670f170a50628092a2b35bad44ed7a",
                "md5": "51ab263db9da84b4b24372d96378c771",
                "sha256": "93d1897e5b77c160c5a31c0aced4586b71c89cccaf290b49293c6b1c3d65b07a"
            },
            "downloads": -1,
            "filename": "areacalc-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "51ab263db9da84b4b24372d96378c771",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2728,
            "upload_time": "2024-03-09T08:50:09",
            "upload_time_iso_8601": "2024-03-09T08:50:09.686198Z",
            "url": "https://files.pythonhosted.org/packages/76/3a/355b27c4f4fedf31a2345f44403474670f170a50628092a2b35bad44ed7a/areacalc-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 08:50:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "K1Zon",
    "github_project": "AreaCalc_Lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "areacalc"
}
        
Elapsed time: 0.73580s