Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 457 Bytes

Okuma-Library-Python

A program to validate if a given library is compliant with the Okuma-Library Specifications.

Install the requirements using:

pip install -r requirements.txt

Check if a library is compliant using:

python prog.py <path to library>

You can also run tests on the provided test libraries by running:

python run-tests.py