{ "info": { "author": "Lars Kellogg-Stedman", "author_email": "lars@oddbit.com", "bugtrack_url": null, "classifiers": [], "description": "# A CLI and Python API for managing your TM-V71 radio\n\n## Requirements\n\nYou will need Python 3.7 (or later), and recent versions of the `setuptools` package (and probably `pip`).\n\n## Installation\n\nYou can install this from PyPI using `pip`:\n\n```\npip install tm-v71-tools\n```\n\nOr you can install it straight from the GitHub repository:\n\n```\npip install git+https://github.com/larsks/tm-v71-tools\n```\n\n## Configuration\n\n### Configuration file\n\nTmv71 will read configuration `~/.config/tmv71.json`, if it exists. This file may specify the following configuration keys:\n\n- `port=`\n- `speed=`\n- `no_clear=(true|false)`\n- `clear_retries=`\n- `verbose=`\n\nFor example:\n\n```\n{\n \"port\": \"/dev/ttyKEYSPAN\",\n \"speed\": 57600,\n \"verbose\": 1\n}\n```\n\n### Environment variables\n\nAny command line option can be set from an environment variable named `TMV71_