Name | aiow JSON |
Version |
1.2
JSON |
| download |
home_page | https://t.me/execal |
Summary | Aiohttp based wrapper. |
upload_time | 2024-04-05 12:47:09 |
maintainer | None |
docs_url | None |
author | odi |
requires_python | >=3.5 |
license | MIT |
keywords |
sync
async
aiohttp
proxy
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
<h1>Aiow</h1>
<p>Aiohttp based wrapper</p>
</div>
<h2>Installation:</h2>
```bash
python3 -m pip install aiow
```
<h2>Examples:</h2>
```python
import asyncio
from aiow import Aiow
async def my_test():
# Post(url, args)
await Aiow.Post('https://google.com', asjson=False)
# Get(url, args)
await Aiow.Get('https://google.com', asjson=False)
#Run
asyncio.run(my_test())
```
Raw data
{
"_id": null,
"home_page": "https://t.me/execal",
"name": "aiow",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": "sync, async, aiohttp, proxy",
"author": "odi",
"author_email": "ivuxey@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a5/ef/3568f596d95046e8654188fdcfb3dc118f8fa4bc214e404011b9f5754b8f/aiow-1.2.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n<h1>Aiow</h1>\n<p>Aiohttp based wrapper</p>\n</div>\n\n\n<h2>Installation:</h2>\n\n```bash\npython3 -m pip install aiow\n```\n\n<h2>Examples:</h2>\n\n```python\nimport asyncio\nfrom aiow import Aiow\n\nasync def my_test():\n # Post(url, args)\n await Aiow.Post('https://google.com', asjson=False)\n # Get(url, args)\n await Aiow.Get('https://google.com', asjson=False)\n#Run\nasyncio.run(my_test())\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Aiohttp based wrapper.",
"version": "1.2",
"project_urls": {
"Bug Tracker": "https://t.me/feelded",
"Homepage": "https://t.me/execal",
"Source": "https://github.com/vauth"
},
"split_keywords": [
"sync",
" async",
" aiohttp",
" proxy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89e764a42320ff7e43fb84c418a2bcb29bf42de7390ffa1f998661b0431a2684",
"md5": "6e649423b7f18d7571fb32ca9371eebd",
"sha256": "4894c659760f09680d5fa13ff37effefca10f62cae06ade2cacfdc87eb5208e0"
},
"downloads": -1,
"filename": "aiow-1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6e649423b7f18d7571fb32ca9371eebd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 2418,
"upload_time": "2024-04-05T12:47:08",
"upload_time_iso_8601": "2024-04-05T12:47:08.126242Z",
"url": "https://files.pythonhosted.org/packages/89/e7/64a42320ff7e43fb84c418a2bcb29bf42de7390ffa1f998661b0431a2684/aiow-1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a5ef3568f596d95046e8654188fdcfb3dc118f8fa4bc214e404011b9f5754b8f",
"md5": "84bbff278877a56576222a1a0f55cb5e",
"sha256": "f39d4e286e5c775e553de4420f356878cbbb4a8c74fba734f579377387862a0c"
},
"downloads": -1,
"filename": "aiow-1.2.tar.gz",
"has_sig": false,
"md5_digest": "84bbff278877a56576222a1a0f55cb5e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 2199,
"upload_time": "2024-04-05T12:47:09",
"upload_time_iso_8601": "2024-04-05T12:47:09.323110Z",
"url": "https://files.pythonhosted.org/packages/a5/ef/3568f596d95046e8654188fdcfb3dc118f8fa4bc214e404011b9f5754b8f/aiow-1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-05 12:47:09",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "aiow"
}