# Geekbench Browser Python
<p align="center">
<a href="https://github.com/34j/geekbench-browser-python/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/34j/geekbench-browser-python/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://geekbench-browser-python.readthedocs.io">
<img src="https://img.shields.io/readthedocs/geekbench-browser-python.svg?logo=read-the-docs&logoColor=fff&style=flat-square" alt="Documentation Status">
</a>
<a href="https://codecov.io/gh/34j/geekbench-browser-python">
<img src="https://img.shields.io/codecov/c/github/34j/geekbench-browser-python.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/geekbench-browser-python/">
<img src="https://img.shields.io/pypi/v/geekbench-browser-python.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/geekbench-browser-python.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/geekbench-browser-python.svg?style=flat-square" alt="License">
</p>
Simple package for getting data from [browser.geekbench.com](https://browser.geekbench.com/).
## Installation
Install this via pip (or your favourite package manager):
```shell
pip install geekbench-browser-python
```
## Usage
Both `geekbench-browser` and `gbr` are available as CLI commands. Requests are cached in `~/.cache/geekbench-browser-python` by default and refreshed every 24 hours.
- Getting all data
```shell
$ gbr
(very long output)
```
- Getting specific CPU data (Not case sensitive)
```shell
$ gbr 3600x 3900x
┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┓
┃ ┃ description ┃ single ┃ multi ┃ icon ┃ family ┃ samples ┃
┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━┩
│ AMD Ryzen 5 3600X │ 3.8 GHz (6 cores) │ 1243 │ 6857 │ amd-ryzen5 │ Matisse │ 9606 │
│ AMD Ryzen 5 3600XT │ 3.8 GHz (6 cores) │ 1301 │ 7041 │ amd │ Matisse │ 3241 │
│ AMD Ryzen 9 3900X │ 3.8 GHz (12 cores) │ 1275 │ 11664 │ amd-ryzen9 │ Matisse │ 24420 │
│ AMD Ryzen 9 3900XT │ 3.8 GHz (12 cores) │ 1316 │ 11958 │ amd │ Matisse │ 3409 │
└────────────────────┴────────────────────┴────────┴───────┴────────────┴─────────┴─────────┘
```
- Getting current CPU data and speific CPU data
```shell
$ gbr current 3900x
┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━┓
┃ ┃ description ┃ single ┃ multi ┃ icon ┃ family ┃ samples ┃
┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━┩
│ AMD Ryzen 9 3900X │ 3.8 GHz (12 cores) │ 1275 │ 11664 │ amd-ryzen9 │ Matisse │ 24420 │
│ AMD Ryzen 9 3900XT │ 3.8 GHz (12 cores) │ 1316 │ 11958 │ amd │ Matisse │ 3409 │
│ AMD Ryzen 9 3950X │ 3.5 GHz (16 cores) │ 1295 │ 14127 │ amd-ryzen9 │ Matisse │ 11023 │
└────────────────────┴────────────────────┴────────┴───────┴────────────┴─────────┴─────────┘
```
- Sorting by single score
```shell
$ gbr "ryzen 9" -s single
┏━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━┓
┃ ┃ description ┃ single ┃ multi ┃ icon ┃ family ┃ samples ┃
┡━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━┩
│ AMD Ryzen 9 7950X │ 4.5 GHz (16 cores) │ 2191 │ 23093 │ amd │ Raphael │ 5996 │
│ AMD Ryzen 9 7900X │ 4.7 GHz (12 cores) │ 2181 │ 19243 │ amd │ Raphael │ 1857 │
│ AMD Ryzen 9 7900 │ 3.7 GHz (12 cores) │ 2098 │ 17982 │ amd │ Raphael │ 177 │
│ AMD Ryzen 9 5950X │ 3.4 GHz (16 cores) │ 1682 │ 16439 │ amd │ Vermeer │ 58690 │
│ AMD Ryzen 9 5900X │ 3.7 GHz (12 cores) │ 1671 │ 13899 │ amd │ Vermeer │ 60238 │
│ AMD Ryzen 9 5900 │ 3.0 GHz (12 cores) │ 1626 │ 12224 │ amd │ Vermeer │ 345 │
│ AMD Ryzen 9 6900HX │ 3.3 GHz (8 cores) │ 1513 │ 9174 │ amd │ Rembrandt │ 1639 │
│ AMD Ryzen 9 6900HS │ 3.3 GHz (8 cores) │ 1416 │ 8479 │ amd │ Rembrandt │ 1696 │
│ AMD Ryzen 9 5900HX │ 3.3 GHz (8 cores) │ 1410 │ 7640 │ amd │ Cezanne │ 13702 │
│ AMD Ryzen 9 3900XT │ 3.8 GHz (12 cores) │ 1316 │ 11958 │ amd │ Matisse │ 3409 │
│ AMD Ryzen 9 3950X │ 3.5 GHz (16 cores) │ 1295 │ 14127 │ amd-ryzen9 │ Matisse │ 11023 │
│ AMD Ryzen 9 3900X │ 3.8 GHz (12 cores) │ 1275 │ 11664 │ amd-ryzen9 │ Matisse │ 24420 │
│ AMD Ryzen 9 3900 │ 3.1 GHz (12 cores) │ 1222 │ 10768 │ amd │ Matisse │ 1078 │
│ AMD Ryzen 9 4900H │ 3.3 GHz (8 cores) │ 1144 │ 6854 │ amd │ Renoir │ 1316 │
│ AMD Ryzen 9 4900HS │ 3.0 GHz (8 cores) │ 1079 │ 6862 │ amd-ryzen9 │ Renoir │ 4532 │
└────────────────────┴────────────────────┴────────┴───────┴────────────┴───────────┴─────────┘
```
- All options
```shell
$ gbr -h
Usage: gbr [OPTIONS] [NAMES]...
Options:
-mc, --min-cores INTEGER Minimum number of cores
-xc, --max-cores INTEGER Maximum number of cores
-mf, --min-frequency FLOAT Minimum frequency in GHz
-xf, --max-frequency FLOAT Maximum frequency in GHz
-ms, --min-single FLOAT Minimum single core score
-xs, --max-single FLOAT Maximum single core score
-mm, --min-multi FLOAT Minimum multi core score
-xm, --max-multi FLOAT Maximum multi core score
-i, --icon TUPLE Icon to search for
-f, --family TUPLE Family to search for
-s, --sort [name|single|multi|frequency|cores|id]
Sort by (reverse is default except for name,
id)
-r, --reverse Reverse the sort order
-v, --verbose Verbose output
-h, --help Show this message and exit.
```
## 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 -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/34j"><img src="https://avatars.githubusercontent.com/u/55338215?v=4?s=80" width="80px;" alt="34j"/><br /><sub><b>34j</b></sub></a><br /><a href="https://github.com/34j/geekbench-browser-python/commits?author=34j" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/shvchk"><img src="https://avatars.githubusercontent.com/u/872945?v=4?s=80" width="80px;" alt="Andrei Shevchuk"/><br /><sub><b>Andrei Shevchuk</b></sub></a><br /><a href="https://github.com/34j/geekbench-browser-python/issues?q=author%3Ashvchk" title="Bug reports">🐛</a> <a href="https://github.com/34j/geekbench-browser-python/commits?author=shvchk" title="Code">💻</a></td>
</tr>
</tbody>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- 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/geekbench-browser-python",
"name": "geekbench-browser-python",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": null,
"author": "34j",
"author_email": "34j.95a2p@simplelogin.com",
"download_url": "https://files.pythonhosted.org/packages/f3/e8/987a37c1ecd3127287e8ba957f159790797dc9a370545bdf727a22cdae40/geekbench_browser_python-0.1.10.tar.gz",
"platform": null,
"description": "# Geekbench Browser Python\n\n<p align=\"center\">\n <a href=\"https://github.com/34j/geekbench-browser-python/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/34j/geekbench-browser-python/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://geekbench-browser-python.readthedocs.io\">\n <img src=\"https://img.shields.io/readthedocs/geekbench-browser-python.svg?logo=read-the-docs&logoColor=fff&style=flat-square\" alt=\"Documentation Status\">\n </a>\n <a href=\"https://codecov.io/gh/34j/geekbench-browser-python\">\n <img src=\"https://img.shields.io/codecov/c/github/34j/geekbench-browser-python.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/geekbench-browser-python/\">\n <img src=\"https://img.shields.io/pypi/v/geekbench-browser-python.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/geekbench-browser-python.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/geekbench-browser-python.svg?style=flat-square\" alt=\"License\">\n</p>\n\nSimple package for getting data from [browser.geekbench.com](https://browser.geekbench.com/).\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n```shell\npip install geekbench-browser-python\n```\n\n## Usage\n\nBoth `geekbench-browser` and `gbr` are available as CLI commands. Requests are cached in `~/.cache/geekbench-browser-python` by default and refreshed every 24 hours.\n\n- Getting all data\n\n```shell\n$ gbr\n(very long output)\n```\n\n- Getting specific CPU data (Not case sensitive)\n\n```shell\n$ gbr 3600x 3900x\n\u250f\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2513\n\u2503 \u2503 description \u2503 single \u2503 multi \u2503 icon \u2503 family \u2503 samples \u2503\n\u2521\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2529\n\u2502 AMD Ryzen 5 3600X \u2502 3.8 GHz (6 cores) \u2502 1243 \u2502 6857 \u2502 amd-ryzen5 \u2502 Matisse \u2502 9606 \u2502\n\u2502 AMD Ryzen 5 3600XT \u2502 3.8 GHz (6 cores) \u2502 1301 \u2502 7041 \u2502 amd \u2502 Matisse \u2502 3241 \u2502\n\u2502 AMD Ryzen 9 3900X \u2502 3.8 GHz (12 cores) \u2502 1275 \u2502 11664 \u2502 amd-ryzen9 \u2502 Matisse \u2502 24420 \u2502\n\u2502 AMD Ryzen 9 3900XT \u2502 3.8 GHz (12 cores) \u2502 1316 \u2502 11958 \u2502 amd \u2502 Matisse \u2502 3409 \u2502\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n```\n\n- Getting current CPU data and speific CPU data\n\n```shell\n$ gbr current 3900x\n\u250f\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2513\n\u2503 \u2503 description \u2503 single \u2503 multi \u2503 icon \u2503 family \u2503 samples \u2503\n\u2521\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2529\n\u2502 AMD Ryzen 9 3900X \u2502 3.8 GHz (12 cores) \u2502 1275 \u2502 11664 \u2502 amd-ryzen9 \u2502 Matisse \u2502 24420 \u2502\n\u2502 AMD Ryzen 9 3900XT \u2502 3.8 GHz (12 cores) \u2502 1316 \u2502 11958 \u2502 amd \u2502 Matisse \u2502 3409 \u2502\n\u2502 AMD Ryzen 9 3950X \u2502 3.5 GHz (16 cores) \u2502 1295 \u2502 14127 \u2502 amd-ryzen9 \u2502 Matisse \u2502 11023 \u2502\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n```\n\n- Sorting by single score\n\n```shell\n$ gbr \"ryzen 9\" -s single\n\u250f\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2533\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2513\n\u2503 \u2503 description \u2503 single \u2503 multi \u2503 icon \u2503 family \u2503 samples \u2503\n\u2521\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2547\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2529\n\u2502 AMD Ryzen 9 7950X \u2502 4.5 GHz (16 cores) \u2502 2191 \u2502 23093 \u2502 amd \u2502 Raphael \u2502 5996 \u2502\n\u2502 AMD Ryzen 9 7900X \u2502 4.7 GHz (12 cores) \u2502 2181 \u2502 19243 \u2502 amd \u2502 Raphael \u2502 1857 \u2502\n\u2502 AMD Ryzen 9 7900 \u2502 3.7 GHz (12 cores) \u2502 2098 \u2502 17982 \u2502 amd \u2502 Raphael \u2502 177 \u2502\n\u2502 AMD Ryzen 9 5950X \u2502 3.4 GHz (16 cores) \u2502 1682 \u2502 16439 \u2502 amd \u2502 Vermeer \u2502 58690 \u2502\n\u2502 AMD Ryzen 9 5900X \u2502 3.7 GHz (12 cores) \u2502 1671 \u2502 13899 \u2502 amd \u2502 Vermeer \u2502 60238 \u2502\n\u2502 AMD Ryzen 9 5900 \u2502 3.0 GHz (12 cores) \u2502 1626 \u2502 12224 \u2502 amd \u2502 Vermeer \u2502 345 \u2502\n\u2502 AMD Ryzen 9 6900HX \u2502 3.3 GHz (8 cores) \u2502 1513 \u2502 9174 \u2502 amd \u2502 Rembrandt \u2502 1639 \u2502\n\u2502 AMD Ryzen 9 6900HS \u2502 3.3 GHz (8 cores) \u2502 1416 \u2502 8479 \u2502 amd \u2502 Rembrandt \u2502 1696 \u2502\n\u2502 AMD Ryzen 9 5900HX \u2502 3.3 GHz (8 cores) \u2502 1410 \u2502 7640 \u2502 amd \u2502 Cezanne \u2502 13702 \u2502\n\u2502 AMD Ryzen 9 3900XT \u2502 3.8 GHz (12 cores) \u2502 1316 \u2502 11958 \u2502 amd \u2502 Matisse \u2502 3409 \u2502\n\u2502 AMD Ryzen 9 3950X \u2502 3.5 GHz (16 cores) \u2502 1295 \u2502 14127 \u2502 amd-ryzen9 \u2502 Matisse \u2502 11023 \u2502\n\u2502 AMD Ryzen 9 3900X \u2502 3.8 GHz (12 cores) \u2502 1275 \u2502 11664 \u2502 amd-ryzen9 \u2502 Matisse \u2502 24420 \u2502\n\u2502 AMD Ryzen 9 3900 \u2502 3.1 GHz (12 cores) \u2502 1222 \u2502 10768 \u2502 amd \u2502 Matisse \u2502 1078 \u2502\n\u2502 AMD Ryzen 9 4900H \u2502 3.3 GHz (8 cores) \u2502 1144 \u2502 6854 \u2502 amd \u2502 Renoir \u2502 1316 \u2502\n\u2502 AMD Ryzen 9 4900HS \u2502 3.0 GHz (8 cores) \u2502 1079 \u2502 6862 \u2502 amd-ryzen9 \u2502 Renoir \u2502 4532 \u2502\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n```\n\n- All options\n\n```shell\n$ gbr -h\nUsage: gbr [OPTIONS] [NAMES]...\n\nOptions:\n -mc, --min-cores INTEGER Minimum number of cores\n -xc, --max-cores INTEGER Maximum number of cores\n -mf, --min-frequency FLOAT Minimum frequency in GHz\n -xf, --max-frequency FLOAT Maximum frequency in GHz\n -ms, --min-single FLOAT Minimum single core score\n -xs, --max-single FLOAT Maximum single core score\n -mm, --min-multi FLOAT Minimum multi core score\n -xm, --max-multi FLOAT Maximum multi core score\n -i, --icon TUPLE Icon to search for\n -f, --family TUPLE Family to search for\n -s, --sort [name|single|multi|frequency|cores|id]\n Sort by (reverse is default except for name,\n id)\n -r, --reverse Reverse the sort order\n -v, --verbose Verbose output\n -h, --help Show this message and exit.\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<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/34j\"><img src=\"https://avatars.githubusercontent.com/u/55338215?v=4?s=80\" width=\"80px;\" alt=\"34j\"/><br /><sub><b>34j</b></sub></a><br /><a href=\"https://github.com/34j/geekbench-browser-python/commits?author=34j\" title=\"Code\">\ud83d\udcbb</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/shvchk\"><img src=\"https://avatars.githubusercontent.com/u/872945?v=4?s=80\" width=\"80px;\" alt=\"Andrei Shevchuk\"/><br /><sub><b>Andrei Shevchuk</b></sub></a><br /><a href=\"https://github.com/34j/geekbench-browser-python/issues?q=author%3Ashvchk\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"https://github.com/34j/geekbench-browser-python/commits?author=shvchk\" title=\"Code\">\ud83d\udcbb</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\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": "Simple package for getting data from browser.geekbench.com",
"version": "0.1.10",
"project_urls": {
"Bug Tracker": "https://github.com/34j/geekbench-browser-python/issues",
"Changelog": "https://github.com/34j/geekbench-browser-python/blob/main/CHANGELOG.md",
"Documentation": "https://geekbench-browser-python.readthedocs.io",
"Homepage": "https://github.com/34j/geekbench-browser-python",
"Repository": "https://github.com/34j/geekbench-browser-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5a33bd39fc00c192c8459ab3d687b5f4ab7fcc165150d9a7b852843c1ab11461",
"md5": "a993c1c579b4aa298ab9e0ce47ccd468",
"sha256": "86e64d8b7700285ed848e4a82cfc678b8ffcb08997c83cc498416550c8ac741d"
},
"downloads": -1,
"filename": "geekbench_browser_python-0.1.10-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a993c1c579b4aa298ab9e0ce47ccd468",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 9901,
"upload_time": "2024-11-16T03:28:31",
"upload_time_iso_8601": "2024-11-16T03:28:31.413360Z",
"url": "https://files.pythonhosted.org/packages/5a/33/bd39fc00c192c8459ab3d687b5f4ab7fcc165150d9a7b852843c1ab11461/geekbench_browser_python-0.1.10-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f3e8987a37c1ecd3127287e8ba957f159790797dc9a370545bdf727a22cdae40",
"md5": "a45eac8517ea16815da2d1cc2ecb6bf9",
"sha256": "528695082d1b4cc1887e1553abfc824dd2d36d3def11f8cbd7b0504c02e1e6c9"
},
"downloads": -1,
"filename": "geekbench_browser_python-0.1.10.tar.gz",
"has_sig": false,
"md5_digest": "a45eac8517ea16815da2d1cc2ecb6bf9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 11538,
"upload_time": "2024-11-16T03:28:33",
"upload_time_iso_8601": "2024-11-16T03:28:33.211019Z",
"url": "https://files.pythonhosted.org/packages/f3/e8/987a37c1ecd3127287e8ba957f159790797dc9a370545bdf727a22cdae40/geekbench_browser_python-0.1.10.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-16 03:28:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "34j",
"github_project": "geekbench-browser-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "geekbench-browser-python"
}