Metadata-Version: 2.1
Name: librapid
Version: 0.0.3
Summary: General purpose library optimized to run on the GPU
Home-page: https://github.com/Pencilcaseman/Rapid
Author: Toby Davis
Author-email: pencilcaseman@gmail.com
License: MIT Licences
Keywords: cuda math array ndarray matrix gpu
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

[![PyPI version fury.io](https://badge.fury.io/py/librapid.svg)](https://pypi.python.org/pypi/librapid/)
[![PyPI license](https://img.shields.io/pypi/l/librapid.svg)](https://pypi.python.org/pypi/librapid/)
[![Downloads per month](https://img.shields.io/pypi/dm/librapid.svg)](https://pypi.python.org/pypi/librapid/)

# RAPID

Rapid is a pyton library with its backend written in CUDA. This allows calculations to be performed on the GPU, often faster than they could on the CPU.

## Installation

To install rapid from source, run the following commands

```shell
git clone https://github.com/Pencilcaseman/Rapid.git
cd Rapid
python setup.py sdist
pip install .
```

To install rapid via ```pip```, run this command

```shell
pip install librapid
```


