Jeepney
0.6.0
  • Connecting to DBus and sending messages
  • Limitations
  • Making and parsing messages
  • Generating D-Bus wrappers
  • API reference
    • Core API
    • Common messages
    • Authentication
    • Blocking I/O
    • Blocking I/O with threads
    • Trio integration
    • Asyncio integration
    • I/O Exceptions
  • Release notes
Jeepney
  • »
  • API reference
  • View page source

API referenceΒΆ

  • Core API
    • Message constructors
    • Parsing
    • Message objects
    • Exceptions
    • Enums & Flags
    • Matching messages
  • Common messages
    • Properties
    • Introspectable
    • DBus
    • Monitoring
  • Authentication
    • make_auth_external()
    • make_auth_anonymous()
    • BEGIN
    • SASLParser
    • AuthenticationError
    • Typical flow

I/O integrations

  • Blocking I/O
    • open_dbus_connection()
    • DBusConnection
    • Proxy
  • Blocking I/O with threads
    • open_dbus_router()
    • DBusRouter
    • Proxy
    • open_dbus_connection()
    • DBusConnection
  • Trio integration
    • open_dbus_router()
    • DBusRouter
    • Proxy
    • open_dbus_connection()
    • DBusConnection
  • Asyncio integration
    • open_dbus_router()
    • DBusRouter
    • Proxy
    • open_dbus_connection()
    • DBusConnection
  • I/O Exceptions
    • RouterClosed
Previous Next

© Copyright 2020, Thomas Kluyver.

Built with Sphinx using a theme provided by Read the Docs.