naingood-sederhana


Namenaingood-sederhana JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryLibrary Python sederhana dengan utilitas contoh
upload_time2025-09-14 12:09:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2025 Your Name Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords contoh sederhana utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sederhana

Library Python sederhana sebagai template untuk memulai membuat package.

## Fitur

- add(a, b): penjumlahan dua angka
- factorial(n): faktorial bilangan bulat non-negatif

## Struktur Proyek

```
.
├─ pyproject.toml
├─ README.md
├─ src/
│  └─ sederhana/
│     ├─ __init__.py
│     └─ mathutils.py
└─ tests/
   └─ test_mathutils.py
```

## Pengembangan Lokal

1. Buat virtualenv (opsional tapi disarankan)
2. Instal editable:

```
pip install -e .
```

3. Jalankan test (membutuhkan `pytest`):

```
pytest -q
```

## Build Rilis

Untuk membangun wheel dan sdist (membutuhkan paket `build`):

```
pip install build
python -m build
```

Artefak akan tersedia di folder `dist/`.

## Contoh Penggunaan

```python
from sederhana import add, factorial

print(add(2, 3))       # 5
print(factorial(5))    # 120
```

## Lisensi

MIT

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "naingood-sederhana",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "contoh, sederhana, utils",
    "author": null,
    "author_email": "naingood <nain.good@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c8/3f/99fa9bed4dd859baf88272b539cad8625820f2d62c19059485126b3e68c7/naingood_sederhana-0.1.1.tar.gz",
    "platform": null,
    "description": "# Sederhana\n\nLibrary Python sederhana sebagai template untuk memulai membuat package.\n\n## Fitur\n\n- add(a, b): penjumlahan dua angka\n- factorial(n): faktorial bilangan bulat non-negatif\n\n## Struktur Proyek\n\n```\n.\n\u251c\u2500 pyproject.toml\n\u251c\u2500 README.md\n\u251c\u2500 src/\n\u2502  \u2514\u2500 sederhana/\n\u2502     \u251c\u2500 __init__.py\n\u2502     \u2514\u2500 mathutils.py\n\u2514\u2500 tests/\n   \u2514\u2500 test_mathutils.py\n```\n\n## Pengembangan Lokal\n\n1. Buat virtualenv (opsional tapi disarankan)\n2. Instal editable:\n\n```\npip install -e .\n```\n\n3. Jalankan test (membutuhkan `pytest`):\n\n```\npytest -q\n```\n\n## Build Rilis\n\nUntuk membangun wheel dan sdist (membutuhkan paket `build`):\n\n```\npip install build\npython -m build\n```\n\nArtefak akan tersedia di folder `dist/`.\n\n## Contoh Penggunaan\n\n```python\nfrom sederhana import add, factorial\n\nprint(add(2, 3))       # 5\nprint(factorial(5))    # 120\n```\n\n## Lisensi\n\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Your Name\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "Library Python sederhana dengan utilitas contoh",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://example.com/",
        "Issues": "https://example.com/repo/issues",
        "Repository": "https://example.com/repo"
    },
    "split_keywords": [
        "contoh",
        " sederhana",
        " utils"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "331f76260fccb29f7135fc2099d2b01a8ea0dc728ac15a696783493fdef7cdba",
                "md5": "30fdfe984816846ec17942b94ddd8418",
                "sha256": "532fe141f092d39afced6ac5b6d730944f6976fc4f5895155632db9ed52cfa81"
            },
            "downloads": -1,
            "filename": "naingood_sederhana-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30fdfe984816846ec17942b94ddd8418",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3207,
            "upload_time": "2025-09-14T12:08:58",
            "upload_time_iso_8601": "2025-09-14T12:08:58.976696Z",
            "url": "https://files.pythonhosted.org/packages/33/1f/76260fccb29f7135fc2099d2b01a8ea0dc728ac15a696783493fdef7cdba/naingood_sederhana-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c83f99fa9bed4dd859baf88272b539cad8625820f2d62c19059485126b3e68c7",
                "md5": "bc4ab7c5dfa1f4566fb4adcc6001e059",
                "sha256": "13870991ac70313ca3771369104c50b4deddc2f2196619da41365626636a1cfe"
            },
            "downloads": -1,
            "filename": "naingood_sederhana-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bc4ab7c5dfa1f4566fb4adcc6001e059",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2344,
            "upload_time": "2025-09-14T12:09:01",
            "upload_time_iso_8601": "2025-09-14T12:09:01.965439Z",
            "url": "https://files.pythonhosted.org/packages/c8/3f/99fa9bed4dd859baf88272b539cad8625820f2d62c19059485126b3e68c7/naingood_sederhana-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-14 12:09:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "naingood-sederhana"
}
        
Elapsed time: 1.71614s