Fabio Caccamo
|
0b6f8b508b
|
Add `parse` extra (optional dependencies). (#303)
* Remove `requests` from requirements.
* Rename internal method.
* Re-add requests requirement.
* Add `parse` extra (optional dependencies).
|
2023-06-17 22:30:03 +02:00 |
Fabio Caccamo
|
dfe11e8922
|
Add `flake8-bugbear` to `pre-commit`.
|
2023-03-01 17:37:50 +01:00 |
Fabio Caccamo
|
a1f36360ab
|
Set max line length to `88`.
|
2023-02-13 15:50:26 +01:00 |
Fabio Caccamo
|
dc29f17aec
|
Reformat and cleanup code.
|
2023-02-09 19:19:02 +01:00 |
Fabio Caccamo
|
1284afb8a6
|
Add `pyupgrade` to `pre-commit` config.
|
2022-12-31 18:33:20 +01:00 |
Fabio Caccamo
|
a7edec7285
|
Remove encoding pragma.
|
2022-12-05 20:35:43 +01:00 |
Fabio Caccamo
|
b504e00d7e
|
Add `pre-commit` with `black`, `isort` and `flake8`.
|
2022-10-14 16:53:06 +02:00 |
Fabio Caccamo
|
8b7a9b6d98
|
Improved code quality.
|
2022-03-24 13:26:18 +01:00 |
Fabio Caccamo
|
7d6b709ddf
|
Replaced `string.format` with `f-strings`.
|
2022-02-18 01:02:02 +01:00 |
Fabio Caccamo
|
0457802c17
|
Removed dead code.
|
2022-02-18 00:36:49 +01:00 |
Fabio Caccamo
|
9ea8b4ac46
|
Dropped python 2.7 and python 3.5 support.
|
2022-02-17 23:54:30 +01:00 |
Fabio Caccamo
|
dad6993054
|
Reformatted code with Black.
|
2022-02-13 11:35:43 +01:00 |
Fabio Caccamo
|
b907e1a9c7
|
Formatted code with black.
|
2021-10-12 14:27:35 +02:00 |
Fabio Caccamo
|
cf4612937d
|
Fixed get_int_list with single value.
|
2021-01-14 18:28:01 +01:00 |
Fabio Caccamo
|
7d350139ee
|
Added get_date and get_date_list methods.
|
2020-12-24 16:36:25 +01:00 |
Fabio Caccamo
|
ca0defcb38
|
Added get_uuid and get_uuid_list methods.
|
2020-10-15 14:18:02 +02:00 |
Fabio Caccamo
|
eac655b67f
|
Added BaseDict to keep pointer to the initial input dict. #32
|
2020-09-17 19:05:55 +02:00 |
Fabio Caccamo
|
a503cd365f
|
Updated serializers encode/decode methods to be instance methods(s).
|
2020-02-20 17:14:48 +01:00 |
Fabio Caccamo
|
7b83e7d663
|
Centralized json operations using JSONSerializer.
|
2020-02-19 15:18:29 +01:00 |
Fabio Caccamo
|
969640bf72
|
Improved code quality.
|
2020-02-05 09:48:50 +01:00 |
Fabio Caccamo
|
0bb31c52e5
|
Improved code quality.
|
2020-02-04 12:26:10 +01:00 |
Fabio Caccamo
|
4199b9d605
|
Reformatted docstrings.
|
2020-02-04 11:29:00 +01:00 |
Fabio Caccamo
|
df3bcb7a52
|
Improved code quality.
|
2020-02-03 19:01:28 +01:00 |
Fabio Caccamo
|
3bd5271616
|
Reorganized lib and tests packages, improved code quality.
|
2020-02-03 18:25:54 +01:00 |