rincalculate


Namerincalculate JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA small calculate package
upload_time2023-02-05 19:12:17
maintainer
docs_urlNone
authorRinchen
requires_python>=3.6
license
keywords calculate cal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # for calculation 
- this package is for practice 

# usage
- which have cube method
-and square method
```
pip install rincalculate
```
## Example
```
#test.py
from calculate import cube
from calculate import root
cube(3)
root(33)
```
s

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rincalculate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "calculate,cal",
    "author": "Rinchen",
    "author_email": "rinchen1234@example.com",
    "download_url": "https://files.pythonhosted.org/packages/d5/04/329866511ec9aac5c61e03c817ea1702e4224f19fd09265324aca7e8271b/rincalculate-0.0.2.tar.gz",
    "platform": null,
    "description": "# for calculation \n- this package is for practice \n\n# usage\n- which have cube method\n-and square method\n```\npip install rincalculate\n```\n## Example\n```\n#test.py\nfrom calculate import cube\nfrom calculate import root\ncube(3)\nroot(33)\n```\ns\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small calculate package",
    "version": "0.0.2",
    "split_keywords": [
        "calculate",
        "cal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a66db691b4ea5282441bfb0279d5afd0fedd69667b10ccb29096dd00e648cb0",
                "md5": "cd5d930cd75c98520ada4f011a3b400a",
                "sha256": "823d06cdeb663c17c403073b64dd050c5997a107c38ca9f8e4da5c1f876cf32a"
            },
            "downloads": -1,
            "filename": "rincalculate-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd5d930cd75c98520ada4f011a3b400a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2151,
            "upload_time": "2023-02-05T19:12:14",
            "upload_time_iso_8601": "2023-02-05T19:12:14.092648Z",
            "url": "https://files.pythonhosted.org/packages/0a/66/db691b4ea5282441bfb0279d5afd0fedd69667b10ccb29096dd00e648cb0/rincalculate-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d504329866511ec9aac5c61e03c817ea1702e4224f19fd09265324aca7e8271b",
                "md5": "0e47a6ad5d056236982595241c379d25",
                "sha256": "02cbe7fe25bd26c93e56e2210b94db567218798cd5fda7414f1b3edbdd061124"
            },
            "downloads": -1,
            "filename": "rincalculate-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0e47a6ad5d056236982595241c379d25",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2234,
            "upload_time": "2023-02-05T19:12:17",
            "upload_time_iso_8601": "2023-02-05T19:12:17.337731Z",
            "url": "https://files.pythonhosted.org/packages/d5/04/329866511ec9aac5c61e03c817ea1702e4224f19fd09265324aca7e8271b/rincalculate-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 19:12:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "rincalculate"
}
        
Elapsed time: 0.04842s