# 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": null,
"name": "k-general-kit",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "KpihX <kapoivha@gmail.com>",
"keywords": "containers, general, search, sort, tools",
"author": null,
"author_email": "KpihX <kapoivha@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0b/90/d99d52788f020f8092017529f46b97397fd321416cb9e4499248efa55c77/k_general_kit-1.1.0.tar.gz",
"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.1.0",
"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": "5dd77c738be26234be3de379f4acaf376782a613db558cd6b958889dbeb8845e",
"md5": "19b8fdfd1d4952432d86eddd146883e6",
"sha256": "ad3652e626e4045322a8bf7cf5755e582ffdffb53262f0cae84939b5a05ad737"
},
"downloads": -1,
"filename": "k_general_kit-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "19b8fdfd1d4952432d86eddd146883e6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 24381,
"upload_time": "2024-07-10T07:31:07",
"upload_time_iso_8601": "2024-07-10T07:31:07.050266Z",
"url": "https://files.pythonhosted.org/packages/5d/d7/7c738be26234be3de379f4acaf376782a613db558cd6b958889dbeb8845e/k_general_kit-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0b90d99d52788f020f8092017529f46b97397fd321416cb9e4499248efa55c77",
"md5": "abb0a3b2a2c307bd81c5b48e528f99b2",
"sha256": "797038f8b9a82dde8ff48b9d874f74a24897e3d76fade9ca4a2220413b1200ba"
},
"downloads": -1,
"filename": "k_general_kit-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "abb0a3b2a2c307bd81c5b48e528f99b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 22460508,
"upload_time": "2024-07-10T07:38:44",
"upload_time_iso_8601": "2024-07-10T07:38:44.365116Z",
"url": "https://files.pythonhosted.org/packages/0b/90/d99d52788f020f8092017529f46b97397fd321416cb9e4499248efa55c77/k_general_kit-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-10 07:38:44",
"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"
}