pycalculation


Namepycalculation JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://www.github.com/leoarayav/pyclc
SummaryA Python package for calculating
upload_time2023-05-27 23:57:37
maintainer
docs_urlNone
authorLeo Araya
requires_python
licenseMIT
keywords pyclc python calculator maths physics astrology package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyclc
A smooth, lightweight and beautiful library for global calculation and more

```bash
pip install pyclc
```

## Features
Pycalculation contains the following available modules:
- Math
- Physics
- Geometry
- **General** (which contains overall functions and calculations used)

## Usage
```python
from pyclc import Math

math = Math()

print(math.permutation(5, 2))
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.github.com/leoarayav/pyclc",
    "name": "pycalculation",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pyclc,python,calculator,maths,physics,astrology,package",
    "author": "Leo Araya",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d4/92/d228b86282db62ac7cc5aab63ac1519f3b06a402d77a895de2d74ec566d7/pycalculation-0.1.1.tar.gz",
    "platform": null,
    "description": "# pyclc\r\nA smooth, lightweight and beautiful library for global calculation and more\r\n\r\n```bash\r\npip install pyclc\r\n```\r\n\r\n## Features\r\nPycalculation contains the following available modules:\r\n- Math\r\n- Physics\r\n- Geometry\r\n- **General** (which contains overall functions and calculations used)\r\n\r\n## Usage\r\n```python\r\nfrom pyclc import Math\r\n\r\nmath = Math()\r\n\r\nprint(math.permutation(5, 2))\r\n```\r\n\r\n## Contributing\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for calculating",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://www.github.com/leoarayav/pyclc"
    },
    "split_keywords": [
        "pyclc",
        "python",
        "calculator",
        "maths",
        "physics",
        "astrology",
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d492d228b86282db62ac7cc5aab63ac1519f3b06a402d77a895de2d74ec566d7",
                "md5": "785e8da6cbb192aedc7b56549445d97c",
                "sha256": "cda39d102de314a5de87c07156b404007bef7a95a7afad0222245afbe44b9e77"
            },
            "downloads": -1,
            "filename": "pycalculation-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "785e8da6cbb192aedc7b56549445d97c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5764,
            "upload_time": "2023-05-27T23:57:37",
            "upload_time_iso_8601": "2023-05-27T23:57:37.239046Z",
            "url": "https://files.pythonhosted.org/packages/d4/92/d228b86282db62ac7cc5aab63ac1519f3b06a402d77a895de2d74ec566d7/pycalculation-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-27 23:57:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leoarayav",
    "github_project": "pyclc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pycalculation"
}
        
Elapsed time: 0.07585s