Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIO: File I/O

The sfio module is a Python library for efficient file input/output operations. It handles various file formats commonly used in computational materials science research.

Key Features

Quick installation

python -m pip install git+https://github.com/hyiprc/sfio.git

To update or reinstall,

python -m pip install --force-reinstall --no-deps git+https://github.com/hyiprc/sfio.git

Developer installation

$ which python  # confirm the location
$ git clone https://github.com/hyiprc/sfio.git
$ cd sfio
$ python -m pip install -e .[dev]
$ pre-commit install

About

File I/O module

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages