hpc-utils


Namehpc-utils JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
Summarynumpy utility package
upload_time2025-07-26 17:56:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseGNU General Public License v3
keywords numpy computation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![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)
![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/hpc)
![GitHub forks](https://img.shields.io/github/forks/Serapieum-of-alex/hpc?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/hpc?style=social)

[![tests](https://github.com/Serapieum-of-alex/hpc/actions/workflows/tests.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/tests.yml)
[![pypi-release](https://github.com/Serapieum-of-alex/hpc/actions/workflows/pypi-release.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/pypi-release.yml)
[![Deploy MkDocs](https://github.com/Serapieum-of-alex/hpc/actions/workflows/github-pages-mkdocs.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/github-pages-mkdocs.yml)
[![GitHub Release](https://github.com/Serapieum-of-alex/hpc/actions/workflows/create-release.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/create-release.yml)

Full documentation is available at [serapieum-of-alex.github.io/hpc](https://serapieum-of-alex.github.io/hpc//)

Current release info
====================
- conda-forge feedstock: [hpc](https://anaconda.org/conda-forge/hpc)
  - [github feedstock](https://github.com/conda-forge/hpc-feedstock)

| 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-utils)](https://pepy.tech/project/hpc) [![Downloads](https://pepy.tech/badge/hpc-utils/month)](https://pepy.tech/project/hpc)  [![Downloads](https://pepy.tech/badge/hpc-utils/week)](https://pepy.tech/project/hpc)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/hpc-utils?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/Serapieum-of-alex/hpc/total) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/Serapieum-of-alex/hpc/0.1.4/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-utils.svg)](https://badge.fury.io/py/hpc-utils) [![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

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.5
```

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

```
  >>> import hpc
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hpc-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "numpy, computation",
    "author": null,
    "author_email": "Mostafa Farrag <moah.farag@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c0/a4/a711358178005d757205256a29f96afa699b974da2843acf548cbc58201e/hpc_utils-0.1.5.tar.gz",
    "platform": null,
    "description": "[![Python Versions](https://img.shields.io/pypi/pyversions/hpc.png)](https://img.shields.io/pypi/pyversions/hpc)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n![GitHub last commit](https://img.shields.io/github/last-commit/Serapieum-of-alex/hpc)\n![GitHub forks](https://img.shields.io/github/forks/Serapieum-of-alex/hpc?style=social)\n![GitHub Repo stars](https://img.shields.io/github/stars/Serapieum-of-alex/hpc?style=social)\n\n[![tests](https://github.com/Serapieum-of-alex/hpc/actions/workflows/tests.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/tests.yml)\n[![pypi-release](https://github.com/Serapieum-of-alex/hpc/actions/workflows/pypi-release.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/pypi-release.yml)\n[![Deploy MkDocs](https://github.com/Serapieum-of-alex/hpc/actions/workflows/github-pages-mkdocs.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/github-pages-mkdocs.yml)\n[![GitHub Release](https://github.com/Serapieum-of-alex/hpc/actions/workflows/create-release.yml/badge.svg)](https://github.com/Serapieum-of-alex/hpc/actions/workflows/create-release.yml)\n\nFull documentation is available at [serapieum-of-alex.github.io/hpc](https://serapieum-of-alex.github.io/hpc//)\n\nCurrent release info\n====================\n- conda-forge feedstock: [hpc](https://anaconda.org/conda-forge/hpc)\n  - [github feedstock](https://github.com/conda-forge/hpc-feedstock)\n\n| Name | Downloads                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Version                                                                                                                                                                                                                                                                                                                               | Platforms |\n| --- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| --- |\n| [![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-utils)](https://pepy.tech/project/hpc) [![Downloads](https://pepy.tech/badge/hpc-utils/month)](https://pepy.tech/project/hpc)  [![Downloads](https://pepy.tech/badge/hpc-utils/week)](https://pepy.tech/project/hpc)  ![PyPI - Downloads](https://img.shields.io/pypi/dd/hpc-utils?color=blue&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/Serapieum-of-alex/hpc/total) ![GitHub release (latest by date)](https://img.shields.io/github/downloads/Serapieum-of-alex/hpc/0.1.4/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-utils.svg)](https://badge.fury.io/py/hpc-utils) [![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) |\n\nhpc - Remote Sensing package\n=====================================================================\n**hpc** is a numpy utility package\n\nMain Features\n-------------\n  - indixing numpy arrays in fast manner without using loops\n\n\nInstalling hpc\n===============\n\nInstalling `hpc` from the `conda-forge` channel can be achieved by:\n\n```\nconda install -c conda-forge hpc\n```\n\nIt is possible to list all of the versions of `hpc` available on your platform with:\n\n```\nconda search hpc --channel conda-forge\n```\n\n## Install from Github\nto install the last development to time you can install the library from github\n```\npip install git+https://github.com/MAfarrag/hpc\n```\n\n## pip\nto install the last release you can easly use pip\n```\npip install hpc-utils==0.1.5\n```\n\nQuick start\n===========\n\n```\n  >>> import hpc\n```\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "numpy utility package",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "https://hpc-utils.readthedocs.io/",
        "Homepage": "https://github.com/MAfarrag/hpc",
        "Repository": "https://github.com/MAfarrag/hpc"
    },
    "split_keywords": [
        "numpy",
        " computation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c4774c0456ead6871b060d024204f891546499eb1e57b8ce523671f690f24281",
                "md5": "4d3971a12552d6613dba06ed78c180bb",
                "sha256": "23396c01ad2a7b9d28b805a20bebe5cf50971733e6dbe28edf4f1142ed656701"
            },
            "downloads": -1,
            "filename": "hpc_utils-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d3971a12552d6613dba06ed78c180bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 19064,
            "upload_time": "2025-07-26T17:56:09",
            "upload_time_iso_8601": "2025-07-26T17:56:09.595616Z",
            "url": "https://files.pythonhosted.org/packages/c4/77/4c0456ead6871b060d024204f891546499eb1e57b8ce523671f690f24281/hpc_utils-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0a4a711358178005d757205256a29f96afa699b974da2843acf548cbc58201e",
                "md5": "df840d6b5047f931f3608b1d10d66114",
                "sha256": "224dfd0a390344351db31c34b21a067e25640e6f93dc5d24a60bed45797e164b"
            },
            "downloads": -1,
            "filename": "hpc_utils-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "df840d6b5047f931f3608b1d10d66114",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 26413,
            "upload_time": "2025-07-26T17:56:10",
            "upload_time_iso_8601": "2025-07-26T17:56:10.760246Z",
            "url": "https://files.pythonhosted.org/packages/c0/a4/a711358178005d757205256a29f96afa699b974da2843acf548cbc58201e/hpc_utils-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 17:56:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MAfarrag",
    "github_project": "hpc",
    "github_not_found": true,
    "lcname": "hpc-utils"
}
        
Elapsed time: 0.67583s