platypush/platypush/schemas/system/_memory
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 Added `NetworkInterface` entities to `system` plugin. 2023-04-21 00:45:15 +02:00
_base.py Refactored system schema dataclasses. 2023-04-22 17:19:23 +02:00
_model.py Refactored system schema dataclasses. 2023-04-22 17:19:23 +02:00
_schemas.py Added `NetworkInterface` entities to `system` plugin. 2023-04-21 00:45:15 +02:00