Metadata-Version: 2.1
Name: npy_reader
Version: 1.1.1
Summary: A simple tool to read and display numpy (.npy) files.
Home-page: https://github.com/AstrophysicsAndPython/npy_reader
Author: Astrophysics and Python, Syed Ali Mohsin Bukhari
Author-email: astrophysicsandpython@gmail.com, syedali.b@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# npy_reader

A simple tool to read and display the numpy (.npy) files.

[![GitHub license](https://img.shields.io/github/license/AstrophysicsAndPython/npy_reader)](https://github.com/AstrophysicsAndPython/npy_reader/blob/main/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/AstrophysicsAndPython/npy_reader)](https://github.com/AstrophysicsAndPython/npy_reader/issues) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/AstrophysicsAndPython/npy_reader) ![GitHub top language](https://img.shields.io/github/languages/top/AstrophysicsAndPython/npy_reader)

## How to install

The npy_reader is available on PyPI and can be installed using

`pip install npy-reader`

Once installed, you can open it up using the terminal by simply typing in

`npy_reader`


