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
- Host: GitHub
- URL: https://github.com/trippwill/python-qcmd
- Owner: trippwill
- License: mit
- Created: 2020-10-31T14:36:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T21:03:48.000Z (over 5 years ago)
- Last Synced: 2024-12-17T07:45:20.720Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](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