Metadata-Version: 2.4
Name: java-api-stubs
Version: 17.25.0b6
Summary: Java 17 API Specification stubs for ignition-api
Author-email: César Román <cesar@coatl.dev>
License-Expression: MIT
Project-URL: Funding, https://github.com/sponsors/cesarcoatl
Project-URL: Homepage, https://github.com/ignition-devs/java-api-17
Project-URL: Source, https://github.com/ignition-devs/java-api-17
Project-URL: Tracker, https://github.com/ignition-devs/java-api-17/issues
Keywords: coatl.dev,ignition,inductive automation,java
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Manufacturing
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Stubs Only
Classifier: Typing :: Typed
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# java-api-stubs

<!--- Badges --->
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/java-api-stubs)](https://pypi.org/project/java-api-stubs/)
[![PyPI - Version](https://img.shields.io/pypi/v/java-api-stubs)](https://pypi.org/project/java-api-stubs/)
[![PyPI - Downloads](https://pepy.tech/badge/java-api-stubs)](https://pepy.tech/project/java-api-stubs)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/orgs/ignition-devs/discussions)

This package contains a collection of [stubs] for [`java-api`]. These
files were generated using `mypy`'s [`stubgen`].

## Installation and usage

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.

```sh
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:

```sh
mypy --py2 src
```

Or

```sh
mypy --py2 code.py
```

## Contributing

See [CONTRIBUTING.md].

## Discussions

Feel free to post your questions and/or ideas at [Discussions].

## Contributors

Thanks to everyone who has contributed to this project.

Up-to-date list of [contributors].

## License

See the [LICENSE].

## Code of conduct

See [CODE_OF_CONDUCT.md].

<!-- Links -->
[CODE_OF_CONDUCT.md]: https://github.com/ignition-devs/.github/blob/main/CODE_OF_CONDUCT.md
[CONTRIBUTING.md]: https://github.com/ignition-devs/java-api-17/blob/main/CONTRIBUTING.md
[contributors]: https://github.com/ignition-devs/java-api-17/graphs/contributors
[Discussions]: https://github.com/orgs/ignition-devs/discussions
[`java-api`]: https://github.com/ignition-devs/java-api-17
[LICENSE]: https://github.com/ignition-devs/java-api-17/blob/main/LICENSE
[`stubgen`]: https://coatl-mypy.readthedocs.io/en/v0.971/stubgen.html
[stubs]: https://www.python.org/dev/peps/pep-484/
