Version information¶
There are two ways to obtain the imported version of the aioxmpp package:
- aioxmpp.__version__ = '0.8.0'¶
The imported aioxmpp version as a string.
The version number is dot-separated; in pre-release or development versions, the version number is followed by a hypen-separated pre-release identifier.
See also
- aioxmpp.version¶
Alias of __version__.
Shorthands¶
- aioxmpp.make_security_layer()¶
Alias of aioxmpp.security_layer.make().