FileIO.jl Save

Main Package for IO, loading all different kind of files

Project README

FileIO

Build status codecov

FileIO.jl

FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with julia's low-level read and write). To avoid name conflicts, packages that provide support for standard file formats through functions named load and save are encouraged to register with FileIO.

Help

You can get an API overview by typing ?FileIO at the REPL prompt. Individual functions have their own help too, e.g., ?add_format.

For more detailed help, including information about how you can add support for additional file formats, see the documentation.

Open Source Agenda is not affiliated with "FileIO.jl" Project. README Source: JuliaIO/FileIO.jl
Stars
206
Open Issues
28
Last Commit
3 weeks ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating