~musicinmybrain


#7 Consider allowing multiple values to be appended at once 1 year, 1 month ago

Ticket created by ~musicinmybrain on ~gotmax23/tomcli

tomcli set PATH append [OPTIONS] SELECTOR VALUE could accept an arbitrary number of values to append at the same time, similar to tomcli set PATH list [OPTIONS] SELECTOR [VALUE].... This would offer a small ergonomic and performance benefit when appending multiple values.

#6 Append command doesn’t work as expected 1 year, 1 month ago

Ticket created by ~musicinmybrain on ~gotmax23/tomcli

[bar]
bat = ["baz"]
tomcli set foo.toml append bar.bat biff
[bar]
bat = ["baz", "b", "i", "f", "f"]

I expected bat = ["baz", "biff"].

#159 Please consider including tox.ini in the sdist 1 year, 3 months ago

Ticket created by ~musicinmybrain on ~sschwarzer/ftputil

Since the tests are included in the PyPI sdist, please consider including tox.ini as well (by adding the line include tox.ini to MANIFEST.in). This would make it easier to install the test dependencies and would ensure the definition for the slow_test mark is available to pytest.