Install the py-arithmetic package

cmake Documentation Status

Installation

Install py-arithmetic using the bash commands:

$ git clone https://github.com/chdemko/py-arithmetic.git
$ cd py-arithmetic
$ git submodule update --init --recursive
$ poetry install --with docs

Building

Build py-arithmetic using the bash commands:

$ poetry build
$ ls dist

Documentation

Build the documentation using the bash commands:

$ poetry run sphinx-build docs/ build/sphinx/html/

Testing

Test py-arithmetic using the bash commands:

$ poetry run tox
$ poetry run tox -e style
$ poetry run tox -e linter