remote-wheel


Nameremote-wheel JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/repo-helper/remote-wheel
SummaryAccess files from a remote wheel.
upload_time2023-03-14 13:51:41
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords dist-info http-range metadata pep427 pypi wheel
VCS
bugtrack_url
requirements apeye dist-meta handy-archives packaging remotezip requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
=============
remote-wheel
=============

.. start short_desc

**Access files from a remote wheel.**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/remote-wheel/latest?logo=read-the-docs
	:target: https://remote-wheel.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/repo-helper/remote-wheel/workflows/Docs%20Check/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/repo-helper/remote-wheel/workflows/Linux/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/repo-helper/remote-wheel/workflows/Windows/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/repo-helper/remote-wheel/workflows/macOS/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/repo-helper/remote-wheel/workflows/Flake8/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/repo-helper/remote-wheel/workflows/mypy/badge.svg
	:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/remote-wheel/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/repo-helper/remote-wheel/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/remote-wheel/master?logo=coveralls
	:target: https://coveralls.io/github/repo-helper/remote-wheel?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/remote-wheel?logo=codefactor
	:target: https://www.codefactor.io/repository/github/repo-helper/remote-wheel
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/remote-wheel
	:target: https://pypi.org/project/remote-wheel/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/remote-wheel?logo=python&logoColor=white
	:target: https://pypi.org/project/remote-wheel/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/remote-wheel
	:target: https://pypi.org/project/remote-wheel/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/remote-wheel
	:target: https://pypi.org/project/remote-wheel/
	:alt: PyPI - Wheel

.. |license| image:: https://img.shields.io/github/license/repo-helper/remote-wheel
	:target: https://github.com/repo-helper/remote-wheel/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/remote-wheel
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/remote-wheel/v0.2.0
	:target: https://github.com/repo-helper/remote-wheel/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/remote-wheel
	:target: https://github.com/repo-helper/remote-wheel/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/remote-wheel
	:target: https://pypi.org/project/remote-wheel/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``remote-wheel`` can be installed from PyPI.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install remote-wheel

.. end installation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/repo-helper/remote-wheel",
    "name": "remote-wheel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "dist-info,http-range,metadata,pep427,pypi,wheel",
    "author": "",
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/1c/b1/a5a8ba1c3275fa8b5b9e672fdad2711a190c43713a6f99a513461e2a9435/remote_wheel-0.2.0.tar.gz",
    "platform": "Windows",
    "description": "\n=============\nremote-wheel\n=============\n\n.. start short_desc\n\n**Access files from a remote wheel.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t  - |docs| |docs_check|\n\t* - Tests\n\t  - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t  - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t  - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t  - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t  - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/remote-wheel/latest?logo=read-the-docs\n\t:target: https://remote-wheel.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/remote-wheel/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/remote-wheel/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/remote-wheel/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/remote-wheel/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/remote-wheel/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/remote-wheel/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/remote-wheel/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/remote-wheel/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/remote-wheel/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/remote-wheel/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/remote-wheel?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/remote-wheel?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/remote-wheel\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/remote-wheel\n\t:target: https://pypi.org/project/remote-wheel/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/remote-wheel?logo=python&logoColor=white\n\t:target: https://pypi.org/project/remote-wheel/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/remote-wheel\n\t:target: https://pypi.org/project/remote-wheel/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/remote-wheel\n\t:target: https://pypi.org/project/remote-wheel/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/remote-wheel\n\t:target: https://github.com/repo-helper/remote-wheel/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/remote-wheel\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/remote-wheel/v0.2.0\n\t:target: https://github.com/repo-helper/remote-wheel/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/remote-wheel\n\t:target: https://github.com/repo-helper/remote-wheel/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/remote-wheel\n\t:target: https://pypi.org/project/remote-wheel/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``remote-wheel`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install remote-wheel\n\n.. end installation\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Access files from a remote wheel.",
    "version": "0.2.0",
    "split_keywords": [
        "dist-info",
        "http-range",
        "metadata",
        "pep427",
        "pypi",
        "wheel"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82259bebe87a06442d4239526db3de5f7f28108964a92a4907185fda79b9caf9",
                "md5": "992e2b55aed7e503426f84b0071280ae",
                "sha256": "05925edafdac79e1bf87c5ef9538db3ac2a9fb1c1f61a7360d1d1b380e6fda02"
            },
            "downloads": -1,
            "filename": "remote_wheel-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "992e2b55aed7e503426f84b0071280ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18534,
            "upload_time": "2023-03-14T13:51:39",
            "upload_time_iso_8601": "2023-03-14T13:51:39.072080Z",
            "url": "https://files.pythonhosted.org/packages/82/25/9bebe87a06442d4239526db3de5f7f28108964a92a4907185fda79b9caf9/remote_wheel-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cb1a5a8ba1c3275fa8b5b9e672fdad2711a190c43713a6f99a513461e2a9435",
                "md5": "7d010dd396ee5bbbe0f98f0eac70f387",
                "sha256": "2df3d59bf08d62c06752bc72dbc14b6d7bf12b4e8e0953bd59f2938288b4a110"
            },
            "downloads": -1,
            "filename": "remote_wheel-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7d010dd396ee5bbbe0f98f0eac70f387",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7193,
            "upload_time": "2023-03-14T13:51:41",
            "upload_time_iso_8601": "2023-03-14T13:51:41.046859Z",
            "url": "https://files.pythonhosted.org/packages/1c/b1/a5a8ba1c3275fa8b5b9e672fdad2711a190c43713a6f99a513461e2a9435/remote_wheel-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-14 13:51:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "repo-helper",
    "github_project": "remote-wheel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "apeye",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "dist-meta",
            "specs": [
                [
                    ">=",
                    "0.3.0"
                ]
            ]
        },
        {
            "name": "handy-archives",
            "specs": [
                [
                    ">=",
                    "0.1.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "21.0"
                ]
            ]
        },
        {
            "name": "remotezip",
            "specs": [
                [
                    ">=",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.26.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "remote-wheel"
}
        
Elapsed time: 0.04257s