ninamiolane / ioSPI

I/O, visualization and methods to compare with other tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Codecov DeepSource

About

Welcome to the Python package: ioSPI: Methods and tools to read and write data in all formats. ioSPI Also provides methods to use other SPI tools developed outside of compSPI.

Download

First create a conda environment with the required dependencies using the enviroment.yml file as follows:

conda env create --file environment.yml

Then download:

git clone https://github.com/compSPI/ioSPI.git

Contribute

We strongly recommend installing our pre-commit hook, to ensure that your code follows our Python style guidelines. To do so, just run the following command line at the root of this repository:

pre-commit install

With this hook, your code will be automatically formatted with our style conventions. If the pre-commit hooks black and isort mark "Failed" upon commit, this means that your code was not correctly formatted, but has been re-formatted by the hooks. Re-commit the result and check that the pre-commit marks "Passed".

Note that the hooks do not reformat docstrings automatically. If hooks failed with an error related to the documentation, you should correct this error yourself, commit the result and check that the pre-commit marks "Passed".

See our contributing guidelines!

About

I/O, visualization and methods to compare with other tools

License:MIT License


Languages

Language:Python 92.0%Language:Jupyter Notebook 6.2%Language:Shell 1.8%