Skip to content

Releases: TezRomacH/safitty

Safict v1.0

11 Jun 19:02
dcb928c
Compare
Choose a tag to compare
safict = Safict.load("./config.yml")

safict.get("paths", "jsons", 1)

safict = safict.set("brand", "new", "value", value="hi!")
safict["array.value", 1]
safict["array.len"] = 0
safict.save("./output.json")

Save to YAML or JSON

10 Jun 12:17
Compare
Choose a tag to compare

safitty.save(config, path="/path/to/file.yml")

safitty.save(config, path="/path/to/file.json")

New API

19 May 18:58
Compare
Choose a tag to compare
v0.9.8

remove unused

v0.9.3

11 Mar 09:25
Compare
Choose a tag to compare
add copy flag

Tests & fixes for `safe_set`

18 Feb 13:10
Compare
Choose a tag to compare
v0.7

tests for `safe_set`

Parser improvements

16 Feb 12:32
Compare
Choose a tag to compare
  • update_config_from_args now uses safe_set
  • parse_content now supports parsing into "set", "list", "dict", "frozenset"
  • little more bugfixes

Setter

15 Feb 21:12
Compare
Choose a tag to compare
  • safe_set
  • lot of config parser utils

First release with Pypi

29 Jan 11:56
Compare
Choose a tag to compare
v0.4.1

add readme