Name | josiauhtools JSON |
Version |
0.0.3
JSON |
| download |
home_page | |
Summary | Some tools for python. |
upload_time | 2023-12-26 11:32:43 |
maintainer | |
docs_url | None |
author | Josiah |
requires_python | >=3.8 |
license | |
keywords |
tools
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# JosiauhTools
#### Table of Contents
- [Examples](#examples)
- [Simply Then](#simply-then)
Some python general tools.
[Unstabler version (NOT RECOMMENDED)](https://github.com/josiauh/josiauhtools/tree/unstabler)
```
pip install josiauhtools
```
# Examples
Here's what you can do with JosiauhTools!
## Simply Then
Explanation:
TL;DR: Prints "i got", and the result of running "foo" (bar)
<details>
<summary>Will read</summary>
Runs a function called "foo", which will return "bar".
After that, it runs "bar", which will print "i got bar", where bar was retrieved from "foo".
</details>
Code:
```py
from josiauhtools import synx
def foo():
return 'bar'
def bar(p):
print("i got " + p)
synx.then(foo, bar)
```
Raw data
{
"_id": null,
"home_page": "",
"name": "josiauhtools",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "tools",
"author": "Josiah",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/00/d6/dd7d4f2b74d528050532073c063aeb5e3a0dab188b0b2c10a5e9290dd938/josiauhtools-0.0.3.tar.gz",
"platform": null,
"description": "# JosiauhTools\n#### Table of Contents\n\n- [Examples](#examples)\n - [Simply Then](#simply-then)\n\nSome python general tools.\n\n[Unstabler version (NOT RECOMMENDED)](https://github.com/josiauh/josiauhtools/tree/unstabler)\n```\npip install josiauhtools\n```\n\n# Examples\nHere's what you can do with JosiauhTools!\n\n## Simply Then\nExplanation:\n\nTL;DR: Prints \"i got\", and the result of running \"foo\" (bar)\n\n<details>\n<summary>Will read</summary>\nRuns a function called \"foo\", which will return \"bar\".\nAfter that, it runs \"bar\", which will print \"i got bar\", where bar was retrieved from \"foo\".\n</details>\n\n\n\n\nCode: \n```py\nfrom josiauhtools import synx\n\ndef foo():\n return 'bar'\n\ndef bar(p):\n print(\"i got \" + p)\n\nsynx.then(foo, bar)\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Some tools for python.",
"version": "0.0.3",
"project_urls": {
"Repository": "https://github.com/josiauh/josiauhtools"
},
"split_keywords": [
"tools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "83b5873b7d954bdb75e2751880e42a877dd652f61f902cb64be36c23b1e31556",
"md5": "aeabde4e11a067bc92ae48637d75d79b",
"sha256": "1e0d7d97ac1441a36c019c513dfb90a5878c2b03ab5d94fdbd1e0cecc8a35893"
},
"downloads": -1,
"filename": "josiauhtools-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aeabde4e11a067bc92ae48637d75d79b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5921,
"upload_time": "2023-12-26T11:32:42",
"upload_time_iso_8601": "2023-12-26T11:32:42.779092Z",
"url": "https://files.pythonhosted.org/packages/83/b5/873b7d954bdb75e2751880e42a877dd652f61f902cb64be36c23b1e31556/josiauhtools-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "00d6dd7d4f2b74d528050532073c063aeb5e3a0dab188b0b2c10a5e9290dd938",
"md5": "4be97fcc2b0d5e75461ca3e5df50490c",
"sha256": "398f64ad39b1b3fde6cbd89fe8829adc698cf8b246cb1407b8bb61fcd77daab1"
},
"downloads": -1,
"filename": "josiauhtools-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "4be97fcc2b0d5e75461ca3e5df50490c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5004,
"upload_time": "2023-12-26T11:32:43",
"upload_time_iso_8601": "2023-12-26T11:32:43.650049Z",
"url": "https://files.pythonhosted.org/packages/00/d6/dd7d4f2b74d528050532073c063aeb5e3a0dab188b0b2c10a5e9290dd938/josiauhtools-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-26 11:32:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "josiauh",
"github_project": "josiauhtools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "josiauhtools"
}