Metadata-Version: 1.2
Name: python-unsio
Version: 0.9.3rc1
Summary: A python wrapper to unsio
Home-page: https://projets.lam.fr/projects/unsio
Author: Jean-Charles LAMBERT
Author-email: jean-charles.lambert@lam.fr
License: CeCILL2.1 (https://opensource.org/licenses/CECILL-2.1)
Description: # ABOUT 
        **UNSIO** (**U**niversal **N**body **S**napshot **I**nput **O**utput) is an API which perform input/output operations in a generic way, 
        and on different kind of nbody files format (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses). By using this API, 
        a user could write only one analysis program which will work on all known files format supported by UNSIO. 
        It's not necessary anymore to know how is implemented a file format, UNSIO will do transparently and automatically 
        all the hard work for you ! With UNSIO, you will spend less time to develop your analysis program. 
        UNSIO comes with an integrated sqlite3 database which can be used to retrieve automatically all your data 
        among terabytes of hard disks.
        
        ## Features
        
        UNSIO can be used from different languages (C,C++,Fortran and Python)
        
        ## Supported files format :
        * [NEMO](https://teuben.github.io/nemo/)
        * GADGET 1 (read) [http://www.mpa-garching.mpg.de/gadget/]
        * GADGET 2 (read an write)
        * GADGET 3/hdf5 (reda and write)
        * [RAMSES (read)](http://www.itp.uzh.ch/~teyssier/Site/RAMSES.html)
        * list of files stored in a file
        * simulations stored in SQLITE3 database
        
        ## License
        UNSIO is open source and released under the terms of the [CeCILL2 Licence](http://www.cecill.info/licences/Licence_CeCILL_V2-en.html)
        
        # Webpage
        PLease visit : https://projets.lam.fr/projects/unsio
        
        
        
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
