Get version of other tools.
Project description
universions
Python library to get the version of other tools
Install
with pip
pip install universions
with conda
conda install -c conda-forge universions
Examples
In python code :
>>> from universions.java import get_java_version
>>> get_java_version()
Version(major=10, minor=0, patch=2, prerelease=None, build=None)
>>> get_java_version() > (1, 8)
True
In the command line :
>>> universions java
11.0
>>> universions node -v
12.6.0
Languages and other tools supported
Open an issue if you want more ! If you want to contribute read the contributing guide.
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
File details
Details for the file universions-0.5.0.dev201911202144.tar.gz.
File metadata
- Download URL: universions-0.5.0.dev201911202144.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e21d624013d09b40b152f01a9b7304955f81614a334c4d7caf646ec3819db81c
|
|
| MD5 |
3377755d2801b4b987b78b112b117d05
|
|
| BLAKE2b-256 |
8e13e6fed2d6f3cd8ad36677a06c4acfa051cb3fb95088640f88b458a1264da6
|