chdemko / py-arithmetic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 59.5%Language:Cython 40.5%