wexpect-venv/setup.cfg

23 lines
1.1 KiB
INI
Raw Normal View History

2019-04-30 13:57:27 +00:00
[metadata]
name = wexpect
author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burchett, Robert Stone, Hartmut Goebel, Chad Schroeder, Erick Tryzelaar, Dave Kirby, Ids vander Molen, George Todd, Noel Taylor, Nicolas D. Cesar, Alexander Gattin, Geoffrey Marshall, Francisco Lourenco, Glen Mabey, Karthik Gurusamy, Fernando Perez, Corey Minyard, Jon Cohen, Guillaume Chazarain, Andrew Ryan, Nick Craig-Wood, Andrew Stone, Jorgen Grahn, Benedek Racz
author-email = betontalpfa@gmail.com
summary = Windows alternative of pexpect
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
requires-python = >=2.6
project_urls =
Source Code = https://github.com/raczben/wexpect
license = MIT
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
2019-05-02 08:08:28 +00:00
Operating System :: Microsoft :: Windows
2019-05-02 12:29:01 +00:00
Programming Language :: Python :: 3.4, Python :: 3.5, Python :: 3.6 , Python :: 3.7
2019-04-30 13:57:27 +00:00
keywords =
scripting, automation, expect, pexpect, wexpect
2019-05-02 08:08:28 +00:00
2019-04-30 13:57:27 +00:00