Python bindings for NIX
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nixio-1.4.9.tar.gz
(2.4 MB
view hashes)
Built Distributions
nixio-1.4.9-py3-none-any.whl
(61.4 kB
view hashes)
nixio-1.4.9-py2-none-any.whl
(61.5 kB
view hashes)