Metadata-Version: 2.1
Name: twill
Version: 3.1
Summary: twill web browsing and testing language and associated utilities.
Home-page: https://github.com/twill-tools/twill
Download-URL: https://pypi.org/project/twill/
Author: C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.
Author-email: titus@idyll.org
Maintainer: Christoph Zwerschke
Maintainer-email: cito@online.de
License: MIT
Project-URL: Source, https://github.com/twill-tools/twill
Project-URL: Issues, https://github.com/twill-tools/twill/issues
Project-URL: Documentation, https://twill-tools.github.io/twill/
Project-URL: ChangeLog, https://twill-tools.github.io/twill/changelog.html
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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 :: Other Scripting Engines
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml<5,>=4.9
Requires-Dist: requests<3,>=2.27
Requires-Dist: pyparsing<4,>=3.0
Provides-Extra: docs
Requires-Dist: sphinx<6,>=5.2; extra == "docs"
Requires-Dist: sphinx-rtd-theme<2,>=1; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest<7.1,>=7; extra == "tests"
Requires-Dist: pytidylib<0.4,>=0.3; extra == "tests"
Requires-Dist: quixote<4,>=3.6; extra == "tests"
Requires-Dist: wsgi-intercept<2,>=1.10; extra == "tests"
Provides-Extra: tidy
Requires-Dist: pytidylib<0.4,>=0.3; extra == "tidy"

twill: a simple scripting language for web browsing
===================================================

twill is a simple scripting language intended for programmatic or automated browsing of websites.

The current version 3.1 supports Python 3.6 to 3.11.

See also the [changelog](https://twill-tools.github.io/twill/changelog.html) for a summary of the things that have been changed and improved since version 2.0, and the [acknowledgements](https://twill-tools.github.io/twill/overview.html#acknowledgements) for a short overview of the earlier history of twill.

The full [documentation](https://twill-tools.github.io/twill/) is included in the distribution and provided online.

Copyright (c) 2005-2022 by C. Titus Brown, Ben R. Taylor, Christoph Zwerschke et al.

Newer versions have been created and are maintained by [Christoph Zwerschke](https://github.com/Cito).
 
twill is available for use, modification, and distribution under the MIT license.
