Skip to main content

Like pm2 without node.js ;-)

Project description

PM3

Like pm2 without node.js ;-)

Install

pip install pm3

Start

pm3 daemon start

pm3 ping

Help

pm3 -h

Bash Tools

#!/bin/bash

TMPFILE=$(mktemp --suffix=.json)
pm3 dump ${1} -f $TMPFILE
vi $TMPFILE
pm3 load -f $TMPFILE -r

Autocompletition

Bash

pm3_exe=$(which pm3)
eval "$(register-python-argcomplete $pm3_exe)"

Fish

pm3_exe=$(which pm3)
register-python-argcomplete --shell fish $pm3_exe | source

or

register-python-argcomplete --shell fish $pm3_exe > ~/.config/fish/completions/pm3.fish

Other shell

visit https://kislyuk.github.io/argcomplete/

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

PM3-0.3.0.tar.gz (26.6 kB view details)

Uploaded Source

Built Distribution

PM3-0.3.0-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

Details for the file PM3-0.3.0.tar.gz.

File metadata

  • Download URL: PM3-0.3.0.tar.gz
  • Upload date:
  • Size: 26.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for PM3-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2b9c7417e17ae67dee80cce1bda508536e81cbbae5f6b42b53262dff3bb25e64
MD5 f1c4caf80b281aad737abb1a24a6d77d
BLAKE2b-256 1424368111762d7b74367fbd9573765f4d6a2ec88e1da5342578aa721ff4cb48

See more details on using hashes here.

File details

Details for the file PM3-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: PM3-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.5

File hashes

Hashes for PM3-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e34ef424f9f28761a9baabd9520ba550a291149b0ac883aaec1296f8e9a683d8
MD5 9e519ca3f83a3e013a2d11a98e23748c
BLAKE2b-256 18fb813e94e9c10558038c7d822389261bfe8b5f72ffa4f4f17306b3d57c7c3b

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