python-project-template Documentation ===================================== **python-project-template is a minimal Python project aimed at demonstrating good coding practices.** The library provides a small dependency-free Calculator API (Operation, OperationRegistry, Calculator) that can register and compose simple mathematical operations. This code is used to showcase a number of good software practices. See the next page for a detailed list. .. toctree:: :maxdepth: 2 :caption: Contents: features installation tests usage docs_local docs_github release structure api Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`