# ZhigeTools
[English](README.md) | [简体中文](README-zh.md)
## Introduction
ZhigeTools is an open-source Python toolkit that provides a collection of utility functions for daily work. It is designed to simplify common tasks by offering easy-to-use wrappers.
## Installation
```
pip install zhigetools
```
## Features
- [x] Character Conversion Tools
base_to_number
- Converts a string to a number, supporting custom bases and custom symbols for the base.
``` python
from zhige_tools.base_converter import base_to_number
```
number_to_base
- Converts a number to a string, supporting custom bases and custom symbols for the base.
``` python
from zhige_tools.base_converter import number_to_base
```
## Changelog
- **2021.10.25 v0.1.0**
Initial release
- **2021.10.25:v0.1.1**
Added function hints, updated README.md
Raw data
{
"_id": null,
"home_page": "https://github.com/zhigeoffice/ZhigeTools/",
"name": "zhige-tools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Zhige office",
"author_email": "zhigeoffice@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8e/62/17e1d0de066f60ee4babbe79ac56c704728ac0635f1952881408b0af7fde/zhige_tools-0.1.1.tar.gz",
"platform": null,
"description": "# ZhigeTools\r\n[English](README.md) | [\u7b80\u4f53\u4e2d\u6587](README-zh.md)\r\n## Introduction\r\nZhigeTools is an open-source Python toolkit that provides a collection of utility functions for daily work. It is designed to simplify common tasks by offering easy-to-use wrappers.\r\n\r\n## Installation\r\n```\r\npip install zhigetools\r\n```\r\n\r\n## Features\r\n- [x] Character Conversion Tools\r\n\r\n base_to_number\r\n - Converts a string to a number, supporting custom bases and custom symbols for the base.\r\n ``` python\r\n from zhige_tools.base_converter import base_to_number\r\n ```\r\n number_to_base\r\n - Converts a number to a string, supporting custom bases and custom symbols for the base.\r\n ``` python\r\n from zhige_tools.base_converter import number_to_base\r\n ```\r\n\r\n## Changelog\r\n- **2021.10.25 v0.1.0**\r\n\r\n Initial release\r\n\r\n- **2021.10.25\uff1av0.1.1**\r\n\r\n Added function hints, updated README.md\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "zhige office\u7684\u4e2a\u4eba\u5de5\u5177\u7bb1",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/zhigeoffice/ZhigeTools/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0c481940f439c127814d626d5a7dc3d6471bc960a1438218afead45b3d01ed27",
"md5": "b54eb61da79664c2d5d2702d6d2e223b",
"sha256": "19bc89485df49276ce2f8ef955e4937b8248f854d7650d8e92c2a6380faf4413"
},
"downloads": -1,
"filename": "zhige_tools-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b54eb61da79664c2d5d2702d6d2e223b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4335,
"upload_time": "2024-08-19T13:31:56",
"upload_time_iso_8601": "2024-08-19T13:31:56.541728Z",
"url": "https://files.pythonhosted.org/packages/0c/48/1940f439c127814d626d5a7dc3d6471bc960a1438218afead45b3d01ed27/zhige_tools-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8e6217e1d0de066f60ee4babbe79ac56c704728ac0635f1952881408b0af7fde",
"md5": "92d111370be180f0486d97785e12c708",
"sha256": "b3faaf5b0af462d2db25de9fd77d4551a3ae72a61c92b21010456bf4f170e307"
},
"downloads": -1,
"filename": "zhige_tools-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "92d111370be180f0486d97785e12c708",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3876,
"upload_time": "2024-08-19T13:31:58",
"upload_time_iso_8601": "2024-08-19T13:31:58.029473Z",
"url": "https://files.pythonhosted.org/packages/8e/62/17e1d0de066f60ee4babbe79ac56c704728ac0635f1952881408b0af7fde/zhige_tools-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-19 13:31:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "zhigeoffice",
"github_project": "ZhigeTools",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "zhige-tools"
}