You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.1 KiB

4 years ago
  1. Metadata-Version: 1.1
  2. Name: PyQt5
  3. Version: 5.11.3
  4. Summary: Python bindings for the Qt cross platform UI and application toolkit
  5. Home-page: https://www.riverbankcomputing.com/software/pyqt/
  6. Author: Riverbank Computing Limited
  7. Author-email: info@riverbankcomputing.com
  8. License: GPL v3
  9. Platform: UNIX
  10. Platform: OS X
  11. Platform: Windows
  12. Platform: iOS
  13. Platform: Android
  14. Requires-Dist: PyQt5_sip (>=4.19.11, <4.20)
  15. PyQt5 - Comprehensive Python Bindings for Qt v5
  16. ===============================================
  17. What is PyQt5?
  18. --------------
  19. Qt is set of cross-platform C++ libraries that implement high-level APIs for
  20. accessing many aspects of modern desktop and mobile systems. These include
  21. location and positioning services, multimedia, NFC and Bluetooth connectivity,
  22. a Chromium based web browser, as well as traditional UI development.
  23. PyQt5 is a comprehensive set of Python bindings for Qt v5. It is implemented
  24. as more than 35 extension modules and enables Python to be used as an
  25. alternative application development language to C++ on all supported platforms
  26. including iOS and Android.
  27. PyQt5 may also be embedded in C++ based applications to allow users of those
  28. applications to configure or enhance the functionality of those applications.
  29. Author
  30. ------
  31. PyQt5 is copyright (c) Riverbank Computing Limited. Its homepage is
  32. https://www.riverbankcomputing.com/software/pyqt/.
  33. Support may be obtained from the PyQt mailing list at
  34. https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
  35. License
  36. -------
  37. PyQt5 is released under the GPL v3 license and under a commercial license that
  38. allows for the development of proprietary applications.
  39. Installation
  40. ------------
  41. PyQt5 source packages for the GPL version can be dowloaded from
  42. https://www.riverbankcomputing.com/software/pyqt/download5/.
  43. Wheels for the GPL version for 32 and 64-bit Windows, 64-bit OS X and 64-bit
  44. Linux can be installed from PyPI::
  45. pip3 install PyQt5
  46. The wheels include a copy of the required parts of the LGPL version of Qt.
  47. Documentation
  48. -------------
  49. The documentation for the latest release can be found
  50. `here <http://pyqt.sourceforge.net/Docs/PyQt5/>`__.