urbanij / python-ccomplex

Improved representation of Python complex numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

improved representation of Python complex numbers

  • Free software: BSD 2-Clause License

Installation

pip install ccomplex

You can also install the in-development version with:

pip install git+ssh://git@https://github.com/urbanij/ccomplex/urbanij/python-ccomplex.git@master

Documentation

https://python-ccomplex.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Improved representation of Python complex numbers

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 92.3%Language:Batchfile 7.7%