Blue Brain BioExplorer
check_version.py File Reference

Go to the source code of this file.

Namespaces

 check_version
 

Variables

 check_version.config = configparser.ConfigParser()
 
 check_version.to_check = config["metadata"]["version"]
 
string check_version.url = "https://pypi.python.org/pypi/brayns/json"
 
 check_version.data = json.loads(response.read().decode("utf-8"))
 
 check_version.versions = data["releases"].keys()