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

https://github.com/trippwill/python-qcmd

Thread-safe priority command queueing for Python 3.8
https://github.com/trippwill/python-qcmd

Last synced: 11 months ago
JSON representation

Thread-safe priority command queueing for Python 3.8

Awesome Lists containing this project

README

          

![CI](https://github.com/libanvl/python-qcmd/workflows/CI/badge.svg)
[![PyPI version](https://badge.fury.io/py/qcmd.svg)](https://badge.fury.io/py/qcmd)

# python-qcmd
Synchronous concurrent executor command queueing for Python 3.8

# Developing
## Install pipx if pipenv is not installed
python3 -m pip install pipx
python3 -m pipx ensurepath

## Install pipenv using pipx
pipx install pipenv

## Init
bash init.sh