Metadata-Version: 2.1
Name: accessible-output2
Version: 0.16
Summary: Library to provide speech and braille output to a variety of different screen readers and other accessibility solutions.
Author: Tyler Spivey
Author-email: tspivey@pcdesk.net
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Adaptive Technologies
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: libloader
Requires-Dist: platform-utils
Requires-Dist: appscript ; sys_platform == "darwin"
Requires-Dist: pywin32 ; sys_platform == "win32"
Requires-Dist: libloader ; sys_platform == "win32"

This is a copy of accessible_output2 0.16 with a few patches:

- Windows: fixed unhandled exception with DLL
- Windows: fixed unhandled exception with SAPI5, Jaws and Window-Eyes
- Windows: fixed "module win32com.gen_py has no attribute CLSIDToPackageMap"
- Windows: an application frozen with cx_Freeze works without additional configuration
- Linux: fixed eSpeak support
- Linux: added SpeechDispatcher support

Tested on:

- Windows 10 with Python 3.8 (SAPI5, NVDA)
- Debian 10 with Python 3.7 (python3-espeak, orca)

Original accessible_output2:

- on Pypi: https://pypi.org/project/accessible-output2/
- on GitHub: https://github.com/accessibleapps/accessible_output2
