This is the first release published to pypi! This means you can use the pluploader with `pip install pluploader`.
This release adds the following features:
- Added support for plugin-modules
- use `pluploader info --show-modules` to see which modules are enabled or disabled
- when installing an plugin, the number of enabled plugins is reported. All disabled modules are listed.
- added context-path support
- if your confluence has an context-path, it now can be specified using `--path /contextpath`, e.G. `--path /confluence`
- if you want to specify all url-segments at the same time, you can now use `--base-url http://localhost:8090/confluence`
- Switched from print to logging to provide logging-levels as well as timestamp support
- Improved JSON-Decoding (seriously python, why is this so difficult?)
- `--username` and `--password` now default to `admin` and `admin` so you don't need to create an `.pluprc` for every project.
- Errors while doing requests are now handled properly and give an proper error message