# Yahoo Shopping
<p align="center">
<a href="https://github.com/34j/yahoo-shopping/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/34j/yahoo-shopping/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://yahoo-shopping.readthedocs.io">
<img src="https://img.shields.io/readthedocs/yahoo-shopping.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/34j/yahoo-shopping">
<img src="https://img.shields.io/codecov/c/github/34j/yahoo-shopping.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
</a>
<a href="https://github.com/ambv/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
</p>
<p align="center">
<a href="https://pypi.org/project/yahoo-shopping/">
<img src="https://img.shields.io/pypi/v/yahoo-shopping.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/yahoo-shopping.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/yahoo-shopping.svg?style=flat-square" alt="License">
</p>
---
**Documentation**: <a href="https://yahoo-shopping.readthedocs.io" target="_blank">https://yahoo-shopping.readthedocs.io </a>
**Source Code**: <a href="https://github.com/34j/yahoo-shopping" target="_blank">https://github.com/34j/yahoo-shopping </a>
---
Python API wrapper for Yahoo!ショッピング.
転売目的でのご利用、各種利用規約違反、過度なリクエストはお控えいただくようお願い申し上げます。
## Installation
Install this via pip (or your favourite package manager):
`pip install yahoo-shopping`
## Usage
### CLI
```shell
yahoo-shopping --help
yahoo-shopping itemsearch --help
```
```shell
yahoo-shopping itemsearch --query="Python" --results=1
```
### Python
```python
import asyncio
from rich import print
from yahoo_shopping import YahooShopping
async def main():
async with YahooShopping() as ys:
result = await ys.itemSearch(query="Python", results=1)
print(result)
asyncio.run(main())
```
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": "https://github.com/34j/yahoo-shopping",
"name": "yahoo-shopping",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "34j",
"author_email": "34j.95a2p@simplelogin.com",
"download_url": "https://files.pythonhosted.org/packages/c2/03/2736e2d7e6503f9e9048c9b7fa0bb1993c904406cd612a80123e10b6f942/yahoo_shopping-0.1.0.tar.gz",
"platform": null,
"description": "# Yahoo Shopping\n\n<p align=\"center\">\n <a href=\"https://github.com/34j/yahoo-shopping/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/34j/yahoo-shopping/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://yahoo-shopping.readthedocs.io\">\n <img src=\"https://img.shields.io/readthedocs/yahoo-shopping.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n </a>\n <a href=\"https://codecov.io/gh/34j/yahoo-shopping\">\n <img src=\"https://img.shields.io/codecov/c/github/34j/yahoo-shopping.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/ambv/black\">\n <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square\" alt=\"black\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/yahoo-shopping/\">\n <img src=\"https://img.shields.io/pypi/v/yahoo-shopping.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/yahoo-shopping.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/yahoo-shopping.svg?style=flat-square\" alt=\"License\">\n</p>\n\n---\n\n**Documentation**: <a href=\"https://yahoo-shopping.readthedocs.io\" target=\"_blank\">https://yahoo-shopping.readthedocs.io </a>\n\n**Source Code**: <a href=\"https://github.com/34j/yahoo-shopping\" target=\"_blank\">https://github.com/34j/yahoo-shopping </a>\n\n---\n\nPython API wrapper for Yahoo!\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0.\n\n\u8ee2\u58f2\u76ee\u7684\u3067\u306e\u3054\u5229\u7528\u3001\u5404\u7a2e\u5229\u7528\u898f\u7d04\u9055\u53cd\u3001\u904e\u5ea6\u306a\u30ea\u30af\u30a8\u30b9\u30c8\u306f\u304a\u63a7\u3048\u3044\u305f\u3060\u304f\u3088\u3046\u304a\u9858\u3044\u7533\u3057\u4e0a\u3052\u307e\u3059\u3002\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install yahoo-shopping`\n\n## Usage\n\n### CLI\n\n```shell\nyahoo-shopping --help\nyahoo-shopping itemsearch --help\n```\n\n```shell\nyahoo-shopping itemsearch --query=\"Python\" --results=1\n```\n\n### Python\n\n```python\nimport asyncio\n\nfrom rich import print\nfrom yahoo_shopping import YahooShopping\n\nasync def main():\n async with YahooShopping() as ys:\n result = await ys.itemSearch(query=\"Python\", results=1)\n print(result)\n\nasyncio.run(main())\n```\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python API wrapper for Yahoo! \u30b7\u30e7\u30c3\u30d4\u30f3\u30b0",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/34j/yahoo-shopping/issues",
"Changelog": "https://github.com/34j/yahoo-shopping/blob/main/CHANGELOG.md",
"Documentation": "https://yahoo-shopping.readthedocs.io",
"Homepage": "https://github.com/34j/yahoo-shopping",
"Repository": "https://github.com/34j/yahoo-shopping"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ab731675148e26d2a0b4c9e277a969190795640285408d024d33e63620c22e4",
"md5": "847785129ba0562c5a4eae0c46eabd86",
"sha256": "8685b3a491920bd55e777d7e16c592f0f89cc26ec2ff8c97e4fff44c3f09c637"
},
"downloads": -1,
"filename": "yahoo_shopping-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "847785129ba0562c5a4eae0c46eabd86",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 14664,
"upload_time": "2024-09-15T11:13:03",
"upload_time_iso_8601": "2024-09-15T11:13:03.438892Z",
"url": "https://files.pythonhosted.org/packages/9a/b7/31675148e26d2a0b4c9e277a969190795640285408d024d33e63620c22e4/yahoo_shopping-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2032736e2d7e6503f9e9048c9b7fa0bb1993c904406cd612a80123e10b6f942",
"md5": "1cf23fc13acc851ab58fe1e5bd2450c2",
"sha256": "fe9d5d8f146bd7d5eb2e02d15afd45cd7db9fff9cc0a3495f7e0fe6472f04b5d"
},
"downloads": -1,
"filename": "yahoo_shopping-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1cf23fc13acc851ab58fe1e5bd2450c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 16652,
"upload_time": "2024-09-15T11:13:05",
"upload_time_iso_8601": "2024-09-15T11:13:05.045231Z",
"url": "https://files.pythonhosted.org/packages/c2/03/2736e2d7e6503f9e9048c9b7fa0bb1993c904406cd612a80123e10b6f942/yahoo_shopping-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-15 11:13:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "34j",
"github_project": "yahoo-shopping",
"github_not_found": true,
"lcname": "yahoo-shopping"
}