qtrio

View on PyPIReverse Dependencies (2)

0.7.0 qtrio-0.7.0-py3-none-any.whl

Wheel Details

Project: qtrio
Version: 0.7.0
Filename: qtrio-0.7.0-py3-none-any.whl
Download: [link]
Size: 53349
MD5: 916faf046cec62896f3b66d22fd61676
SHA256: 58803879e29fa4260f34c1ce4f0e4521fd25083e5145072bdda4e3b1b5cb99a8
Uploaded: 2023-06-07 15:49:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: qtrio
Version: 0.7.0
Summary: a library bringing Qt GUIs together with ``async`` and ``await`` via Trio
Author: Kyle Altendorf
Author-Email: sda[at]fstab.net
Home-Page: https://github.com/altendky/qtrio
Project-Url: Documentation, https://qtrio.readthedocs.io/
Project-Url: Chat, https://gitter.im/python-trio/general
Project-Url: Forum, https://trio.discourse.group/
Project-Url: Issues, https://github.com/altendky/qtrio/issues
Project-Url: Repository, https://github.com/altendky/qtrio
Project-Url: Tests, https://github.com/altendky/qtrio/actions?query=branch%3Amain
Project-Url: Coverage, https://codecov.io/gh/altendky/qtrio
Project-Url: Distribution, https://pypi.org/project/qtrio
License: MIT -or- Apache License 2.0
Keywords: async,io,Trio,GUI,Qt,PyQt5,PySide2
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: Trio
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Requires-Dist: async-generator
Requires-Dist: attrs
Requires-Dist: decorator
Requires-Dist: outcome
Requires-Dist: qts (~=0.3.0)
Requires-Dist: trio (>=0.17)
Requires-Dist: trio-typing (~=0.8.0)
Requires-Dist: typing-extensions; python_version < "3.8"
Requires-Dist: click (~=8.1); extra == "cli"
Requires-Dist: click (~=8.1); extra == "examples"
Requires-Dist: httpcore (~=0.16); extra == "examples"
Requires-Dist: httpx (~=0.23); extra == "examples"
Requires-Dist: hyperlink (~=21.0.0); extra == "examples"
Requires-Dist: black (==22.10.0); extra == "p_checks"
Requires-Dist: check-manifest (~=0.46.0); extra == "p_checks"
Requires-Dist: flake8 (~=3.8); extra == "p_checks"
Requires-Dist: mypy (==0.991); extra == "p_checks"
Requires-Dist: pytest (~=7.2); extra == "p_checks"
Requires-Dist: quart-trio (~=0.10.0); extra == "p_checks"
Requires-Dist: quart (~=0.18.3); extra == "p_checks"
Requires-Dist: towncrier (>=21.3.0); extra == "p_checks"
Requires-Dist: click (~=8.1); extra == "p_checks"
Requires-Dist: httpcore (~=0.16); extra == "p_checks"
Requires-Dist: httpx (~=0.23); extra == "p_checks"
Requires-Dist: hyperlink (~=21.0.0); extra == "p_checks"
Requires-Dist: sphinx (>=4.0.0b2,~=5.1); extra == "p_docs"
Requires-Dist: sphinx-autodoc-typehints (~=1.11); extra == "p_docs"
Requires-Dist: sphinx-qt-documentation (~=0.4.0); extra == "p_docs"
Requires-Dist: sphinx-rtd-theme (~=1.0); extra == "p_docs"
Requires-Dist: sphinxcontrib-trio (~=1.1); extra == "p_docs"
Requires-Dist: towncrier (>=21.3.0); extra == "p_docs"
Requires-Dist: click (~=8.1); extra == "p_tests"
Requires-Dist: httpcore (~=0.16); extra == "p_tests"
Requires-Dist: httpx (~=0.23); extra == "p_tests"
Requires-Dist: hyperlink (~=21.0.0); extra == "p_tests"
Requires-Dist: coverage (~=6.5); extra == "p_tests"
Requires-Dist: pytest (~=7.2); extra == "p_tests"
Requires-Dist: pytest-cov (~=4.0); extra == "p_tests"
Requires-Dist: pytest-faulthandler (~=2.0); extra == "p_tests"
Requires-Dist: pytest-qt (~=4.2); extra == "p_tests"
Requires-Dist: pytest-trio (>=0.7.0); extra == "p_tests"
Requires-Dist: pytest-xdist[psutil] (~=2.2); extra == "p_tests"
Requires-Dist: quart-trio (~=0.10.0); extra == "p_tests"
Requires-Dist: quart (~=0.18.3); extra == "p_tests"
Requires-Dist: pytest-xvfb (~=2.0); sys_platform == "linux" and extra == "p_tests"
Requires-Dist: pyqt5 (~=5.15.1); extra == "pyqt5"
Requires-Dist: pyqt5-stubs (~=5.15.2); extra == "pyqt5"
Requires-Dist: pyside2 (!=5.15.2,!=5.15.2.1,~=5.15); extra == "pyside2"
Requires-Dist: pytest (~=7.2); extra == "s_pytest"
Requires-Dist: pytest-trio (>=0.7.0); extra == "s_pytest_trio"
Requires-Dist: quart-trio (~=0.10.0); extra == "s_quart_trio"
Requires-Dist: quart (~=0.18.3); extra == "s_quart_trio"
Requires-Dist: towncrier (>=21.3.0); extra == "s_towncrier"
Requires-Dist: pytest-trio (>=0.7.0); extra == "testing"
Provides-Extra: cli
Provides-Extra: examples
Provides-Extra: p_checks
Provides-Extra: p_docs
Provides-Extra: p_tests
Provides-Extra: pyqt5
Provides-Extra: pyside2
Provides-Extra: s_pytest
Provides-Extra: s_pytest_trio
Provides-Extra: s_quart_trio
Provides-Extra: s_towncrier
Provides-Extra: testing
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: LICENSE.APACHE2
License-File: LICENSE.MIT
[Description omitted; length: 8249 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
qtrio/__init__.py sha256=1LU1ThMTjtbe9PiDIMa8qh_DXCGzn0_qh5iBAn7ihfU 751
qtrio/__main__.py sha256=eTJuEhrWZDoevR8gRi-qHpwvJy-vxICzIXsyxdE1hSI 37
qtrio/_cli.py sha256=KxG4fgYyKt5siqC3gCgsOqzf5784SiUDpLFG2HN3K8Y 1045
qtrio/_core.py sha256=-nSOEE7kW69hFSkIguUmbPeG9qz_2Z7GV7M174ffIRU 26193
qtrio/_exceptions.py sha256=KHqUfSrizK40iPfYW745tvtBWxbUES7JPIQGGbFXQCc 3078
qtrio/_python.py sha256=EMT1-JxhffCOXZdumfb5CYY-6h2eikaMOSPKTXTsI0A 759
qtrio/_qt.py sha256=tWv2U9KjQygcePoWFlGB0Lk5cK0ixjL0V93zOMpUDCI 4603
qtrio/_util.py sha256=TgmQ1CuvtnLkjaTo4TDyDdOgSBpQ6-At_sFnTvUHg-s 914
qtrio/_version.py sha256=wWkXwGj1gUy-VaubS3OgMChZDfD7ePsGzNIYR18OtX4 133
qtrio/dialogs.py sha256=ex1NrsnRga8OMAIA7ImjFmnyb2seMIrULgTPLCnuPyE 24237
qtrio/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/qt.py sha256=HEta-u8WMRzJx8HMqrQirfUzOpumbvgi5hV39PLoqTc 1009
qtrio/_tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/_tests/conftest.py sha256=COKq_VkHtsnvjk_8h9QkTi-WQILgLlEqN-kJV7FRZRI 299
qtrio/_tests/helpers.py sha256=vt7d6QtMc-EtnICEYY2K262hb3EjpeyvaXFf_d_DHMU 777
qtrio/_tests/test_cli.py sha256=BGyX0PZ0rxjywT3JuJwQpyayN4kJb2xe8rh47YIkCdY 814
qtrio/_tests/test_core.py sha256=8KJ83ggXhsYutXC0mbyU_hplHMxh9SOVtyGwUxjxF5E 32020
qtrio/_tests/test_dialogs.py sha256=BN9sUZMDZPGaO2wdxtfVyKCXc6OCXdj5dXV4oeNVDyQ 11894
qtrio/_tests/test_exceptions.py sha256=lycxe3JkDU7Px4N-gLKhWMK6LDwN3WwasY3MZwrC--g 336
qtrio/_tests/test_pytest.py sha256=BrHK_ANn8dX2lNW636PMMwMJjjzgf03OmvWbFJ_qEP8 754
qtrio/_tests/test_python.py sha256=Hp8yPvI2EGJNdiAWCMY4u1KM6jrq3IWF9pOnI60v_P8 232
qtrio/_tests/test_qt.py sha256=3VNsTiyK9aMhFx9pihveBTAWvb3bvyE0xai01XXGTwo 3809
qtrio/_tests/test_qtrio.py sha256=ffAnjdPQ7MtxlH5AVvaZ_KEZSw_9YwH2GdvEACwIGzg 1303
qtrio/_tests/examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/_tests/examples/test_buildingrespect.py sha256=qC5nsxPmhe_e4eSqIUVU7myYfrhMqteVvvqiColJEmY 1831
qtrio/_tests/examples/test_crossingpaths.py sha256=_QnGtGOEXW6KE1W2CCyIpOae0OKp1dBd8JV70GLB_tY 1240
qtrio/_tests/examples/test_download.py sha256=e9rDfkm5NJ2-Jt6G7R2nQKdkcXnZSc9WT4lKa4bpdi4 8322
qtrio/_tests/examples/test_emissions.py sha256=2Q_uYakURZceI3R1TYrR0hrPEV-haN_wn11FKX21Lkw 1310
qtrio/_tests/examples/readme/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/_tests/examples/readme/test_console.py sha256=cCmg6qjpRuN9SLDCHhFRpNT7nFNVS9QVVKnPR7Qm_lA 810
qtrio/_tests/examples/readme/test_qt.py sha256=os2_cc8_lGMcuV6vi3kzL9y7F4gxTlEYumbsukcFLog 1712
qtrio/_tests/examples/readme/test_qtrio.py sha256=t5CtSs_vGRQA0H5kn63fSUfyJ3G2_Nd4dRHHySUlBRQ 1575
qtrio/examples/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/examples/buildingrespect.py sha256=YcqS7jmevWv_epGYDwGNkF0Hr9aMLdv0YP5atQEF0Bo 2156
qtrio/examples/crossingpaths.py sha256=TDT8F8iwzpUSwCH5Tf1sq0WSLCKl1ohiOIQ5vkxY8Xw 1905
qtrio/examples/download.py sha256=aqQy-bfe0C5yhnQYmtISjiHKlPEiu3MyWa2UH6BEHOc 9509
qtrio/examples/emissions.py sha256=rUzL55f8PVl2rGbqIKJPwnrJhIa6BbAqJQ1h3Q9Reco 4823
qtrio/examples/readme/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
qtrio/examples/readme/console.py sha256=A2x6owfF6v8ZAQviOyEk6JAuZJgUpOhC8KCc9tckG38 426
qtrio/examples/readme/qt.py sha256=gccW2h2hLeA12s8oIQSlerPcV7J-v3Xrrh9_GCSyrcU 1862
qtrio/examples/readme/qtrio_example.py sha256=KG6wqL8NG55FLrNEvzOUjv7nSuNvt55qINQ48VI_0sI 1133
qtrio-0.7.0.dist-info/LICENSE sha256=ZSyHhIjRRWNh4Iw_hgf9e6WYkqFBA9Fczk_5PIW1zIs 185
qtrio-0.7.0.dist-info/LICENSE.APACHE2 sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
qtrio-0.7.0.dist-info/LICENSE.MIT sha256=Pm2uVV65J4f8gtHUg1Vnf0VMf2Wus40_nnK_mj2vA0s 1046
qtrio-0.7.0.dist-info/METADATA sha256=BzURjeRHbQuDcnwrLrp3pDgqojyAcXbEpwXHZ1DBQ00 13203
qtrio-0.7.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
qtrio-0.7.0.dist-info/entry_points.txt sha256=DyLjZH1nO418cFFTTLAnMgQS1aaPIvxWcJ68JK7_wDc 41
qtrio-0.7.0.dist-info/top_level.txt sha256=4QNipviItFMl5FwwQP25ldI9hcEfDw2GZE8F1N8voE8 6
qtrio-0.7.0.dist-info/RECORD

top_level.txt

qtrio

entry_points.txt

qtrio = qtrio._cli:cli