1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614
|
Source: pyqt5
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dpkg-dev (>= 1.16.1~),
libdbus-1-dev (>= 1.0.2),
libglib2.0-dev,
libjs-jquery,
libqt5networkauth5-dev,
libqt5opengl5-dev (>= 5.9.1),
libqt5remoteobjects5-dev,
libqt5sensors5-dev (>= 5.9.1),
libqt5serialport5-dev (>= 5.9.1),
libqt5svg5-dev (>= 5.9.1),
libqt5texttospeech5-dev,
libqt5webchannel5-dev (>= 5.9.1),
libqt5webkit5-dev (>= 5.9.1),
libqt5websockets5-dev (>= 5.9.1),
libqt5x11extras5-dev (>= 5.9.1),
libqt5xmlpatterns5-dev (>= 5.9.1),
libudev-dev [linux-any],
python-dbus-dev,
python3-all-dbg,
python3-all-dev (>= 3.3.2-5~),
python3-dbus,
python3-dbus-dbg,
python3-pyqtbuild (>= 1.6),
python3-sipbuild (>= 5.5.0+dfsg-2~),
python3-sipbuild-dbg (>= 5.3),
qtconnectivity5-dev [linux-any],
qtdeclarative5-dev (>= 5.9.1),
qtlocation5-dev (>= 5.9.1),
qtmultimedia5-dev (>= 5.9.1),
qtpositioning5-dev (>= 5.9.1),
qttools5-dev (>= 5.9.1),
sip-tools (>= 5.3.0+dfsg-2~)
Build-Depends-Indep: fdupes, python3-pyqt5.sip (>= 12.8)
Standards-Version: 4.5.1
Homepage: https://riverbankcomputing.com/software/pyqt/intro
Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt5.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyqt5
Package: pyqt5-dev
Architecture: all
Depends: ${misc:Depends}
Description: Development files for PyQt5
This package contains the source SIP files from which the Python
bindings for Qt5 are created. They are needed for building PyQt5
as well as creating bindings for own Qt5 widgets written in C++.
Package: pyqt5-dev-tools
Depends: python3,
python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Architecture: any
Description: Development tools for PyQt5
This package contains various support tools for PyQt5 developers:
* a user interface compiler (pyuic5)
* a resource file generator (pyrcc5)
* a translation string finder (pylupdate5)
Package: pyqt5-examples
Architecture: all
Suggests: pyqt5-dev-tools,
python3-pyqt5.qtmultimedia,
python3-pyqt5.qtopengl,
python3-pyqt5.qtquick,
python3-pyqt5.qtsvg,
qt5-doc,
qttools5-dev-tools
Depends: libjs-jquery, python3-pyqt5, ${misc:Depends}
Description: Examples and demos for PyQt5
PyQt5 exposes the Qt5 GUI toolkit in Python.
.
This package the Qt example programs and demos ported to Python.
Package: python3-pyqt5
Architecture: any
Depends: python3-pyqt5.sip (<< 13),
python3-pyqt5.sip (>= 12.8),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests: python3-pyqt5-dbg
Breaks: calibre (<< 5.0~),
python3-pyqt5.qsci (<< 2.11.5~),
python3-pyqt5.qtchart (<< 5.15~),
python3-pyqt5.qtwebengine (<< 5.15.0-1+exp1~)
Description: Python 3 bindings for Qt5
PyQt5 exposes the Qt5 API to Python 3. This package contains the following
modules:
* QtCore
* QtDBus
* QtDesigner
* QtGui
* QtHelp
* QtNetwork
* QtPrintSupport
* QtTest
* QtWidgets
* QtXml
Package: python3-pyqt5-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5 (= ${binary:Version}),
python3-pyqt5.sip-dbg (>= 12.8),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5 (debug extensions)
PyQt5 exposes the Qt5 API to Python 3.
.
This package contains the extensions built for the Python 3 debug interpreter.
Package: python3-dbus.mainloop.pyqt5
Architecture: any
Depends: python3-dbus, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: D-Bus Qt main loop support for Python 3
The dbus.mainloop.pyqt5 module provides support for Qt main loop for
applications that use dbus-python. By default Qt uses main loop from
GLib on UNIX-like systems, not its own one.
.
This package contains the Python 3 version of this module.
Package: python3-dbus.mainloop.pyqt5-dbg
Architecture: any
Section: debug
Depends: python3-dbg,
python3-dbus-dbg,
python3-dbus.mainloop.pyqt5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: D-Bus Qt main loop support for Python 3 (debug extension)
The dbus.mainloop.pyqt5 module provides support for Qt main loop for
applications that use dbus-python. By default Qt uses main loop from
GLib on UNIX-like systems, not its own one.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtopengl
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's OpenGL module
The OpenGL module of PyQt5 provides widgets and utility classes
for OpenGL rendering in a PyQt5 application.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtopengl-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtopengl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's OpenGL module (debug extension)
The OpenGL module of PyQt5 provides widgets and utility classes
for OpenGL rendering in a PyQt5 application.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtremoteobjects
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's RemoteObjects module
The QtRemoteObjects module extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtremoteobjects-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtremoteobjects (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's RemoteObjects module (debug extensions)
The QtRemoteObjects module extends Qt's existing functionalities to enable
information exchange between processes or computers.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtsql
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's SQL module
The SQL module of PyQt5 provides widgets and utility classes for
Python 3 SQL database access.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtsql-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtsql (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's SQL module (debug extension)
The SQL module of PyQt5 provides widgets and utility classes for
Python 3 SQL database access.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtwebchannel
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's WebChannel module
Qt WebChannel enables peer-to-peer communication between the host (PyQt5
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtwebchannel-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtwebchannel (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's Webchannel module (debug extension)
Qt WebChannel enables peer-to-peer communication between the host (PyQt5
application) and the client (HTML/JavaScript application). The transport
mechanism is supported out of the box by the two popular web engines, Qt
WebKit 2 and Qt WebEngine (experimental).
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtwebkit
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's WebKit module
The WebKit module of PyQt5 provides a Web browser engine that makes it easy
to embed HTML content into your PyQt application.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtwebkit-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtwebkit (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's WebKit module (debug extensions)
The WebKit module of PyQt5 provides a Web browser engine that makes it easy
to embed HTML content into your PyQt application.
.
This package contains the extensions built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtwebsockets
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's WebSockets module
The WebSockets module of PyQt5 provides Python 3 bindings for the
WebSockets specification (both client and server).
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtwebsockets-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtwebsockets (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's WebSockets module (debug extensions)
The WebSockets module of PyQt5 provides Python 3 bindings for the
WebSockets specification (both client and server).
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtxmlpatterns
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's XmlPatterns module
QtXmlPatterns is a XQuery and XPath engine for XML and custom data models.
This package provides a PyQt binding for QtXmlPatterns.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtxmlpatterns-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtxmlpatterns (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's XmlPatterns module (debug extension)
QtXmlPatterns is a XQuery and XPath engine for XML and custom data models.
This package provides a PyQt binding for QtXmlPatterns.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtsvg
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's SVG module
The SVG module of PyQt5 provides classes for displaying the contents of
SVG files.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtsvg-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtsvg (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's SVG module (debug extension)
The SVG module of PyQt5 provides classes for displaying the contents of
SVG files.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtmultimedia
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's Multimedia module
The Multimedia module of PyQt5 provides a set of APIs to play and record
media, and manage a collection of media content.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtmultimedia-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtmultimedia (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's Multimedia module (debug extensions)
The Multimedia module of PyQt5 provides a set of APIs to play and record
media, and manage a collection of media content.
.
This package contains the extensions built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtquick
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtQuick module
The QtQuick module of PyQt5 provides a framework for developing applications
and libraries with the QML language.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtquick-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtquick (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtQuick module (debug extension)
The QtQuick module of PyQt5 provides a framework for developing applications
and libraries with the QML language.
.
This package contains the extensions built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtserialport
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSerialPort module
The QtSerialPort module of PyQt5 provides a set of APIs to use serial ports
from PyQt applications.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtserialport-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtserialport (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSerialPort module (debug extension)
The QtSerialPort module of PyQt5 provides a set of APIs to use serial ports
from PyQt applications.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtsensors
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSensors module
The QtSensors module of PyQt5 provides a set of APIs to access sensors
hardware from PyQt applications.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtsensors-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtsensors (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSensors module (debug extension)
The QtSensors module of PyQt5 provides a set of APIs to access sensors
hardware from PyQt applications.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qttexttospeech
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSpeech module
The QtSpeech module of PyQt5 provides a set of APIs for text-to-speech
in PyQt applications.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qttexttospeech-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qttexttospeech (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtSpeech module (debug extension)
The QtSpeech module of PyQt5 provides a set of APIs for text-to-speech
in PyQt applications.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtx11extras
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtX11Extras module
The QtX11Extras module of PyQt5 provides an API to access X11-specific
information and classes.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtx11extras-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtx11extras (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtX11Extras module (debug extension)
The QtX11Extras module of PyQt5 provides an API to access X11-specific
information and classes.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtpositioning
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtPositioning module
The QtPositioning module of PyQt5 provides an API to access location and
positioning information.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtpositioning-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtpositioning (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for QtPositioning module (debug extension)
The QtPositioning module of PyQt5 provides an API to access location and
positioning information.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtbluetooth
Architecture: linux-any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python bindings for Qt Bluetooth module
The Qt Bluetooth API provides connectivity between Bluetooth enabled devices.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtbluetooth-dbg
Section: debug
Architecture: linux-any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtbluetooth (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Qt Bluetooth module (debug extension)
The Qt Bluetooth API provides connectivity between Bluetooth enabled devices.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtnfc
Architecture: linux-any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python bindings for Qt NFC module
The Qt NFC API provides connectivity between NFC enabled devices.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtnfc-dbg
Section: debug
Architecture: linux-any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtnfc (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Qt NFC module (debug extension)
The Qt NFC API provides connectivity between NFC enabled devices.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python3-pyqt5.qtnetworkauth
Architecture: any
Depends: python3-pyqt5 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python bindings for Qt Network Authorization module
Qt Network Authorization provides a set of APIs that enable Qt applications
to obtain limited access to online accounts and HTTP services without
exposing users' passwords.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtnetworkauth-dbg
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt5-dbg (= ${binary:Version}),
python3-pyqt5.qtnetworkauth (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Qt Network Authorization module (debug extension)
Qt Network Authorization provides a set of APIs that enable Qt applications
to obtain limited access to online accounts and HTTP services without
exposing users' passwords.
.
This package contains the extension built for the Python 3 debug interpreter.
|