veilid/veilid-python/veilid
DumontIO c92e07c88e Python code cleanup
These changes should not change any functionality.

In code:

- Added async keyword to CryptoSystem::kind since it's actually implemented async
- Removed unused socket import in json_api

In tests:
- Removed unused imports
- Removed unnecessary return statements
- Removed unused variables
- Cleaned up some spacing to match PEP-8
- Changed many comparisons to match PEP-8
- Use ValueSubKey classes instead of integers to keep types in line
2024-08-13 16:47:06 -04:00
..
schema * API Breaking Change: CryptoSystem.verify() should return bool, and reserve errors for error cases, not validation failures. 2024-05-31 16:20:58 -04:00
__init__.py Python code cleanup 2024-08-13 16:47:06 -04:00
api.py Python code cleanup 2024-08-13 16:47:06 -04:00
config.py more watchvalue 2024-01-19 13:53:42 -05:00
connection.py Move Python IPC connection from tests to Veilid 2024-08-13 16:08:15 -04:00
error.py error cleanup 2023-10-21 15:00:50 -04:00
json_api.py Python code cleanup 2024-08-13 16:47:06 -04:00
operations.py * API Breaking Change: CryptoSystem.verify() should return bool, and reserve errors for error cases, not validation failures. 2024-05-31 16:20:58 -04:00
state.py make valuechanged update no longer happen when value hasn't changed or is older 2024-03-31 16:34:12 -04:00
types.py inspect_dht_record python binding fix and integration test fix 2024-06-28 22:31:35 +00:00