wexpect-venv/setup.cfg

40 lines
1.5 KiB
INI
Raw Permalink Normal View History

2019-04-30 13:57:27 +00:00
[metadata]
2023-07-05 05:15:47 +00:00
name = wexpect-venv
2019-05-03 11:09:36 +00:00
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
2023-07-05 05:15:47 +00:00
author-email = info@clear.ml
summary = Fork of WExpect, a Windows alternative of pexpect
description-file = README.md
long-description-content-type = text/markdown
2019-09-19 16:34:11 +00:00
requires-python = >=3.4
2019-04-30 13:57:27 +00:00
project_urls =
2023-07-05 05:15:47 +00:00
Source Code = https://github.com/allegroai/wexpect-venv
2019-04-30 13:57:27 +00:00
license = MIT
classifier =
2019-04-30 13:57:27 +00:00
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Operating System :: Microsoft :: Windows
2019-05-03 11:25:26 +00:00
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
2019-04-30 13:57:27 +00:00
keywords =
scripting, automation, expect, pexpect, wexpect
2019-09-04 08:56:45 +00:00
[options.extras_require]
test =
coverage
2019-09-04 09:57:21 +00:00
tox
2019-09-04 08:56:45 +00:00
setuptools>=38.0
2019-09-19 16:34:11 +00:00
codecov
twine
pyinstaller
[flake8]
max-line-length = 100
ignore =
# E402: Module level import not at top of the file
E402