Skip to main content

The command-line client for the Patchwork patch tracking tool

Project description

PyPi Status Documentation Status Build Status

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

Installation

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

$ python3 -m pip install pwclient

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

$ sudo dnf install python-pbr

On Ubuntu, run:

$ sudo apt-get install python-pbr

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

$ 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.

Development

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

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

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

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

Documentation

Documentation is available on Read the Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pwclient-2.7.0.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

pwclient-2.7.0-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

Details for the file pwclient-2.7.0.tar.gz.

File metadata

  • Download URL: pwclient-2.7.0.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pwclient-2.7.0.tar.gz
Algorithm Hash digest
SHA256 57de1cbe5acc1d46a084860b8cf07e3f4e37ca43177b3361ecb38c885cde921c
MD5 bb380e467bc6987f75e459a384d66dcc
BLAKE2b-256 8b1b25a1fc6341ffe9d88c8d2d26f996f0b0cbdd7d7b21808dd6912bbf6088e1

See more details on using hashes here.

File details

Details for the file pwclient-2.7.0-py3-none-any.whl.

File metadata

  • Download URL: pwclient-2.7.0-py3-none-any.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pwclient-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a043fd10bbbbf6fdd5d7b3a8c47061f766aca207475b1c14c354d8185b0e0a1
MD5 165174174a46f445c3d0552fd690aa94
BLAKE2b-256 c371a8c6b109a2d9a24a18df04f7e5d79466f0b821de5b3087ad72a7ea64e000

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page