pluploader 0.5.0
pluploader 0.5.0 changes a lot of things for development of pluploader, but also provides some new features.
Feature-wise, the pluploader is now able to uninstall a plugin first before installing a plugin by using the --uninstall
flag. You also can use the pluploader now to manage confluence scheduled jobs by using the job
subcommand.
A lot of code was rewritten based on feedback. This led to the usage of pathlib
for paths and throwing more exceptions.
Instead of setup.py, we're now using poetry, a modern package manager for python, similar to yarn.
Instead of using argparse, we're also using typer now.
The pluploader is available on dockerhub now, too.