Metadata-Version: 2.3
Name: tfrecord-slow
Version: 0.4.0
Summary: Default template for PDM package
Author-email: SunDoge <triplez0@outlook.com>
Requires-Python: >=3.9
Requires-Dist: crc32c>=2.3.post0
Requires-Dist: numpy>=1
Provides-Extra: cli
Requires-Dist: loguru>=0.7.2; extra == 'cli'
Requires-Dist: tqdm>=4.66.2; extra == 'cli'
Provides-Extra: msgpack
Requires-Dist: msgspec>=0.18.6; extra == 'msgpack'
Description-Content-Type: text/markdown

# tfrecord-slow

[![Github Actions](https://img.shields.io/github/actions/workflow/status/SunDoge/tfrecord-slow/python-package.yml?branch=main&style=for-the-badge)](https://github.com/SunDoge/tfrecord-slow/actions/workflows/python-package.yml)
[![Pypi](https://img.shields.io/pypi/v/tfrecord-slow?style=for-the-badge)](https://pypi.org/project/tfrecord-slow/)

TFRecord reader and writer without protobuf.

## Install

```shell
pip install tfrecord-slow
```
