kjagiello / lxml-stubs

Type stubs for the lxml package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lxml-stubs

Testing

Relationship with official lxml-stubs

This fork is an attempt to move forward with faster pace while official one remains stable. Please contribute to official repository.

About

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

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.

About

Type stubs for the lxml package

License:Other


Languages

Language:Python 100.0%