Metadata-Version: 2.4
Name: nxscli_np
Version: 0.5.1
Summary: Nxscli Numpy extension
Author-email: raiden00 <raiden00@railab.me>
License: Apache-2.0
Project-URL: Changelog, https://github.com/railab/nxscli-np/blob/master/CHANGES.md
Project-URL: Homepage, https://github.com/railab/nxscli-np
Keywords: nuttx,nxscli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nxslib==0.9.1
Requires-Dist: nxscli==0.5.1
Requires-Dist: numpy>=1.24.2
Requires-Dist: click>=8.1
Dynamic: license-file

# Nxscli-np
![master workflow](https://github.com/railab/nxscli-np/actions/workflows/master.yml/badge.svg)

Numpy extension to Nxscli.

## Features

* Save data to NumPy files (`.npy`)
* NumPy `numpy.memmap()` support

## Instalation

Nxscli-np can be installed by running `pip install nxscli-np`.

To install latest development version, use:

`pip install git+https://github.com/railab/nxscli-np.git`
