An open API service indexing awesome lists of open source software.

https://github.com/xdynix/concurrently.py

A minimum Python port of Node.js's concurrently.
https://github.com/xdynix/concurrently.py

cli commandline concurrently parallel process python

Last synced: 12 months ago
JSON representation

A minimum Python port of Node.js's concurrently.

Awesome Lists containing this project

README

          

# concurrently.py

A minimum Python port of Node.js's [`concurrently`][concurrently].

## Installation

```shell
pipx install git+https://github.com/Xdynix/concurrently.py.git
```

## Usage

```shell
concurrentlypy "python3 manage.py runserver" "python3 manage.py runworker"
```

## Development

Prerequisite: [PDM](https://pdm-project.org/latest/)

Environment setup: `pdm sync`

Run linters: `pdm lint`

[concurrently]: https://github.com/open-cli-tools/concurrently