Skip to content

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

License

Notifications You must be signed in to change notification settings

harshit-gupta-cor/ioSPI

 
 

Repository files navigation

Test Lint 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Jupyter Notebook 3.5%
  • Shell 1.0%