{"library":"read-version","title":"read-version","description":"Extract your project's __version__ variable by parsing Python source code without importing. Version 0.3.2, project is inactive and no longer supported.","language":"python","status":"deprecated","last_verified":"Fri May 01","install":{"commands":["pip install read-version"],"cli":null},"imports":["from read_version import read_version"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from read_version import read_version\nversion = read_version('mypackage')\nprint(version)","lang":"python","description":"Read __version__ from a Python package without importing it.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}