k-general-kit


Namek-general-kit JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryA package with some usual general functions and objects
upload_time2024-02-15 23:45:11
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords containers general search sort tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # K-General-Kit 🛠️

This project aims to provide a rich set of useful general functions frequently needed and frequent objects.

## Features 💡

* It contains a general library, for general functions on containiers, string, a bit of mathematics
* We also find a search_sort library, with powerful search and sort algorithms going from the sequential search to the exponential search and from the select sort to the merge sort.
* We also have the gen_obj library for frequents objects like math constants with the ability to ameliorate their precisions
* We also have eval_sequence, which gives powerful functions to evaluate recursive functions, bypassing the recursivity.
* Thera are also an interesting set of datas going from prime numbers collections to txt dictionnaries (for words counting functions).

## Examples of use 📝

```python
from k_general_kit.gen_func import all

print(nel(45)) # prints "quarante cinq"

print(words_sentence("Hello, everyone!", 'en')) # prints "['Hello', 'everyone']"


```

For more tests, use in the project directory the command python -m tests.eval_func or the built-in command in .vscode

## Author ✍️

This project was created by KpihX. You can contact me at kapoivha@gmail.com for any questions or suggestions.

## License 📄

This project is licensed under the MIT license - see the LICENSE file for more details.

: https://github.com/KpihX

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "k-general-kit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "KpihX <kapoivha@gmail.com>",
    "keywords": "containers,general,search,sort,tools",
    "author": "",
    "author_email": "KpihX <kapoivha@gmail.com>",
    "download_url": "",
    "platform": null,
    "description": "# K-General-Kit \ud83d\udee0\ufe0f\n\nThis project aims to provide a rich set of useful general functions frequently needed and frequent objects.\n\n## Features \ud83d\udca1\n\n* It contains a general library, for general functions on containiers, string, a bit of mathematics\n* We also find a search_sort library, with powerful search and sort algorithms going from the sequential search to the exponential search and from the select sort to the merge sort.\n* We also have the gen_obj library for frequents objects like math constants with the ability to ameliorate their precisions\n* We also have eval_sequence, which gives powerful functions to evaluate recursive functions, bypassing the recursivity.\n* Thera are also an interesting set of datas going from prime numbers collections to txt dictionnaries (for words counting functions).\n\n## Examples of use \ud83d\udcdd\n\n```python\nfrom k_general_kit.gen_func import all\n\nprint(nel(45)) # prints \"quarante cinq\"\n\nprint(words_sentence(\"Hello, everyone!\", 'en')) # prints \"['Hello', 'everyone']\"\n\n\n```\n\nFor more tests, use in the project directory the command python -m tests.eval_func or the built-in command in .vscode\n\n## Author \u270d\ufe0f\n\nThis project was created by KpihX. You can contact me at kapoivha@gmail.com for any questions or suggestions.\n\n## License \ud83d\udcc4\n\nThis project is licensed under the MIT license - see the LICENSE file for more details.\n\n: https://github.com/KpihX\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A package with some usual general functions and objects",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/k-general-kit/",
        "Issues": "https://github.com/KpihX/k_general_kit/issues",
        "Repository": "https://github.com/KpihX/k_general_kit.git"
    },
    "split_keywords": [
        "containers",
        "general",
        "search",
        "sort",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "102b5f7ecdf7a63870eb29168484f08a95f9a4b8238208eb600f957bf9c5e8ed",
                "md5": "6e3f438713ae5d8991c7a6d18128d795",
                "sha256": "37be83dbb2e1c6495f3d33bf76dbbcf91a705b714222f1e3424f23e7baeace5e"
            },
            "downloads": -1,
            "filename": "k_general_kit-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e3f438713ae5d8991c7a6d18128d795",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 21357,
            "upload_time": "2024-02-15T23:45:11",
            "upload_time_iso_8601": "2024-02-15T23:45:11.952971Z",
            "url": "https://files.pythonhosted.org/packages/10/2b/5f7ecdf7a63870eb29168484f08a95f9a4b8238208eb600f957bf9c5e8ed/k_general_kit-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-15 23:45:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KpihX",
    "github_project": "k_general_kit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "k-general-kit"
}
        
Elapsed time: 0.20306s