cableloss is a Python 3.3+ module that calculates the cable loss for a given cable type and length. Supported cable types include:
- RG-58
- RG-58/U
- LMR-195
- LMR-400
Contributions are welcome! To contribute please:
- Fork the repository
- Create a feature branch
- Add code and tests
- Pass lint and tests
- Submit a pull request
Use the following commands to create a Python 3.9.9 virtualenv using pyenv
and pyenv-virtualenv, install the requirements in the virtualenv named
cableloss
, and list the available Invoke tasks.
$ pyenv virtualenv 3.9.9 cableloss
$ pyenv activate cableloss
$ pip install -r requirements.txt
$ inv -l
cableloss is released under the MIT license. Please see the LICENSE.txt file for more information.