Usage
To install this package, use the package on PyPI by installing with pip:
$ pip install unisci
Check the version of the package you have installed using the following code:
import unisci
print(unisci.__version__)
1.2.0
To see the code for this project, view the GitHub page here.