Skip to content

lxml/lxml-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6832d61 · Jun 4, 2024
Jan 8, 2024
Jun 4, 2024
Jan 8, 2024
Mar 4, 2022
Nov 7, 2017
Nov 7, 2017
May 11, 2023
Nov 21, 2021
Jan 23, 2024
Feb 14, 2022
Jan 10, 2024
Jan 8, 2024

Repository files navigation

lxml-stubs

Python Tests pypi

About

This repository contains external type annotations (see PEP 484) for the lxml package.

NOTE: It was superceded by the more complete and externally maintained types-lxml fork.

Installation

To use these stubs with mypy, you have to install the lxml-stubs package.

pip install lxml-stubs

Contributing

Contributions should follow the same style guidelines as typeshed.

History

These type annotations were initially included in typeshed, but lxml's annotations are still incomplete and have therefore been extracted from typeshed to avoid unintentional false positive results.

The code was extracted by Jelle Zijlstra from the original typeshed codebase and moved to a separate repository using git filter-branch.

Authors

Numerous people have contributed to the lxml stubs; see the git history for details.