Metadata-Version: 2.1
Name: bytetype
Version: 0.0.5
Summary: byte type
Home-page: https://github.com/dsm-72/bytetype
Author: dsm-72
Author-email: sumner.magruder@yale.edu
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python byte bytes kilo tera giga unit dataclass strenum
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pstr
Provides-Extra: dev

# bytetype

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

A simple Byte type

## Install

``` sh
pip install bytetype
```

## Usage

**NOTE** that: - `ByteSize` corresponds to the base numeric value to use
i.e. `1024` - `BytesUnit` corresponds to the string unit to use
i.e. `"KB"`

### Examples
