You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.6 KiB
42 lines
1.6 KiB
Metadata-Version: 2.0
|
|
Name: pywinauto
|
|
Version: 0.6.6
|
|
Summary: A set of Python modules to automate the Microsoft Windows GUI
|
|
Home-page: http://pywinauto.github.io/
|
|
Author: Mark Mc Mahon and Contributors
|
|
Author-email: pywinauto-users@lists.sourceforge.net
|
|
License: BSD 3-clause
|
|
Keywords: windows gui automation GuiAuto testing test desktop mouse keyboard
|
|
Platform: win32
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Environment :: Console
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Operating System :: Microsoft :: Windows
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 2.7
|
|
Classifier: Programming Language :: Python :: 3.5
|
|
Classifier: Programming Language :: Python :: 3.6
|
|
Classifier: Programming Language :: Python :: 3.7
|
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Topic :: Software Development :: Testing
|
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
Classifier: Topic :: Software Development :: Quality Assurance
|
|
Requires-Dist: comtypes
|
|
Requires-Dist: six
|
|
|
|
|
|
At it's simplest it allows you to send mouse and keyboard
|
|
actions to windows dialogs and controls, but It has support for more complex
|
|
controls also.
|
|
|
|
Useful links
|
|
-------------
|
|
- Home page: http://pywinauto.github.io/
|
|
- Docs Intro: https://pywinauto.readthedocs.io/en/latest/
|
|
- Getting Started Guide: https://pywinauto.readthedocs.io/en/latest/getting_started.html
|
|
- StackOverflow tag: https://stackoverflow.com/questions/tagged/pywinauto
|
|
|
|
|