- Jul 29, 2016
-
-
ulif authored
-
- Jun 08, 2016
- May 18, 2016
-
-
ulif authored
As we can only increase verbosity with commandline flags, we should set the least verbose log level by default.
-
- May 17, 2016
- May 14, 2016
-
-
ulif authored
-
- May 12, 2016
-
-
ulif authored
The help page displayed in README should reflect the real help page.
-
ulif authored
-
ulif authored
We have to make sure, that `dice_sides` is really used when picking random values.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
While it is nice to have a working plugin example, it looks also a bit overcomplicated to me. It is better for contributors, if they can find things (like CLI argument parsing) in one (foreseeable) place and do not have for things scattered over the whole project. For plugin documentation we can use the sphinx docs. Or maybe provide a sample plugin in tests.
-
- May 11, 2016
-
-
ulif authored
This argument makes sense together with ``realdice`` randomsource and tells how many sides the dice we use have. Six by default.
-
ulif authored
As we will start to do real things with the options passed in, we need a real (options) dict also in other tests of `RealDiceRandomSource`.
-
ulif authored
The RealDiceRandomSource will support own commandline arguments. This is handled by an own classmethod called `update_argparser` that is called upon initialization of diceware.
-
ulif authored
-
ulif authored
-
ulif authored
-
ulif authored
If plugins want to work with their own commandline args, we allow this by calling their `update_argparser` methods. This has to be a classmethod, if it exists.
-
ulif authored
We got API changes, new options, etc. All this will make the next release a minor one, not a pure bugfix.
-
- May 10, 2016
-
-
ulif authored
Make sure we can use `-v` and `--verbose`.
-
- May 09, 2016
-
-
ulif authored
-
ulif authored
In config files we normally lookup a ``[diceware]`` section. For plugins, however, it might be helpful to be able to parse also other sections. Together with the new `defaults_dict` argument they could implement their own set of options more easily.
-
ulif authored
-
ulif authored
The `diceware.config.get_config_dict()` argument `path_list` was not properly tested yet. Fix that.
-
ulif authored
We will not work on passed-in dicts but on copies thereof.
-
ulif authored
We can now give a custom dict to use for defaults. This is the first step to make `get_config_dict()` usable also for plugins.
-
ulif authored
-
- May 08, 2016
- May 07, 2016