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
- Java
- Node
- Python
Open an issue if you want more !
Release files for universions 0.2.1.dev201911101731
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.2.1.dev201911101731.tar.gz | 10.7 kB | Details |
Release files / universions-0.2.1.dev201911101731.tar.gz
| Download URL | universions-0.2.1.dev201911101731.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9467b00bc34c7de1dec3cdfc78e9ff88d19767b85cac7c472f93ff81978c2437
|
|
BLAKE2b-256 checksum How to use checksums |
56a324c8629dbed536b059c05d3ac42c25d702d19cd40f2c088c0bc59aa25ddc
|
| 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
|