Skip to main content

Provide type hints for `wsadmin` object methods

Project description

wsadmin-type-hints

Python package providing type hints for wsadmin Jython commands.

This speeds up the development of wsadmin Jython scripts inside an IDE since it provides intellisense on every method of the 5 main objects provided at runtime by the wsadmin:

  • AdminControl
  • AdminConfig
  • AdminApp
  • AdminTask
  • Help

📚 Read the full documentation

Disclaimer

This is an unofficial package created for speeding up the development process and is not in any way affiliated with IBM®. All trademarks and registered trademarks are the property of their respective company owners.

The code does not include any implementation detail, and includes only the informations (such as parameter numbers, types and descriptions) publicly available on the official Websphere Application Server® documentation.

Informations

This projects uses type hints, which were introduced in Python 3.5, so ensure you're using a supported version of python.

From the Python Stubs documentation:

Type stubs are syntactically valid Python 3.7 files with a .pyi suffix. The Python syntax used for type stubs is independent from the Python versions supported by the implementation, and from the Python version the type checker runs under (if any). Therefore, type stub authors should use the latest available syntax features in stubs (up to Python 3.7), even if the implementation supports older, pre-3.7 Python versions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wsadmin_type_hints-0.1.1.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

wsadmin_type_hints-0.1.1-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page