python-benedict/tests/serializers
Fabio Caccamo ee698600a2
Add read-only `xls` files (`.xlsx`, `.xlsm`, `.xls`) support. #70 (#122)
* Started adding xls format support.

* Add `openpyxl` requirement.

* Add missing serializer class declaration.

* Register serializers with their own format extension(s).

* Sort serializers alphabetically.

* Optional serializer extensions argument.

* Add xls test input files.

* Refactor `io_dict` and `io_utils` for handling correctly local and remote binary files.

* Add `xlrd` requirement for reading old format excel files.

* Remove untestes extensions support.

* Add xls serializer with `.xls`, `.xlsx`, `.xlsm` files support.

* Add support for reading remote binary files.

* Update `README.md`.
2022-10-05 16:43:46 +02:00
..
__init__.py Reorganized lib and tests packages, improved code quality. 2020-02-03 18:25:54 +01:00
test_abstract_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_base64_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_csv_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_json_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_pickle_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_plist_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_query_string_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_toml_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_xls_serializer.py Add read-only `xls` files (`.xlsx`, `.xlsm`, `.xls`) support. #70 (#122) 2022-10-05 16:43:46 +02:00
test_xml_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00
test_yaml_serializer.py Reformatted code with Black. 2022-02-13 11:35:43 +01:00