Etelemetry python client API
Project description
Etelemetry-client
A lightweight python client to communicate with the etelemetry server
Installation
pip install etelemetry
Usage
import etelemetry
etelemetry.get_project("nipy/nipype")
{'version': '1.4.2', 'bad_versions': ['1.2.1', '1.2.3', '1.3.0']}
or to take advantage of comparing and checking for bad versions, you can use the following form
import etelemetry
etelemetry.check_available_version("nipy/nipype", "1.2.1")
A newer version (1.4.2) of nipy/nipype is available. You are using 1.2.1
You are using a version of nipy/nipype with a critical bug. Please use a different version.
returns: {'version': '1.4.2', 'bad_versions': ['1.2.1', '1.2.3', '1.3.0']}
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
etelemetry-0.2.0.tar.gz
(19.9 kB
view hashes)
Built Distribution
Close
Hashes for etelemetry-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26775eb28bbf4ca8380fd443d49b327088ecb6bdee6996c46804737f462e72a2 |
|
MD5 | e734de80409d05a52e65fc2f75af0401 |
|
BLAKE2b-256 | 2b5751b587e91b37a11dff9d00d624d858637f129dfb5f2388548af941eda5df |