Skip to content

Read and write GROOPS file formats in Python.

License

Notifications You must be signed in to change notification settings

zhedumi/groopsio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groopsio - Read and write GROOPS file formats in Python

What is groopsio

groopsio is a free Open Source software package for reading and writing GROOPS file formats in Python. It is written as a C/C++ extension to NumPy and requires a few GROOPS source files.

Installation

To install the current development version of the package, first clone the repository or download the zip archive. In the root directory of the package (i.e. the directory containing the setup.py file), run

GROOPS_SOURCE_DIR=/path/to/groops/source pip install .

to install the package and its dependencies. The environment variable GROOPS_SOURCE_DIR should point to the source folder of GROOPS (if ommitted, $HOME/groops/source or the Windows equivalent is used).

Note that you will need a toolchain capable of building GROOPS. See the GROOPS installation guide for Windows or Linux for details (no optional steps are necessary for groopsio).

License

groopsio a free Open Source software released under the GPLv3 license.

About

Read and write GROOPS file formats in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.0%
  • Python 45.8%
  • CMake 2.2%