Metadata-Version: |
2.1 |
Name: |
sbvirtualdisplay |
Version: |
1.4.0 |
Summary: |
A customized pyvirtualdisplay for SeleniumBase. |
Author: |
Michael Mintz |
Author-Email: |
mdmintz[at]gmail.com |
Maintainer: |
Michael Mintz |
Home-Page: |
https://github.com/mdmintz/sbVirtualDisplay |
Project-Url: |
Changelog, https://github.com/mdmintz/sbVirtualDisplay/releases |
Project-Url: |
Download, https://pypi.org/project/sbvirtualdisplay/#files |
Project-Url: |
SeleniumBase, https://github.com/seleniumbase/SeleniumBase |
Project-Url: |
PyPI, https://pypi.org/project/sbvirtualdisplay/ |
Project-Url: |
Source, https://github.com/mdmintz/sbVirtualDisplay |
License: |
MIT |
Keywords: |
Xvfb Xephyr Virtual Display Linux SeleniumBase |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Console |
Classifier: |
Environment :: MacOS X |
Classifier: |
Environment :: Win32 (MS Windows) |
Classifier: |
Environment :: Web Environment |
Classifier: |
Framework :: Pytest |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Testing |
Classifier: |
Topic :: Software Development :: Testing :: Acceptance |
Classifier: |
Topic :: Software Development :: Testing :: Traffic Generation |
Classifier: |
Topic :: Utilities |
Platform: |
Windows |
Platform: |
Linux |
Platform: |
Mac OS-X |
Requires-Python: |
>=3.8 |
Requires-Dist: |
coverage (>=7.6.1); python_version < "3.9" and extra == "coverage" |
Requires-Dist: |
coverage (>=7.6.9); python_version >= "3.9" and extra == "coverage" |
Requires-Dist: |
pytest-cov (>=5.0.0); python_version < "3.9" and extra == "coverage" |
Requires-Dist: |
pytest-cov (>=6.0.0); python_version >= "3.9" and extra == "coverage" |
Requires-Dist: |
flake8 (==5.0.4); python_version < "3.9" and extra == "flake8" |
Requires-Dist: |
flake8 (==7.1.1); python_version >= "3.9" and extra == "flake8" |
Requires-Dist: |
mccabe (==0.7.0); extra == "flake8" |
Requires-Dist: |
pyflakes (==2.5.0); python_version < "3.9" and extra == "flake8" |
Requires-Dist: |
pyflakes (==3.2.0); python_version >= "3.9" and extra == "flake8" |
Requires-Dist: |
pycodestyle (==2.9.1); python_version < "3.9" and extra == "flake8" |
Requires-Dist: |
pycodestyle (==2.12.1); python_version >= "3.9" and extra == "flake8" |
Provides-Extra: |
coverage |
Provides-Extra: |
flake8 |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |