Development¶
Git repository¶
Code, merge requests and issues can be found here:
Contributions and suggestions for improvements are welcome.
Getting help¶
For announcements, discussions, questions or help, go to our #myqueue room on Matrix.
Testing¶
Run the tests like this:
$ pytest […]
and report any errors you get: https://gitlab.com/myqueue/myqueue/issues.
Documentation¶
Whenever the output of mq changes, please update the examples in the ReStructuredText documentation-files with:
$ pytest (... with update=True in rst_test.py ...)
Whenever changes are made to the command-line tool, please update the documentation and tab-completion script with:
$ python3 -m myqueue.utils
New release¶
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*