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.1.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

PM3-0.3.1-py3-none-any.whl (27.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: PM3-0.3.1.tar.gz
  • Upload date:
  • Size: 27.1 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.1.tar.gz
Algorithm Hash digest
SHA256 3f5350ff9798ffc84f3723b28bb23906b36609e597c244e31e91cb217576c796
MD5 1ca76b6bb9e95daf429bda0891a072b2
BLAKE2b-256 c85977438c9e68fb5ac80d4f67080633b7c0a7529ff97245773056dcc1734a24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PM3-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 27.6 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b0e8656c59b5e73dc44a5de72a98fddf6b90b226a2da3a4e2f2786c3304baf69
MD5 6770814715911e04c046195286e50ad8
BLAKE2b-256 17b61a16d3f8386c24e4db5e6351febd6d2704f199e0d2bf5f0e8cf4882fde7a

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