Metadata-Version: 2.4
Name: bacy
Version: 1.3.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

<div align="center">
  <h1>Blue Archive - Cryptography</h1>
</div>

BA-CY is a library for handling **Blue Archive** catalog and table operations, serialization/deserialization, encryption, and hashing.

## Installation

Add it using [`uv`](https://docs.astral.sh/uv/)

```bash
uv add bacy
```

