LemuelPuglisi / numan

Numerical analysis python library 🔢

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

numan

Numerical analysis python library for educational purpose only!

Tests

Package installation

Create a virtual environment (you need virtualenv):

virtualenv venv

Then activate the virtual environment:

source venv/bin/activate

Install numan package:

pip install -e .

Testing

Install the requirements for development

pip install -r ./requirements_dev.txt

Run mypy

mypy src

Run flake8

flake8 src

Run pytest:

pytest

About

Numerical analysis python library 🔢


Languages

Language:Python 100.0%