Aiobml

Latest version: v1.0.4

Safety actively analyzes 621521 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.4

- No breaking changes

Internal
- Bug fix

1.0.3

- No breaking changes

Internal
- Bug fix

1.0.2

- No breaking changes

Internal
- Adjusted `delay cut_off`
- Bug fix on `cleanup`

1.0.1

- No breaking changes

Internal
- `transaction['date']` is now a timezone aware datetime object.
- encrypted password and username
- handles the internal eventloop crashes.
- `backing off` implemented: detects if you log in from another device and backs off.
- logging implemented
- prevents account locking up by stoping the services when credentials are wrong

1.0.0

Added

- New feature: `event` added
- use decorators
py
bank.event('new_transaction')
async def on_new_transaction(transaction):
print(transaction)

to be notified of the transactions.

- No breaking changes

0.1.5

Internal
- `add_account` bug fix.
- errors module moved so it can be expected easily`aiobml.core.errors.Exception`.
- These details can be used for error handlers and try / excepts for example:
- `except aiobml.core.errors.HTTPException:`

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.