pwclient


Namepwclient JSON
Version 2.7.0 PyPI version JSON
download
home_pagehttps://github.com/getpatchwork/pwclient
SummaryThe command-line client for the Patchwork patch tracking tool
upload_time2024-01-17 16:40:07
maintainerStephen Finucane
docs_urlNone
authorNate Case
requires_python>=3.7
licenseGPL v2
keywords patchwork api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========
pwclient
========

.. NOTE: If editing this, be sure to update the line numbers in 'doc/index'

.. image:: https://badge.fury.io/py/pwclient.svg
   :target: https://badge.fury.io/py/pwclient
   :alt: PyPi Status

.. image:: https://readthedocs.org/projects/pwclient/badge/?version=latest
   :target: https://pwclient.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://github.com/getpatchwork/pwclient/actions/workflows/ci.yaml/badge.svg
   :target: https://github.com/getpatchwork/pwclient/actions/workflows/ci.yaml
   :alt: Build Status

*pwclient* is a VCS-agnostic tool for interacting with `Patchwork`__, the
web-based patch tracking system.

__ http://jk.ozlabs.org/projects/patchwork/


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

The easiest way to install *pwclient* and its dependencies is using ``pip``. To
do so, run:

.. code-block:: bash

   $ python3 -m pip install pwclient

You can also install *pwclient* manually. First, install the required
dependencies. On Fedora, run:

.. code-block:: bash

   $ sudo dnf install python-pbr

On Ubuntu, run:

.. code-block:: bash

   $ sudo apt-get install python-pbr

Once dependencies are installed, clone this repo and run ``setup.py``:

.. code-block:: bash

   $ git clone https://github.com/getpatchwork/pwclient
   $ cd pwclient
   $ python3 -m pip install --user .

Getting Started
---------------

To use *pwclient*, you will need a ``.pwclientrc`` file, located in your home
directory (``$HOME`` or ``~``). You can point to another path with the
environment variable ``PWCLIENTRC``. Patchwork itself provides sample
``.pwclientrc`` files for projects at ``/project/{projectName}/pwclientrc/``.
For example, `here`__ is the ``.pwclientrc`` file for Patchwork itself.

__ https://patchwork.ozlabs.org/project/patchwork/pwclientrc/


Development
-----------

If you're interested in contributing to *pwclient*, first clone the repo:

.. code-block:: bash

   $ git clone https://github.com/getpatchwork/pwclient
   $ cd pwclient

Create a *virtualenv*, then install the package in `editable`__ mode:

.. code-block:: bash

   $ virtualenv .venv
   $ source .venv/bin/activate
   $ python3 -m pip install --editable .

__ https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs


Documentation
-------------

Documentation is available on `Read the Docs`__

__ https://pwclient.readthedocs.io/


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/getpatchwork/pwclient",
    "name": "pwclient",
    "maintainer": "Stephen Finucane",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "stephen@that.guru",
    "keywords": "patchwork api",
    "author": "Nate Case",
    "author_email": "ncase@xes-inc.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/1b/25a1fc6341ffe9d88c8d2d26f996f0b0cbdd7d7b21808dd6912bbf6088e1/pwclient-2.7.0.tar.gz",
    "platform": null,
    "description": "========\npwclient\n========\n\n.. NOTE: If editing this, be sure to update the line numbers in 'doc/index'\n\n.. image:: https://badge.fury.io/py/pwclient.svg\n   :target: https://badge.fury.io/py/pwclient\n   :alt: PyPi Status\n\n.. image:: https://readthedocs.org/projects/pwclient/badge/?version=latest\n   :target: https://pwclient.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://github.com/getpatchwork/pwclient/actions/workflows/ci.yaml/badge.svg\n   :target: https://github.com/getpatchwork/pwclient/actions/workflows/ci.yaml\n   :alt: Build Status\n\n*pwclient* is a VCS-agnostic tool for interacting with `Patchwork`__, the\nweb-based patch tracking system.\n\n__ http://jk.ozlabs.org/projects/patchwork/\n\n\nInstallation\n------------\n\nThe easiest way to install *pwclient* and its dependencies is using ``pip``. To\ndo so, run:\n\n.. code-block:: bash\n\n   $ python3 -m pip install pwclient\n\nYou can also install *pwclient* manually. First, install the required\ndependencies. On Fedora, run:\n\n.. code-block:: bash\n\n   $ sudo dnf install python-pbr\n\nOn Ubuntu, run:\n\n.. code-block:: bash\n\n   $ sudo apt-get install python-pbr\n\nOnce dependencies are installed, clone this repo and run ``setup.py``:\n\n.. code-block:: bash\n\n   $ git clone https://github.com/getpatchwork/pwclient\n   $ cd pwclient\n   $ python3 -m pip install --user .\n\nGetting Started\n---------------\n\nTo use *pwclient*, you will need a ``.pwclientrc`` file, located in your home\ndirectory (``$HOME`` or ``~``). You can point to another path with the\nenvironment variable ``PWCLIENTRC``. Patchwork itself provides sample\n``.pwclientrc`` files for projects at ``/project/{projectName}/pwclientrc/``.\nFor example, `here`__ is the ``.pwclientrc`` file for Patchwork itself.\n\n__ https://patchwork.ozlabs.org/project/patchwork/pwclientrc/\n\n\nDevelopment\n-----------\n\nIf you're interested in contributing to *pwclient*, first clone the repo:\n\n.. code-block:: bash\n\n   $ git clone https://github.com/getpatchwork/pwclient\n   $ cd pwclient\n\nCreate a *virtualenv*, then install the package in `editable`__ mode:\n\n.. code-block:: bash\n\n   $ virtualenv .venv\n   $ source .venv/bin/activate\n   $ python3 -m pip install --editable .\n\n__ https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs\n\n\nDocumentation\n-------------\n\nDocumentation is available on `Read the Docs`__\n\n__ https://pwclient.readthedocs.io/\n\n",
    "bugtrack_url": null,
    "license": "GPL v2",
    "summary": "The command-line client for the Patchwork patch tracking tool",
    "version": "2.7.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/getpatchwork/pwclient/issues",
        "Documentation": "https://pwclient.readthedocs.io",
        "Homepage": "https://github.com/getpatchwork/pwclient",
        "Source Code": "https://github.com/getpatchwork/pwclient"
    },
    "split_keywords": [
        "patchwork",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c371a8c6b109a2d9a24a18df04f7e5d79466f0b821de5b3087ad72a7ea64e000",
                "md5": "165174174a46f445c3d0552fd690aa94",
                "sha256": "2a043fd10bbbbf6fdd5d7b3a8c47061f766aca207475b1c14c354d8185b0e0a1"
            },
            "downloads": -1,
            "filename": "pwclient-2.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "165174174a46f445c3d0552fd690aa94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25768,
            "upload_time": "2024-01-17T16:40:04",
            "upload_time_iso_8601": "2024-01-17T16:40:04.952718Z",
            "url": "https://files.pythonhosted.org/packages/c3/71/a8c6b109a2d9a24a18df04f7e5d79466f0b821de5b3087ad72a7ea64e000/pwclient-2.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b1b25a1fc6341ffe9d88c8d2d26f996f0b0cbdd7d7b21808dd6912bbf6088e1",
                "md5": "bb380e467bc6987f75e459a384d66dcc",
                "sha256": "57de1cbe5acc1d46a084860b8cf07e3f4e37ca43177b3361ecb38c885cde921c"
            },
            "downloads": -1,
            "filename": "pwclient-2.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb380e467bc6987f75e459a384d66dcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 41556,
            "upload_time": "2024-01-17T16:40:07",
            "upload_time_iso_8601": "2024-01-17T16:40:07.072434Z",
            "url": "https://files.pythonhosted.org/packages/8b/1b/25a1fc6341ffe9d88c8d2d26f996f0b0cbdd7d7b21808dd6912bbf6088e1/pwclient-2.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 16:40:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getpatchwork",
    "github_project": "pwclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pwclient"
}
        
Elapsed time: 0.24431s