Metadata-Version: 2.4
Name: blinear
Version: 0.1.0
Summary: Bilinear Neural Network Library
Author: Your Name
Author-email: Your Name <your@email.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Dynamic: author
Dynamic: requires-python

# blinear

A lightweight bilinear neural network library.

## Install
```bash
pip install blinear
