Java API Specification
Project description
java-api
java-api is a Python package that allows developers to get code completion for Java 17 API Specification functions and classes in their IDE of choice.
Table of contents
- Prerequisites
- Installation and usage
- Project structure
- Contributing
- Discussions
- Contributors
- License
- Code of conduct
Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed Python 2.7.18
Installation and usage
To use java-api, you may install it using the following method.
Installing with pip
[!NOTE] For stub files for this package, look for
java-api-stubs.
The preferred method is to install it by running pip. It requires Python
2.7.18.
python2 -m pip install java-api
This will install it as package to your Python installation, which will allow you to call Ignition Scripting functions from Python's REPL, and get code completion using an IDE such as PyCharm and Visual Studio Code.
$ python2
Python 2.7.18 (default, Sep 23 2024, 13:23:35)
[GCC Apple LLVM 16.0.0 (clang-1600.0.26.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import print_function
>>> import java.lang
>>> print(java.lang.__doc__)
Provides classes that are fundamental to the design of the Java
programming language.
>>> quit()
And to uninstall:
python2 -m pip uninstall java-api
Project structure
Packages
This project consists of the following packages:
java/javax
These packages include supporting Java classes and interfaces. For more information, see documentation here: https://docs.oracle.com/en/java/javase/17/docs/api/index.html.
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 can be found here: CONTRIBUTORS.
License
See the LICENSE.
Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file java_api-17.26.5.tar.gz.
File metadata
- Download URL: java_api-17.26.5.tar.gz
- Upload date:
- Size: 36.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bb74897b0838d6e87a8dc118a56c284fdf660f9db2f2dfbe5b95b672af9cf1e
|
|
| MD5 |
74de2a016605141a65a1ca7ba97be321
|
|
| BLAKE2b-256 |
5b0ab41ee202aa54484e2d21e014a43127268a4f138066cbd5e5aed4b815b779
|
File details
Details for the file java_api-17.26.5-py2-none-any.whl.
File metadata
- Download URL: java_api-17.26.5-py2-none-any.whl
- Upload date:
- Size: 46.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf68ebcd91e9c8ea222fed6e13e989745eecc2ae8679984b9a9a3b03c1a64edb
|
|
| MD5 |
32bd4fb7e5485ea139537dc3af1c288b
|
|
| BLAKE2b-256 |
5b7784aa8a31368cdce18badf61373a059e5e828a3b340eb78da575d85a8362c
|