Metadata-Version: 2.1
Name: file-binary
Version: 0.6.0
Summary: File Binary is a package with some tools to help you with binary files
Home-page: https://github.com/MatheusRamo/file_binary
Keywords: text
Author: matheus
Author-email: geof.matheus@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.22.3,<2.0.0)
Project-URL: Repository, https://github.com/MatheusRamo/file_binary
Description-Content-Type: text/markdown

<div align="center">
  <h1>File Binary</h1>
</div>

[![PyPI Latest Release](https://img.shields.io/pypi/v/pandas.svg)](https://pypi.org/project/file-binary)

---
### What is it ?

**File Binary** is a package with some tools to help you with binary files

### How to install
```py
pip install file-binary
```
### How to use

```py
from binary_file import fb
```
