This library is currently being developed and is not production quality ready!
Python library for performing rental and income property calculations.
- Python 3.6
pip install py-incomepropertyevaluatorkit
Here is an example of using the using the library in your code.
#TODO: Write example...
If you want to run the unit tests, you can run the following.
Here is how you run the unit tests.
python test_realestatekit.py
Here is how you run code coverage. The first command runs the code coverage
and the second command provides a report. If you would like to know more about coverage
then click to here to read.
coverage run test_analyzer.py
coverage report -m test_analyzer.py
This library is licensed under the BSD license. See LICENSE.md for more information.