Metadata-Version: 2.1
Name: hpc-utils
Version: 0.1.0
Summary: numpy utility package
Home-page: https://github.com/MAfarrag/numpy-utils
Author: Mostafa Farrag
Author-email: moah.farag@gmail.come
License: GNU General Public License v3
Keywords: numpy,computation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: AUTHORS.rst

[![Python Versions](https://img.shields.io/pypi/pyversions/numpy-utils.png)](https://img.shields.io/pypi/pyversions/numpy-utils)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/MAfarrag/numpy-utils.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/numpy-utils/context:python)
[![Documentation Status](https://readthedocs.org/projects/numpy-utils/badge/?version=latest)](https://numpy-utils.readthedocs.io/en/latest/?badge=latest)


![GitHub last commit](https://img.shields.io/github/last-commit/MAfarrag/numpy-utils)
![GitHub forks](https://img.shields.io/github/forks/MAfarrag/numpy-utils?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/MAfarrag/numpy-utils?style=social)


Current release info
====================

| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Version | Platforms |
| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-numpy-utils-green.svg)](https://anaconda.org/conda-forge/numpy-utils) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/numpy-utils.svg)](https://anaconda.org/conda-forge/numpy-utils) [![Downloads](https://pepy.tech/badge/numpy-utils)](https://pepy.tech/project/numpy-utils) [![Downloads](https://pepy.tech/badge/numpy-utils/month)](https://pepy.tech/project/numpy-utils)  [![Downloads](https://pepy.tech/badge/numpy-utils/week)](https://pepy.tech/project/numpy-utils)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/numpy-utils?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/numpy-utils/total) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/MAfarrag/numpy-utils/0.1.0/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/numpy-utils.svg)](https://anaconda.org/conda-forge/numpy-utils) [![PyPI version](https://badge.fury.io/py/numpy-utils.svg)](https://badge.fury.io/py/numpy-utils) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/numpy-utils/badges/version.svg)](https://anaconda.org/conda-forge/numpy-utils) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/numpy-utils.svg)](https://anaconda.org/conda-forge/numpy-utils) [![Join the chat at https://gitter.im/Hapi-Nile/Hapi](https://badges.gitter.im/Hapi-Nile/Hapi.svg)](https://gitter.im/Hapi-Nile/Hapi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |

numpy-utils - Remote Sensing package
=====================================================================
**numpy-utils** is a matplotlib utility package

numpy-utils

Main Features
-------------
  -


Future work
-------------
  -



Installing numpy-utils
===============

Installing `numpy-utils` from the `conda-forge` channel can be achieved by:

```
conda install -c conda-forge numpy-utils
```

It is possible to list all of the versions of `numpy-utils` available on your platform with:

```
conda search numpy-utils --channel conda-forge
```

## Install from Github
to install the last development to time you can install the library from github
```
pip install git+https://github.com/MAfarrag/numpy-utils
```

## pip
to install the last release you can easly use pip
```
pip install numpy-utils==0.2.5
```

Quick start
===========

```
  >>> import numpy-utils
```


=======
History
=======

0.1.0 (2023-03-30)
------------------

* First release on PyPI.
