SkillAgentSearch skills...

Numan

Numerical analysis python library 🔢

Install / Use

/learn @LemuelPuglisi/Numan
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks1

Languages

Python

Security Score

55/100

Audited on May 8, 2023

No findings