Pre-release
This release is a pre-release and may not be stable for production use.
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.
Release files for universions 0.3.0.dev201911111807
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| universions-0.3.0.dev201911111807.tar.gz | 11.7 kB | Details |
Release files / universions-0.3.0.dev201911111807.tar.gz
| Download URL | universions-0.3.0.dev201911111807.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9396d02c85527d6424a142c77d1bfe4067daf4490a8b977bc6525831d64248b0
|
|
BLAKE2b-256 checksum How to use checksums |
cec2213be59f880839776375ae3bb551b4dbec838228f79a63413f94dad52a92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|