Metadata-Version: 2.1
Name: hpc-utils
Version: 0.1.1
Summary: numpy utility package
Home-page: https://github.com/MAfarrag/hpc
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/hpc.png)](https://img.shields.io/pypi/pyversions/hpc)
[![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/hpc.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/MAfarrag/hpc/context:python)
[![Documentation Status](https://readthedocs.org/projects/hpc/badge/?version=latest)](https://hpc.readthedocs.io/en/latest/?badge=latest)


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


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

| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Version | Platforms |
| --- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- | --- |
| [![Conda Recipe](https://img.shields.io/badge/recipe-hpc-green.svg)](https://anaconda.org/conda-forge/hpc) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/hpc.svg)](https://anaconda.org/conda-forge/hpc) [![Downloads](https://pepy.tech/badge/hpc)](https://pepy.tech/project/hpc) [![Downloads](https://pepy.tech/badge/hpc/month)](https://pepy.tech/project/hpc)  [![Downloads](https://pepy.tech/badge/hpc/week)](https://pepy.tech/project/hpc)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/hpc?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/MAfarrag/hpc/total) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/MAfarrag/hpc/0.1.0/total) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/hpc.svg)](https://anaconda.org/conda-forge/hpc) [![PyPI version](https://badge.fury.io/py/hpc.svg)](https://badge.fury.io/py/hpc) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/hpc/badges/version.svg)](https://anaconda.org/conda-forge/hpc) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hpc.svg)](https://anaconda.org/conda-forge/hpc) [![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) |

hpc - Remote Sensing package
=====================================================================
**hpc** is a numpy utility package

hpc

Main Features
-------------
  - indixing numpy arrays in fast manner without using loops


Installing hpc
===============

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

```
conda install -c conda-forge hpc
```

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

```
conda search hpc --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/hpc
```

## pip
to install the last release you can easly use pip
```
pip install hpc-utils==0.1.1
```

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

```
  >>> import hpc
```


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

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

* First release on PyPI.


0.1.1 (2023-04-23)
------------------

* get_pixels works with 3d arrays
