gold33423307


Namegold33423307 JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/KidiXDev/golden_ratio_calculation
SummarySimple library to calculate golden ratio
upload_time2023-12-15 01:58:35
maintainer
docs_urlNone
authorKidiXDev
requires_python
licenseMIT
keywords golden_ratio golden
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Golden Ratio Calculation
Python simple library to calculate Golden Ratio (phi)

## Installation
```shell
pip install gold33423307
```

## Usage
Basic Usage:
```python
from gold33423307 import GoldenRatio

phi = GoldenRatio.calculatePhi()
print(f"Golden Ratio: {phi}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KidiXDev/golden_ratio_calculation",
    "name": "gold33423307",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "golden_ratio,golden",
    "author": "KidiXDev",
    "author_email": "<kidixdev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/e5/e6/f726809d6a715b14c4a1ab6c1a252096330d57c64ddd0f5c8b41cd95a0d9/gold33423307-0.0.2.tar.gz",
    "platform": null,
    "description": "# Golden Ratio Calculation\r\nPython simple library to calculate Golden Ratio (phi)\r\n\r\n## Installation\r\n```shell\r\npip install gold33423307\r\n```\r\n\r\n## Usage\r\nBasic Usage:\r\n```python\r\nfrom gold33423307 import GoldenRatio\r\n\r\nphi = GoldenRatio.calculatePhi()\r\nprint(f\"Golden Ratio: {phi}\")\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple library to calculate golden ratio",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/KidiXDev/golden_ratio_calculation"
    },
    "split_keywords": [
        "golden_ratio",
        "golden"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "371ef0dc38e956bc27c319f5d4ef0eaa994fe93d3e4ba3d29dfb873e9861e833",
                "md5": "4cd4d874a9b2b780acd8dd9d1762a40f",
                "sha256": "1fe5f03626b28f22b416a70ea69e8a8293db855c1a8931c3577a2f57cf523931"
            },
            "downloads": -1,
            "filename": "gold33423307-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cd4d874a9b2b780acd8dd9d1762a40f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2659,
            "upload_time": "2023-12-15T01:58:33",
            "upload_time_iso_8601": "2023-12-15T01:58:33.753974Z",
            "url": "https://files.pythonhosted.org/packages/37/1e/f0dc38e956bc27c319f5d4ef0eaa994fe93d3e4ba3d29dfb873e9861e833/gold33423307-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5e6f726809d6a715b14c4a1ab6c1a252096330d57c64ddd0f5c8b41cd95a0d9",
                "md5": "0dfcdc46a11776e740dc029d0995dfc8",
                "sha256": "8c92573e06b5738ced00f069618e942c7d4466929b946124215372836f4f8f55"
            },
            "downloads": -1,
            "filename": "gold33423307-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0dfcdc46a11776e740dc029d0995dfc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2229,
            "upload_time": "2023-12-15T01:58:35",
            "upload_time_iso_8601": "2023-12-15T01:58:35.463460Z",
            "url": "https://files.pythonhosted.org/packages/e5/e6/f726809d6a715b14c4a1ab6c1a252096330d57c64ddd0f5c8b41cd95a0d9/gold33423307-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 01:58:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KidiXDev",
    "github_project": "golden_ratio_calculation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gold33423307"
}
        
Elapsed time: 0.21063s