platypush/platypush/schemas/system/_connection
Fabio Manganiello ebe79ac29a
Refactored system schema dataclasses.
- `percent_field` should be declared on `platypush.schemas.dataclasses`
  level, since it's not specific to the `system` plugin.
- Added a common `SystemBaseSchema` that takes care of calling
  `_asdict()` if the object is passed as a `psutil` object instead of a
  dict.
2023-04-22 17:19:23 +02:00
..
__init__.py Converted `NetworkConnection` schema/response. 2023-04-22 17:19:22 +02:00
_base.py Refactored system schema dataclasses. 2023-04-22 17:19:23 +02:00
_model.py Converted `NetworkConnection` schema/response. 2023-04-22 17:19:22 +02:00
_schemas.py Converted `NetworkConnection` schema/response. 2023-04-22 17:19:22 +02:00