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.
- Host: GitHub
- URL: https://github.com/xdynix/concurrently.py
- Owner: Xdynix
- License: mit
- Created: 2024-08-02T21:17:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T19:44:17.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:44:44.131Z (about 1 year ago)
- Topics: cli, commandline, concurrently, parallel, process, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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