This package contains a collection of stubs for java-api. These
files were generated using mypy's stubgen.
To use java-api-stubs, you may install it with pip. It requires Python
3.7 through 3.12.
Warning
Python 3.13 will not be supported.
python3 -m pip install \
java-api-stubs \
"mypy[python2]==0.971"To run mypy against your code, execute the following command passing the
source directory (typically src) or a single file:
mypy --py2 srcOr
mypy --py2 code.pySee CONTRIBUTING.md.
Feel free to post your questions and/or ideas at Discussions.
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors.
See the LICENSE.
See CODE_OF_CONDUCT.md.