Metadata-Version: 2.4
Name: cufile-python
Version: 0.1.0
Summary: A basic Python wrapper for the NVidia cuFile API
Home-page: https://github.com/yanok/cufile-python
Author: Ilya Yanok
Author-email: ilya.yanok@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# cufile-python

A basic Python wrapper for the NVidia cuFile API

## Installation

```bash
pip install cufile-python
```

## Usage

```python
from cufile import CUFILE

# Example usage
cufile = CUFILE()
# Add your usage examples here
```

## Development

To set up the development environment:

1. Clone the repository:
```bash
git clone https://github.com/yanok/cufile-python.git
cd cufile-python
```

2. Install development dependencies:
```bash
pip install -r requirements.txt
```

3. Run tests:
```bash
python -m pytest tests/
```

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
