advcalc


Nameadvcalc JSON
Version 67.2.4 PyPI version JSON
download
home_pageNone
SummaryAdvanced Python Calculator With an API
upload_time2024-04-09 04:31:54
maintainerNone
docs_urlNone
authorZack
requires_pythonNone
licenseMIT
keywords python calculator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ADVCALC

## How to use it
##### First use:
`pip instal advcalc`
##### Then, import it in your python file by using:
`import ADVCALC` 
##### or you can use
`from ADVCALC import pow` 
##### or what so ever.
##### You don't have to import pow. You can import whater you like.

##### The functions include:
`advcalc`

`add`

`sub`

`div`

`mul`

`sqrt`

`square`

`round_without_decimal_place`

`round_with_decimal_place`

`cube`

`cbrt`

`and`

`pow`

`getAPIKey`

`getCode` **Requires an API Key**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "advcalc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, calculator",
    "author": "Zack",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/72/d1/759419087bb57adcc454f9c98f9dd21b30cbd683b714b98c153649296400/advcalc-67.2.4.tar.gz",
    "platform": null,
    "description": "# ADVCALC\r\n\r\n## How to use it\r\n##### First use:\r\n`pip instal advcalc`\r\n##### Then, import it in your python file by using:\r\n`import ADVCALC` \r\n##### or you can use\r\n`from ADVCALC import pow` \r\n##### or what so ever.\r\n##### You don't have to import pow. You can import whater you like.\r\n\r\n##### The functions include:\r\n`advcalc`\r\n\r\n`add`\r\n\r\n`sub`\r\n\r\n`div`\r\n\r\n`mul`\r\n\r\n`sqrt`\r\n\r\n`square`\r\n\r\n`round_without_decimal_place`\r\n\r\n`round_with_decimal_place`\r\n\r\n`cube`\r\n\r\n`cbrt`\r\n\r\n`and`\r\n\r\n`pow`\r\n\r\n`getAPIKey`\r\n\r\n`getCode` **Requires an API Key**\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Advanced Python Calculator With an API",
    "version": "67.2.4",
    "project_urls": null,
    "split_keywords": [
        "python",
        " calculator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3159a039c276c764a305280dc13d6bf5c4e413dc9e36510b294f077bc6caf49",
                "md5": "d22a9a2c9b04caf86fc24b74c8f08da7",
                "sha256": "3464b7077689f3a4e290f7abcbb665625c1bbafc451cd9f9a6823443df719402"
            },
            "downloads": -1,
            "filename": "advcalc-67.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d22a9a2c9b04caf86fc24b74c8f08da7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4311,
            "upload_time": "2024-04-09T04:31:53",
            "upload_time_iso_8601": "2024-04-09T04:31:53.353010Z",
            "url": "https://files.pythonhosted.org/packages/d3/15/9a039c276c764a305280dc13d6bf5c4e413dc9e36510b294f077bc6caf49/advcalc-67.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72d1759419087bb57adcc454f9c98f9dd21b30cbd683b714b98c153649296400",
                "md5": "5fad130ef50593147330c1c18b6a797b",
                "sha256": "7f45e68537edb7270fd21e9c99877966cb53a87d69ac542a6ed908011b527865"
            },
            "downloads": -1,
            "filename": "advcalc-67.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5fad130ef50593147330c1c18b6a797b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2920,
            "upload_time": "2024-04-09T04:31:54",
            "upload_time_iso_8601": "2024-04-09T04:31:54.500277Z",
            "url": "https://files.pythonhosted.org/packages/72/d1/759419087bb57adcc454f9c98f9dd21b30cbd683b714b98c153649296400/advcalc-67.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 04:31:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "advcalc"
}
        
Elapsed time: 0.26613s