segitiga


Namesegitiga JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/SabillillahX/pipi.git
SummaryMenghitung segitiga
upload_time2024-01-18 09:30:58
maintainer
docs_urlNone
authorSabillillahX
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 segitiga
```

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

tri = Segitiga.luas_segitiga()
print(f"Luas segitiga: {tri}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SabillillahX/pipi.git",
    "name": "segitiga",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "golden_ratio,golden",
    "author": "SabillillahX",
    "author_email": "<sabillillahxtkj@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/71/3a/1854d083e24d8a5abd8fad802a7806172184b8164f2b98225355dd594ee4/segitiga-1.0.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 segitiga\r\n```\r\n\r\n## Usage\r\nBasic Usage:\r\n```python\r\nfrom gold33423307 import GoldenRatio\r\n\r\ntri = Segitiga.luas_segitiga()\r\nprint(f\"Luas segitiga: {tri}\")\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Menghitung segitiga",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/SabillillahX/pipi.git"
    },
    "split_keywords": [
        "golden_ratio",
        "golden"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b9d9bbe586eee74c2cf2c7e5406b2ed85d2e293d4efa34334f4a1c7af009bff",
                "md5": "9a35ab11e87ad09aed4d785f403d04d3",
                "sha256": "d1bde3ac3a9023bdeaea2e44ecff4dfae7b0a5d0be41e126dd5a11e4384de2d5"
            },
            "downloads": -1,
            "filename": "segitiga-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a35ab11e87ad09aed4d785f403d04d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2551,
            "upload_time": "2024-01-18T09:30:55",
            "upload_time_iso_8601": "2024-01-18T09:30:55.973038Z",
            "url": "https://files.pythonhosted.org/packages/2b/9d/9bbe586eee74c2cf2c7e5406b2ed85d2e293d4efa34334f4a1c7af009bff/segitiga-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "713a1854d083e24d8a5abd8fad802a7806172184b8164f2b98225355dd594ee4",
                "md5": "96006bd2fc6457544f4f478da10d6e94",
                "sha256": "d6c8f0b4f57b65c7f1dcdeb5eefa2ddcc377973fc65c54000d08999ae8cfe64c"
            },
            "downloads": -1,
            "filename": "segitiga-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96006bd2fc6457544f4f478da10d6e94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2257,
            "upload_time": "2024-01-18T09:30:58",
            "upload_time_iso_8601": "2024-01-18T09:30:58.008017Z",
            "url": "https://files.pythonhosted.org/packages/71/3a/1854d083e24d8a5abd8fad802a7806172184b8164f2b98225355dd594ee4/segitiga-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 09:30:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SabillillahX",
    "github_project": "pipi",
    "github_not_found": true,
    "lcname": "segitiga"
}
        
Elapsed time: 1.41779s