Name | shafara-tool-kit JSON |
Version |
0.2.2
JSON |
| download |
home_page | |
Summary | |
upload_time | 2023-05-08 09:54:03 |
maintainer | |
docs_url | None |
author | jumashafara |
requires_python | >=3.9 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## About
This package contains simple tools to satisfy day to day coding needs
## Using
install using the following command
```
pip install shafara-tool-kit
```
load the package in your python file using any of the following ways
```
# load the entire package
import shafaratoolkit
# add an alias
import shafaratoolkit as stk
# load only props
from shafaratoolkit import props
# load a specific function
from shafaratoolkit import props.colored
# give a the loaded function an alias
from shafaratoolkit import props.colored as colorize
# another way to load a specific function
from shafaratoolkit.props import import colored
```
Raw data
{
"_id": null,
"home_page": "",
"name": "shafara-tool-kit",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "",
"keywords": "",
"author": "jumashafara",
"author_email": "jumashafara0@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e7/d3/9a893c0c04f6a1f94eb431063ce5853b8f224cf63b6bd41424fd8fe62800/shafara_tool_kit-0.2.2.tar.gz",
"platform": null,
"description": "## About \nThis package contains simple tools to satisfy day to day coding needs \n\n## Using \ninstall using the following command\n```\npip install shafara-tool-kit\n```\n\nload the package in your python file using any of the following ways\n```\n# load the entire package\nimport shafaratoolkit\n\n# add an alias\nimport shafaratoolkit as stk\n\n# load only props\nfrom shafaratoolkit import props\n\n# load a specific function\nfrom shafaratoolkit import props.colored\n\n# give a the loaded function an alias\nfrom shafaratoolkit import props.colored as colorize\n\n# another way to load a specific function\nfrom shafaratoolkit.props import import colored\n```",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.2.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "740080dfd92b9c35bbc868ad1d108bddab6dfad3e792435fdb3e6b0c8f96e732",
"md5": "088ef89887507d593ea8ac5f2fff409d",
"sha256": "2c64b0bbb184b2cd112ba37a48f183cdf09a1d838311a0ebcd0cc69a55b2764d"
},
"downloads": -1,
"filename": "shafara_tool_kit-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "088ef89887507d593ea8ac5f2fff409d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7832,
"upload_time": "2023-05-08T09:54:00",
"upload_time_iso_8601": "2023-05-08T09:54:00.961560Z",
"url": "https://files.pythonhosted.org/packages/74/00/80dfd92b9c35bbc868ad1d108bddab6dfad3e792435fdb3e6b0c8f96e732/shafara_tool_kit-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7d39a893c0c04f6a1f94eb431063ce5853b8f224cf63b6bd41424fd8fe62800",
"md5": "7251f655adc4742de51b356ae02b738d",
"sha256": "aaae787554fed08ddb8eef137e5a27955147a7165870f6118cc0d23aa349f848"
},
"downloads": -1,
"filename": "shafara_tool_kit-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "7251f655adc4742de51b356ae02b738d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 7047,
"upload_time": "2023-05-08T09:54:03",
"upload_time_iso_8601": "2023-05-08T09:54:03.129959Z",
"url": "https://files.pythonhosted.org/packages/e7/d3/9a893c0c04f6a1f94eb431063ce5853b8f224cf63b6bd41424fd8fe62800/shafara_tool_kit-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-08 09:54:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "shafara-tool-kit"
}