Metadata-Version: 2.1
Name: pm2py
Version: 1.0.1
Summary: PM2 wrapper for Python
Home-page: https://github.com/yusufusta/pm2py
Author: Yusuf Usta
Author-email: yusuf@usta.email
Maintainer: Yusuf Usta
Maintainer-email: yusuf@usta.email
License: GPL3
Keywords: pm2,node
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# pm2py

[PM2](https://pm2.keymetrics.io/) Programmatic API for Python

## ✨ Features

- [x] List
- [x] Real-Time Logs
- [x] Start
- [x] Stop
- [x] Restart
- [x] Delete

## 📦 Install

You can easily install with [pip](https://pypi.org/).

```sh
pip3 install pm2py
```

## 🔎 Examples

You should check [example](https://github.com/yusufusta/pm2py/tree/master/example.py) file.

## ✅ To-Do

- [ ] Documantion

## 👨‍💻 Author

[Yusuf Usta](https://github.com/yusufusta)


