python-benedict/benedict/serializers
Fabio Caccamo 195ed03ae1 Fix `toml` encoding circular reference error. #110 2022-09-06 13:11:15 +02:00
..
__init__.py Improved code quality. 2022-03-24 13:26:18 +01:00
abstract.py
base64.py Dropped python 2.7 and python 3.5 support. 2022-02-17 23:54:30 +01:00
csv.py Improved code quality. 2022-03-24 13:26:18 +01:00
ini.py Replaced `string.format` with `f-strings`. 2022-02-18 01:02:02 +01:00
json.py Dropped python 2.7 and python 3.5 support. 2022-02-17 23:54:30 +01:00
pickle.py Dropped python 2.7 and python 3.5 support. 2022-02-17 23:54:30 +01:00
plist.py Improved code quality. 2022-03-24 13:26:18 +01:00
query_string.py Replaced `string.format` with `f-strings`. 2022-02-18 01:02:02 +01:00
toml.py Fix `toml` encoding circular reference error. #110 2022-09-06 13:11:15 +02:00
xml.py Dropped python 2.7 and python 3.5 support. 2022-02-17 23:54:30 +01:00
yaml.py Fixed broken `yaml` serialization with `benedict` attributes. #89 2022-04-27 19:26:34 +02:00