Metadata-Version: 2.1
Name: torchglyph
Version: 0.1.0
Summary: Data Processor Combinators for Natural Language Processing
Home-page: https://github.com/speedcell4/torchglyph
Author: speedcell4
Author-email: speedcell4@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: einops
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: hypothesis ; extra == 'dev'

# TorchGlyph

[![Actions Status](https://github.com/speedcell4/torchglyph/workflows/unit-tests/badge.svg)](https://github.com/speedcell4/torchglyph/actions)

## Requirements

- Python 3.7
- PyTorch 1.4.0 

## Installation

`python3 -m pip install torchglyph`


