Metadata-Version: 2.1
Name: rcdata
Version: 0.4.1
Summary: Default template for PDM package
License: MIT
Author-email: break-soul <57186766+break-soul@users.noreply.github.com>
Requires-Python: >=3.8
Provides-Extra: all
Requires-Dist: zstandard>=0.23.0; extra == "all"
Requires-Dist: cryptography>=43.0.0; extra == "all"
Provides-Extra: compact
Requires-Dist: zstandard>=0.23.0; extra == "compact"
Provides-Extra: encryption
Requires-Dist: cryptography>=43.0.0; extra == "encryption"
Project-URL: Repository, https://github.com/break-soul/rcdata
Description-Content-Type: text/markdown

# rcdata

![PyPI](https://img.shields.io/pypi/v/rcdata)  ![PyPI - License](https://img.shields.io/pypi/l/rcdata)  ![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)  ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/break-soul/rcdata/release.yml?label=build)

## Project Introduction

`rcdata` is a Python library for data processing that offers a variety of useful features.

## Installation

```
pip install rcdata[full]
```

