Metadata-Version: 2.1
Name: ruspy
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Operating System :: POSIX :: Linux
License-File: LICENSE
Summary: Data analysis powered by Rust
Author: Manas Verma <manas.verma@gmail.com>
Author-email: Manas Verma <manas.verma@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# RusPy - Rust-Powered Data Analysis

RusPy is a library implemented in Rust for Python that provides powerful data analysis capabilities.

## Features

- Fast and efficient numerical computations.

- Integration with Python for seamless usage.

- Support for complex numbers and advanced mathematical operations.

- High-performance array manipulation and linear algebra routines.

## Installation

RusPy can be installed via pip:

    pip install ruspy

## Usage

Once installed, you can import and use RusPy in your Python projects:

    import ruspy as rp

    data = rp.array([1, 2, 3, 4])
    frequencies = rp.fft(data)

For more information and detailed documentation, please visit https://github.com/manas-verma/ruspy

