Skip to content

G-Node/nixpy

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2025
Jun 12, 2018
Feb 27, 2025
Nov 10, 2024
Nov 10, 2024
Jul 2, 2021
Nov 10, 2024
Jan 17, 2019
Mar 26, 2020
Jul 6, 2021
Feb 18, 2024
Jan 17, 2019
Oct 14, 2019
Jul 2, 2021
Jun 27, 2017
Nov 10, 2024

Repository files navigation

https://github.com/G-Node/nixpy/workflows/NIXPy%20tests%20and%20linting/badge.svg?branch=master https://ci.appveyor.com/api/projects/status/72l10ooxbvf0vfgd/branch/master?svg=true https://coveralls.io/repos/github/G-Node/nixpy/badge.svg?branch=master https://codecov.io/gh/G-Node/nixpy/branch/master/graph/badge.svg?token=xT5rz1BlGJ

Versions

This repository's master is the development branch of NIXPY. It is not guaranteed to build or work properly. 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

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.