Package designed to easily interface with data files of arbitrary formats. As long as the file structure is repetitive and predictible, it should be possible to use Interface to read, parse, and re-structure the data.
.. Documentation is coming soon ..
- Python 3
- NumPy
- Clone this directory on your machine.
git clone https://github.com/becot85/Interface.git
- Go to the cloned directory.
cd Interface
- Install the package.
python3 -m pip install -e ./