pypi-jump-to


Namepypi-jump-to JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/pivoshenko/pypi-jump-to
Summarypypi-jump-to (pjt) - a quick navigation tool for the PyPI packages.
upload_time2025-07-13 16:28:30
maintainerNone
docs_urlNone
authorVolodymyr Pivoshenko <volodymyr.pivoshenko@gmail.com>
requires_python>=3.8
licenseMIT
keywords cli command-line developer-tools hacktoberfest jump jump-to maturin navigation pjt productivity pypi python search shortcuts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img alt="logo" src="https://github.com/pivoshenko/pypi-jump-to/blob/main/docs/assets/logo.svg?raw=True" height=250>
</div>

<br>

<p align="center">
  <a href="https://opensource.org/licenses/MIT">
    <img alt="License" src="https://img.shields.io/pypi/l/pypi-jump-to?style=flat-square&logo=opensourceinitiative&logoColor=white&color=0A6847&label=License">
  </a>
  <a href="https://pypi.org/project/pypi-jump-to">
    <img alt="Python" src="https://img.shields.io/pypi/pyversions/pypi-jump-to?style=flat-square&logo=python&logoColor=white&color=4856CD&label=Python">
  </a>
  <a href="https://pypi.org/project/pypi-jump-to">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/pypi-jump-to?style=flat-square&logo=pypi&logoColor=white&color=4856CD&label=PyPI">
  </a>
  <a href="https://github.com/pivoshenko/pypi-jump-to/releases">
    <img alt="Release" src="https://img.shields.io/github/v/release/pivoshenko/pypi-jump-to?style=flat-square&logo=github&logoColor=white&color=4856CD&label=Release">
  </a>
</p>

<p align="center">
  <a href="https://semantic-release.gitbook.io">
    <img alt="Semantic_Release" src="https://img.shields.io/badge/Semantic_Release-angular-e10079?style=flat-square&logo=semanticrelease&logoColor=white&color=D83A56">
  </a>
  <a href="https://www.maturin.rs">
    <img alt="Build" src="https://img.shields.io/badge/Build-maturin-black.svg?style=flat-square&logo=improvmx&logoColor=white&color=637A9F&">
  </a>
  <a href="https://www.rust-lang.org">
    <img alt="Ruff" src="https://img.shields.io/badge/Core-rust-black.svg?style=flat-square&logo=rust&logoColor=white&color=fe640b">
  </a>
</p>

<p align="center">
  <a href="https://pypi.org/project/pypi-jump-to">
    <img alt="Downloads" src="https://img.shields.io/pypi/dm/pypi-jump-to?style=flat-square&logo=pythonanywhere&logoColor=white&color=4856CD&label=Downloads">
  </a>
  <a href="https://github.com/pivoshenko/pypi-jump-to">
    <img alt="Stars" src="https://img.shields.io/github/stars/pivoshenko/pypi-jump-to?style=flat-square&logo=apachespark&logoColor=white&color=4856CD&label=Stars">
  </a>
</p>

<p align="center">
  <a href="https://stand-with-ukraine.pp.ua">
    <img alt="StandWithUkraine" src="https://img.shields.io/badge/Support-Ukraine-FFC93C?style=flat-square&labelColor=07689F">
  </a>
  <a href="https://stand-with-ukraine.pp.ua">
    <img alt="StandWithUkraine" src="https://img.shields.io/badge/Made_in-Ukraine-FFC93C.svg?style=flat-square&labelColor=07689F">
  </a>
</p>

- [Overview](#overview)
  - [Features](#features)
  - [Available destinations](#available-destinations)
- [Installation](#installation)
- [Usage](#usage)
- [See also](#see-also)

## Overview

`pypi-jump-to (pjt)` - a quick navigation tool for the PyPI packages. Save five seconds thousands of times by quickly jumping to the right URL:

```shell
pjt <package> [destination]
```

### Features

- **Binary / Zero dependencies**. A single binary with no external dependencies due to the pure Rust core
- **Memory efficient**. Built with Rust for minimal resource usage
- **Lightning fast**. Navigate to any PyPI package destination in seconds
- **Developer productivity**. No more manual URL construction or searching

### Available destinations

- `h` → Homepage PyPI (default)
- `c` → Changelog
- `d` → Documentation
- `g` → Source code page (GitHub)
- `i` → Issues page (GitHub)
- `p` → Pull requests page (GitHub)
- `r` → Releases page (GitHub)
- `t` → Tags page (GitHub)
- `v` → Version history page (PyPI)

Omitting the destination takes you to the package page on PyPI as if you used `h`.

## Installation

To install `pypi-jump-to`, you can use `uv` or `pipx` (or `pip` if you prefer):

```shell
uv tool install pypi-jump-to

pipx install pypi-jump-to

pip install pypi-jump-to
```

## Usage

`pjt httpx` (no specified destination)

🐙 → https://pypi.org/project/httpx

`pjt fastapi d` (documentation)

🐙 → https://fastapi.tiangolo.com

`pjt pydantic r` (releases)

🐙 → https://github.com/samuelcolvin/pydantic/releases

## See also

This project is inspired by the [`njt`](https://github.com/kachkaev/njt) tool for npm packages.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pivoshenko/pypi-jump-to",
    "name": "pypi-jump-to",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Volodymyr Pivoshenko <volodymyr.pivoshenko@gmail.com>",
    "keywords": "cli, command-line, developer-tools, hacktoberfest, jump, jump-to, maturin, navigation, pjt, productivity, pypi, python, search, shortcuts",
    "author": "Volodymyr Pivoshenko <volodymyr.pivoshenko@gmail.com>",
    "author_email": "Volodymyr Pivoshenko <volodymyr.pivoshenko@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/76/6a8ded19b878051899281f343364b6d2c7fa1ec5a2fd37c8b49fd03d41fe/pypi_jump_to-1.0.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img alt=\"logo\" src=\"https://github.com/pivoshenko/pypi-jump-to/blob/main/docs/assets/logo.svg?raw=True\" height=250>\n</div>\n\n<br>\n\n<p align=\"center\">\n  <a href=\"https://opensource.org/licenses/MIT\">\n    <img alt=\"License\" src=\"https://img.shields.io/pypi/l/pypi-jump-to?style=flat-square&logo=opensourceinitiative&logoColor=white&color=0A6847&label=License\">\n  </a>\n  <a href=\"https://pypi.org/project/pypi-jump-to\">\n    <img alt=\"Python\" src=\"https://img.shields.io/pypi/pyversions/pypi-jump-to?style=flat-square&logo=python&logoColor=white&color=4856CD&label=Python\">\n  </a>\n  <a href=\"https://pypi.org/project/pypi-jump-to\">\n    <img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/pypi-jump-to?style=flat-square&logo=pypi&logoColor=white&color=4856CD&label=PyPI\">\n  </a>\n  <a href=\"https://github.com/pivoshenko/pypi-jump-to/releases\">\n    <img alt=\"Release\" src=\"https://img.shields.io/github/v/release/pivoshenko/pypi-jump-to?style=flat-square&logo=github&logoColor=white&color=4856CD&label=Release\">\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://semantic-release.gitbook.io\">\n    <img alt=\"Semantic_Release\" src=\"https://img.shields.io/badge/Semantic_Release-angular-e10079?style=flat-square&logo=semanticrelease&logoColor=white&color=D83A56\">\n  </a>\n  <a href=\"https://www.maturin.rs\">\n    <img alt=\"Build\" src=\"https://img.shields.io/badge/Build-maturin-black.svg?style=flat-square&logo=improvmx&logoColor=white&color=637A9F&\">\n  </a>\n  <a href=\"https://www.rust-lang.org\">\n    <img alt=\"Ruff\" src=\"https://img.shields.io/badge/Core-rust-black.svg?style=flat-square&logo=rust&logoColor=white&color=fe640b\">\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/pypi-jump-to\">\n    <img alt=\"Downloads\" src=\"https://img.shields.io/pypi/dm/pypi-jump-to?style=flat-square&logo=pythonanywhere&logoColor=white&color=4856CD&label=Downloads\">\n  </a>\n  <a href=\"https://github.com/pivoshenko/pypi-jump-to\">\n    <img alt=\"Stars\" src=\"https://img.shields.io/github/stars/pivoshenko/pypi-jump-to?style=flat-square&logo=apachespark&logoColor=white&color=4856CD&label=Stars\">\n  </a>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://stand-with-ukraine.pp.ua\">\n    <img alt=\"StandWithUkraine\" src=\"https://img.shields.io/badge/Support-Ukraine-FFC93C?style=flat-square&labelColor=07689F\">\n  </a>\n  <a href=\"https://stand-with-ukraine.pp.ua\">\n    <img alt=\"StandWithUkraine\" src=\"https://img.shields.io/badge/Made_in-Ukraine-FFC93C.svg?style=flat-square&labelColor=07689F\">\n  </a>\n</p>\n\n- [Overview](#overview)\n  - [Features](#features)\n  - [Available destinations](#available-destinations)\n- [Installation](#installation)\n- [Usage](#usage)\n- [See also](#see-also)\n\n## Overview\n\n`pypi-jump-to (pjt)` - a quick navigation tool for the PyPI packages. Save five seconds thousands of times by quickly jumping to the right URL:\n\n```shell\npjt <package> [destination]\n```\n\n### Features\n\n- **Binary / Zero dependencies**. A single binary with no external dependencies due to the pure Rust core\n- **Memory efficient**. Built with Rust for minimal resource usage\n- **Lightning fast**. Navigate to any PyPI package destination in seconds\n- **Developer productivity**. No more manual URL construction or searching\n\n### Available destinations\n\n- `h` \u2192 Homepage PyPI (default)\n- `c` \u2192 Changelog\n- `d` \u2192 Documentation\n- `g` \u2192 Source code page (GitHub)\n- `i` \u2192 Issues page (GitHub)\n- `p` \u2192 Pull requests page (GitHub)\n- `r` \u2192 Releases page (GitHub)\n- `t` \u2192 Tags page (GitHub)\n- `v` \u2192 Version history page (PyPI)\n\nOmitting the destination takes you to the package page on PyPI as if you used `h`.\n\n## Installation\n\nTo install `pypi-jump-to`, you can use `uv` or `pipx` (or `pip` if you prefer):\n\n```shell\nuv tool install pypi-jump-to\n\npipx install pypi-jump-to\n\npip install pypi-jump-to\n```\n\n## Usage\n\n`pjt httpx` (no specified destination)\n\n\ud83d\udc19 \u2192 https://pypi.org/project/httpx\n\n`pjt fastapi d` (documentation)\n\n\ud83d\udc19 \u2192 https://fastapi.tiangolo.com\n\n`pjt pydantic r` (releases)\n\n\ud83d\udc19 \u2192 https://github.com/samuelcolvin/pydantic/releases\n\n## See also\n\nThis project is inspired by the [`njt`](https://github.com/kachkaev/njt) tool for npm packages.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pypi-jump-to (pjt) - a quick navigation tool for the PyPI packages.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/pivoshenko/pypi-jump-to",
        "Issues": "https://github.com/pivoshenko/pypi-jump-to/issues",
        "Releases": "https://github.com/pivoshenko/pypi-jump-to/releases",
        "changelog": "https://github.com/pivoshenko/pypi-jump-to/blob/main/CHANGELOG.md",
        "documentation": "https://github.com/pivoshenko/pypi-jump-to",
        "repository": "https://github.com/pivoshenko/pypi-jump-to"
    },
    "split_keywords": [
        "cli",
        " command-line",
        " developer-tools",
        " hacktoberfest",
        " jump",
        " jump-to",
        " maturin",
        " navigation",
        " pjt",
        " productivity",
        " pypi",
        " python",
        " search",
        " shortcuts"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b82ecb89d606df4e220d6fc2c9d7179c642c62d9f601e67da7fb1f0a1b67091a",
                "md5": "b336fc6f258db96eeb190c984329fb2e",
                "sha256": "e0169e3e942cf6f9db29e30a9c68f8a7d187ab4c31adc7e3c34ed4133ca121c2"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b336fc6f258db96eeb190c984329fb2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1574109,
            "upload_time": "2025-07-13T16:28:23",
            "upload_time_iso_8601": "2025-07-13T16:28:23.350953Z",
            "url": "https://files.pythonhosted.org/packages/b8/2e/cb89d606df4e220d6fc2c9d7179c642c62d9f601e67da7fb1f0a1b67091a/pypi_jump_to-1.0.0-py3-none-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4cf9763db669d413d696445ca77315399c6b5599aac6337d9ad7fac5f16b4d10",
                "md5": "769b1a12f3f99f6a3631bba5e9846c1c",
                "sha256": "6dcce7904487fd1f121c3995a6b1dbd8f66175b03b0de8ff14d311a584555d56"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "769b1a12f3f99f6a3631bba5e9846c1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1499749,
            "upload_time": "2025-07-13T16:28:21",
            "upload_time_iso_8601": "2025-07-13T16:28:21.511052Z",
            "url": "https://files.pythonhosted.org/packages/4c/f9/763db669d413d696445ca77315399c6b5599aac6337d9ad7fac5f16b4d10/pypi_jump_to-1.0.0-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cbae62d6df1f42dc05ba85920635dfd4ce8947347df4398f2aa6ed90da982615",
                "md5": "ecb944f85dd85f8f348e1cfc256a7b88",
                "sha256": "1d6424d59b521c1cc8cc3dba5919b273d8e4b29046dd490a70446e8799f1164e"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ecb944f85dd85f8f348e1cfc256a7b88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1639132,
            "upload_time": "2025-07-13T16:28:11",
            "upload_time_iso_8601": "2025-07-13T16:28:11.017872Z",
            "url": "https://files.pythonhosted.org/packages/cb/ae/62d6df1f42dc05ba85920635dfd4ce8947347df4398f2aa6ed90da982615/pypi_jump_to-1.0.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "552793f887aedbe20c66a2deb6b62b44470baf0ae86a3e68c38db7fb2704ec85",
                "md5": "3b259d2221c51dea99486a8fd0d2dec3",
                "sha256": "e52252f8eae12fc539a4f810091f3498c98b9eb75a62a0afcee131e3e1e1dff4"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "3b259d2221c51dea99486a8fd0d2dec3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1478596,
            "upload_time": "2025-07-13T16:28:12",
            "upload_time_iso_8601": "2025-07-13T16:28:12.724609Z",
            "url": "https://files.pythonhosted.org/packages/55/27/93f887aedbe20c66a2deb6b62b44470baf0ae86a3e68c38db7fb2704ec85/pypi_jump_to-1.0.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d9fb871daa8a978d18016ff168a8d413c301b95619a2d13bb625fa539a4d60a",
                "md5": "4aac08df1e8842c8489b7680074913a5",
                "sha256": "4521acdb6a7fd097c2a1f0d5db5b5b04b642c72b293ece85ef856051ebb4e78e"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4aac08df1e8842c8489b7680074913a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1957661,
            "upload_time": "2025-07-13T16:28:14",
            "upload_time_iso_8601": "2025-07-13T16:28:14.300935Z",
            "url": "https://files.pythonhosted.org/packages/9d/9f/b871daa8a978d18016ff168a8d413c301b95619a2d13bb625fa539a4d60a/pypi_jump_to-1.0.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b2b3dfc95d05f89713b59d6c497ec388c7c3c72970a6ed16268b48f67b8249d",
                "md5": "48853179002ed229a2d52efdd0180932",
                "sha256": "c7b6725d3b529871ec4337f76dc92319fc7cad4786b54744dd2467ccb31f5769"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "48853179002ed229a2d52efdd0180932",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1573358,
            "upload_time": "2025-07-13T16:28:16",
            "upload_time_iso_8601": "2025-07-13T16:28:16.556066Z",
            "url": "https://files.pythonhosted.org/packages/6b/2b/3dfc95d05f89713b59d6c497ec388c7c3c72970a6ed16268b48f67b8249d/pypi_jump_to-1.0.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19a479d6e1e7db387e3670ec08e4434b99655bfb772ba1afa85a3ede9cb606b6",
                "md5": "c4ea3405c0262411227c0f8338a9a58d",
                "sha256": "886d9eab8ac2a88fcfed5a8473f7439ff42dc6bacc627b6184661b64882e30d4"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c4ea3405c0262411227c0f8338a9a58d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1670670,
            "upload_time": "2025-07-13T16:28:18",
            "upload_time_iso_8601": "2025-07-13T16:28:18.545259Z",
            "url": "https://files.pythonhosted.org/packages/19/a4/79d6e1e7db387e3670ec08e4434b99655bfb772ba1afa85a3ede9cb606b6/pypi_jump_to-1.0.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aaf2490bb4c6fb6be2cf1f9ecc03779910f7f7657c82c8e0a69b94bca371d7e3",
                "md5": "47446ce588f873fc3c0101170caf827a",
                "sha256": "bf9c263e5dc8b9d58c8874935a7f052493e1422df1108424382d15b8d62ea131"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "47446ce588f873fc3c0101170caf827a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1681352,
            "upload_time": "2025-07-13T16:28:25",
            "upload_time_iso_8601": "2025-07-13T16:28:25.277720Z",
            "url": "https://files.pythonhosted.org/packages/aa/f2/490bb4c6fb6be2cf1f9ecc03779910f7f7657c82c8e0a69b94bca371d7e3/pypi_jump_to-1.0.0-py3-none-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8967e51671c9632342f2f4fdbc1d540d2d6572cc4855bca87f37783932e450e8",
                "md5": "2b9b68110e36c03588db295839dbd7d5",
                "sha256": "809bade0fc46cbb0a7a667dbedaaab5d06bf16c91c87007d3810e4c4070997f3"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2b9b68110e36c03588db295839dbd7d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1491189,
            "upload_time": "2025-07-13T16:28:27",
            "upload_time_iso_8601": "2025-07-13T16:28:27.129411Z",
            "url": "https://files.pythonhosted.org/packages/89/67/e51671c9632342f2f4fdbc1d540d2d6572cc4855bca87f37783932e450e8/pypi_jump_to-1.0.0-py3-none-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6522db133e5f5ba5084d4a13d610cf90ef4f1b358d637240ec3a2c7fdb99670",
                "md5": "2de4bdbd56ef033822586fcd946fe88d",
                "sha256": "5573eb741fb19ec469a769fa71bbb3a1562a9a489c7342259b191425a9efd9a2"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2de4bdbd56ef033822586fcd946fe88d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1746056,
            "upload_time": "2025-07-13T16:28:29",
            "upload_time_iso_8601": "2025-07-13T16:28:29.001363Z",
            "url": "https://files.pythonhosted.org/packages/f6/52/2db133e5f5ba5084d4a13d610cf90ef4f1b358d637240ec3a2c7fdb99670/pypi_jump_to-1.0.0-py3-none-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b719ca9c34613c52b3a412549bbc27ed019cecdbe592d36db3bdeee81cf2e797",
                "md5": "b1ef916e31b2230f73df0da886a737e6",
                "sha256": "9ea6cf26db8bcfabb40b0b2a7216fd37c51c4073135ba96133d109e93bb45ba6"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b1ef916e31b2230f73df0da886a737e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1045803,
            "upload_time": "2025-07-13T16:28:33",
            "upload_time_iso_8601": "2025-07-13T16:28:33.674366Z",
            "url": "https://files.pythonhosted.org/packages/b7/19/ca9c34613c52b3a412549bbc27ed019cecdbe592d36db3bdeee81cf2e797/pypi_jump_to-1.0.0-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "02cf2b4bb6c46b90b83f661f850eb95d1f78f157e3f10156ebe62da780f438dd",
                "md5": "0291eca0588aab7c69c4975a8804c169",
                "sha256": "0353d9360dd403073c7bfac25930eb3ce1a3484190be7a6a323b7219d8257e4b"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0291eca0588aab7c69c4975a8804c169",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1314485,
            "upload_time": "2025-07-13T16:28:31",
            "upload_time_iso_8601": "2025-07-13T16:28:31.795270Z",
            "url": "https://files.pythonhosted.org/packages/02/cf/2b4bb6c46b90b83f661f850eb95d1f78f157e3f10156ebe62da780f438dd/pypi_jump_to-1.0.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "53766a8ded19b878051899281f343364b6d2c7fa1ec5a2fd37c8b49fd03d41fe",
                "md5": "286b118c2840ebe8ec374f5314f6a0f9",
                "sha256": "46bcdbbdab9cbe098abf6105f0e2d066216a0992a3a66188aaba847134de4cfe"
            },
            "downloads": -1,
            "filename": "pypi_jump_to-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "286b118c2840ebe8ec374f5314f6a0f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 92876,
            "upload_time": "2025-07-13T16:28:30",
            "upload_time_iso_8601": "2025-07-13T16:28:30.632045Z",
            "url": "https://files.pythonhosted.org/packages/53/76/6a8ded19b878051899281f343364b6d2c7fa1ec5a2fd37c8b49fd03d41fe/pypi_jump_to-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 16:28:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pivoshenko",
    "github_project": "pypi-jump-to",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pypi-jump-to"
}
        
Elapsed time: 0.90483s