wincam

View on PyPIReverse Dependencies (1)

0.0.5 wincam-0.0.5-py3-none-any.whl

Wheel Details

Project: wincam
Version: 0.0.5
Filename: wincam-0.0.5-py3-none-any.whl
Download: [link]
Size: 4508847
MD5: 55cd4f7099989114f9910a84f4109a15
SHA256: 6bc65df7c77023535f78fd02c22bd1a874cf470f29b83d4763626a68a40ee0a0
Uploaded: 2024-07-20 20:13:22 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: wincam
Version: 0.0.5
Summary: A Python high-performance screenshot library for Windows 10+ using Direct3D11CaptureFramePool.
Author: lovettchris
Project-Url: Homepage, https://github.com/lovettchris/wincam
Project-Url: Issues, https://github.com/lovettchris/wincam/issues
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Capture
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Requires-Python: >=3.10
Requires-Dist: opencv-contrib-python
Requires-Dist: numpy
Requires-Dist: pywin32; sys_platform == "win32"
Requires-Dist: wincam[dev,test]; extra == "all"
Requires-Dist: build; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: Flake8-pyproject; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: mypy-extensions; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: pytest (==7.3.1); extra == "test"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4199 characters]

WHEEL

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

RECORD

Path Digest Size
examples/common.py sha256=QhJv0XTeSbFviPyq7fff0cLkJupYX6gFQDHQO1uvAdc 1366
examples/mirror.py sha256=K-B8jf2Mlx21Ab4502wwlJyDtboxqRBv6g87c1eqtv8 1717
examples/video.py sha256=9JY-dtthHtWhlhIioTCSLi1t8JLgHHIIn2x02VVigzg 3857
tests/test_throttle.py sha256=sYhIo6V0h41CxW6JPKVdif2A9l2j9WO8Ae1d0FQiAqM 971
wincam/__init__.py sha256=9sRgy-slNQ02n7Qg36kCACMT4r78AWsZ47KpXWZrNeE 216
wincam/camera.py sha256=lisd_rpYUM-dZoc0QQEC-yxgj9hZYUsdjamiaxTZCnM 1174
wincam/desktop.py sha256=BJ6fmsVIpkSuPtwFwKMIgjaSqVCdX2PJtjFglneVuD0 2258
wincam/dxcam.py sha256=Bgw0lmkPwNcWdM-X-BjtGGmm6rbszpDy_3dIDZ0JYGI 3108
wincam/logger.py sha256=RgQrM4RUjbvG5E5sW0bh8I612U-X5JBpxaVNtqcr0Qk 2609
wincam/throttle.py sha256=dA7YCzxfHRbjgt3HqaJbyS3e-ZmQ8GexZv7sdt94PuE 1744
wincam/timer.py sha256=-G5E1fncyHKkrr6g6w6ORWuKpzM9tNG5QxxCMUDEnck 1697
wincam/native/runtimes/x64/ScreenCapture.dll sha256=sASKuf9i1DGWU4gQUvQidaHQdmZyC3syBmw-PPWcj0Y 57344
wincam/native/runtimes/x64/ScreenCapture.exp sha256=7qjORsIOQFlTwIoC8jS54DcUYBkdXE0N_om9YNw8-q4 977
wincam/native/runtimes/x64/ScreenCapture.lib sha256=OtJdj8C2U11MG5dypdSO2vosTicMH-25QKilHWApzOg 2254
wincam/native/runtimes/x64/ScreenCapture.pdb sha256=Jd4_Rmr-a7pBNo5DirEPXrlk0pJkHDS--7vVTatKn_k 20500480
wincam-0.0.5.dist-info/LICENSE sha256=57edqTaEPTGqtG0jH3H-LtnuU4EH-ikmpJqOPEekBuM 1090
wincam-0.0.5.dist-info/METADATA sha256=OzVRnW4pgYIXcW2iz7te1E5uebs4HqDMuBUiSk79oH8 5814
wincam-0.0.5.dist-info/WHEEL sha256=rWxmBtp7hEUqVLOnTaDOPpR-cZpCDkzhhcBce-Zyd5k 91
wincam-0.0.5.dist-info/top_level.txt sha256=Fn1keRKoYBDHrJyroWyyjNjbjxQjlBhvLls0EGRtsEg 22
wincam-0.0.5.dist-info/RECORD

top_level.txt

examples
tests
wincam