METADATA 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Metadata-Version: 2.4
  2. Name: PyQt6
  3. Version: 6.11.0
  4. Requires-Python: >=3.10
  5. Summary: Python bindings for the Qt cross platform application toolkit
  6. Description-Content-Type: text/markdown
  7. Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqt/
  8. Requires-Dist: PyQt6-sip (>=13.8, <14)
  9. Requires-Dist: PyQt6-Qt6 (>=6.11.0, <6.12.0)
  10. License-Expression: GPL-3.0-only
  11. License-File: LICENSE
  12. Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>
  13. # PyQt6 - Comprehensive Python Bindings for Qt v6
  14. Qt is set of cross-platform C++ libraries that implement high-level APIs for
  15. accessing many aspects of modern desktop and mobile systems. These include
  16. location and positioning services, multimedia, NFC and Bluetooth connectivity,
  17. a Chromium based web browser, as well as traditional UI development.
  18. PyQt6 is a comprehensive set of Python bindings for Qt v6. It is implemented
  19. as more than 35 extension modules and enables Python to be used as an
  20. alternative application development language to C++ on all supported platforms
  21. including iOS and Android.
  22. PyQt6 may also be embedded in C++ based applications to allow users of those
  23. applications to configure or enhance the functionality of those applications.
  24. ## Author
  25. PyQt6 is copyright (c) Riverbank Computing Limited. Its homepage is
  26. https://www.riverbankcomputing.com/software/pyqt/.
  27. Support may be obtained from the PyQt mailing list at
  28. https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
  29. ## License
  30. PyQt6 is released under the GPL v3 license and under a commercial license that
  31. allows for the development of proprietary applications.
  32. ## Documentation
  33. The documentation for the latest release can be found
  34. [here](https://www.riverbankcomputing.com/static/Docs/PyQt6/).
  35. ## Installation
  36. The GPL version of PyQt6 can be installed from PyPI:
  37. pip install PyQt6
  38. `pip` will also build and install the bindings from the sdist package but Qt's
  39. `qmake` tool must be on `PATH`.
  40. The `sip-install` tool will also install the bindings from the sdist package
  41. but will allow you to configure many aspects of the installation.