jobcalc

https://coveralls.io/repos/github/m-housh/jobcalc/badge.svg?branch=master

Job calculator utilities and command line application. Currently only supports python 3.5 or above, because of the use of type-hints.

Features

  • Configurable calculations for job costing.
  • Command Line Interface
  • Profit Margin calculation
  • Supports Percentage Discounts
  • Supports Hours and Hourly rate calculation’s
  • Supports Monetary Deductions

Todo’s

  • Work on finalizing the docs.
  • Add more examples.
  • Add Docker documentation.
  • Add option to output to a file.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. This package uses Click for the command line interface, terminaltables for the Ascii table output, along with colorclass for color strings, wrapt for better decorators, and babel for currency formatting.