Skip to content

matham/nixpy

 
 

Repository files navigation

https://travis-ci.org/G-Node/nixpy.svg?branch=master https://ci.appveyor.com/api/projects/status/8hi7323w3lijr16y/branch/master?svg=true https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master

Versions

This repository's master is the development branch of NIXPY. It is not guaranteed to build or work properly with the NIX (HDF5) backend. At times it may not even work at all. We strongly recommend using the latest stable version, which can be found on PyPI as nixio.

About NIXPY

The NIXPY project is an extension to NIX and provides Python bindings for NIX.

Getting Started

The simplest way to install NIXPY is from PyPI using pip. The name of the package is nixio:

pip install nixio

Bindings for C++ NIX

The setup script will automatically build the bindings for NIX if it is detected on the system, otherwise only the pure Python version will be installed.

For instructions on building NIX, see the NIX README file.

To check if installed properly

Try importing nixio:

>>> import nixio
>>>

If python successfully executes import nixio, the installation went well. Check out the API documentation for further tutorials.

NIXPY API Documentation

The API documentation can be found here.

About

Python bindings for NIX

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.5%
  • C++ 24.7%
  • CMake 0.8%