ebhkit


Nameebhkit JSON
Version 0.2.1.dev0 PyPI version JSON
download
home_pageNone
SummaryA tiny collection of reusable helper utilities.
upload_time2025-09-06 08:31:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2025 Ehsan Bitaraf 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 helpers utilities toolkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hkit
*Helper KIT*

> 🧰 A tiny collection of reusable helper utilities for Python projects.

`hkit` provides a lightweight set of functions and helpers to simplify repetitive tasks in everyday Python development.

---

## 📦 Installation

From PyPI (once released):

```bash
pip install ebhkit
```

---

## 🚀 Quick Start

Example usage:

```python
from ebhkit import slugify, chunks

print(slugify("Hello World!"))
# hello-world

for part in chunks(range(10), size=3):
    print(part)
# [0, 1, 2]
# [3, 4, 5]
# [6, 7, 8]
# [9]
```

---

## ✨ Features

* 🔠 Text utilities (`slugify`, `truncate`, …)
* 🗂️ List and iterable helpers (`chunks`, `flatten`, …)
* ⏱️ Date and time utilities
* ⚡ Zero heavy dependencies


## 📜 License

This project is licensed under the [MIT License](LICENSE).



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ebhkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "helpers, utilities, toolkit",
    "author": null,
    "author_email": "Ehsan Bitaraf <ehsan.bitaraf@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/70/f93416871673c8a4b4ae1b5e3c3c2a01054b7a4e6a9d56a76a942dd402e3/ebhkit-0.2.1.dev0.tar.gz",
    "platform": null,
    "description": "# hkit\r\n*Helper KIT*\r\n\r\n> \ud83e\uddf0 A tiny collection of reusable helper utilities for Python projects.\r\n\r\n`hkit` provides a lightweight set of functions and helpers to simplify repetitive tasks in everyday Python development.\r\n\r\n---\r\n\r\n## \ud83d\udce6 Installation\r\n\r\nFrom PyPI (once released):\r\n\r\n```bash\r\npip install ebhkit\r\n```\r\n\r\n---\r\n\r\n## \ud83d\ude80 Quick Start\r\n\r\nExample usage:\r\n\r\n```python\r\nfrom ebhkit import slugify, chunks\r\n\r\nprint(slugify(\"Hello World!\"))\r\n# hello-world\r\n\r\nfor part in chunks(range(10), size=3):\r\n    print(part)\r\n# [0, 1, 2]\r\n# [3, 4, 5]\r\n# [6, 7, 8]\r\n# [9]\r\n```\r\n\r\n---\r\n\r\n## \u2728 Features\r\n\r\n* \ud83d\udd20 Text utilities (`slugify`, `truncate`, \u2026)\r\n* \ud83d\uddc2\ufe0f List and iterable helpers (`chunks`, `flatten`, \u2026)\r\n* \u23f1\ufe0f Date and time utilities\r\n* \u26a1 Zero heavy dependencies\r\n\r\n\r\n## \ud83d\udcdc License\r\n\r\nThis project is licensed under the [MIT License](LICENSE).\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License\r\n        \r\n        Copyright (c) 2025 Ehsan Bitaraf\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        ",
    "summary": "A tiny collection of reusable helper utilities.",
    "version": "0.2.1.dev0",
    "project_urls": {
        "Homepage": "https://github.com/yourname/myhelpers",
        "Issues": "https://github.com/yourname/myhelpers/issues"
    },
    "split_keywords": [
        "helpers",
        " utilities",
        " toolkit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b4215fe4fa8cd4efb17033e1c5b5b9b35de6f6c26152f11ef5b5d61f1d63e0e",
                "md5": "77bfaba590dbc526618f6ad247e1f024",
                "sha256": "32cebb35921afb726bcd83ebe02e54fa23b762fcc2c24c256d9bf91cfb851fa2"
            },
            "downloads": -1,
            "filename": "ebhkit-0.2.1.dev0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77bfaba590dbc526618f6ad247e1f024",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9116,
            "upload_time": "2025-09-06T08:31:23",
            "upload_time_iso_8601": "2025-09-06T08:31:23.050610Z",
            "url": "https://files.pythonhosted.org/packages/8b/42/15fe4fa8cd4efb17033e1c5b5b9b35de6f6c26152f11ef5b5d61f1d63e0e/ebhkit-0.2.1.dev0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce70f93416871673c8a4b4ae1b5e3c3c2a01054b7a4e6a9d56a76a942dd402e3",
                "md5": "af3ecc54446e9a1a774330303da27939",
                "sha256": "093cee37d330cc3866cad088709df1669619d88a7bfad2b3bbc011b69d9e111a"
            },
            "downloads": -1,
            "filename": "ebhkit-0.2.1.dev0.tar.gz",
            "has_sig": false,
            "md5_digest": "af3ecc54446e9a1a774330303da27939",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 23233,
            "upload_time": "2025-09-06T08:31:24",
            "upload_time_iso_8601": "2025-09-06T08:31:24.647010Z",
            "url": "https://files.pythonhosted.org/packages/ce/70/f93416871673c8a4b4ae1b5e3c3c2a01054b7a4e6a9d56a76a942dd402e3/ebhkit-0.2.1.dev0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 08:31:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourname",
    "github_project": "myhelpers",
    "github_not_found": true,
    "lcname": "ebhkit"
}
        
Elapsed time: 1.29875s