Saxo

Latest version: v0.3.4

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

Scan your dependencies

0.1.005

Summary

* `saxo.communicate` is now `saxo.client`
* `irc.queue` is now `irc.client`
* `saxo.db` is now `saxo.database`
* `irc.client` is now split into items in `irc.config`
* `irc.server` is now `irc.config["server"]`

Specifics

python
saxo.communicate("instruction", ("a", 2, []))


Becomes:

python
saxo.client("instruction", "a", 2, [])


And:

python
irc.queue(("instruction", "a", 2, []))


Becomes:

python
irc.client("instruction", "a", 2, [])


For obvious consistency.

* `irc.client["channels"]` is now `irc.config["channels"]`
* `irc.client["nick"]` is now `irc.config["nick"]`
* `irc.client["owner"]` is now `irc.config["owner"]`
* `irc.client["prefix"]` is now `irc.config["prefix"]`

No other attributes in `[client]` in the `config` file are currently copied.

There is also a new `[plugins]` section.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.