Metadata-Version: 2.1
Name: sheet-orm
Version: 0.1.0
Summary: 
Home-page: https://github.com/ovsyanka83/sheet-orm
License: MIT
Author: Stanislav Zmiev
Author-email: szmiev2000@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/ovsyanka83/sheet-orm
Description-Content-Type: text/markdown

# sheet-orm

---

<p align="center">
<a href="https://github.com/SheetOrg/sheet-orm/actions?query=workflow%3ATests+event%3Apush+branch%3Amain" target="_blank">
    <img src="https://github.com/SheetOrg/sheet-orm/actions/workflows/test.yaml/badge.svg?branch=main&event=push" alt="Test">
</a>
<a href="https://codecov.io/gh/SheetOrg/sheet-orm" target="_blank">
    <img src="https://img.shields.io/codecov/c/github/SheetOrg/sheet-orm?color=%2334D058" alt="Coverage">
</a>
<a href="https://pypi.org/project/sheet-orm/" target="_blank">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/sheet-orm?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypi.org/project/sheet-orm/" target="_blank">
    <img src="https://img.shields.io/pypi/pyversions/sheet-orm?color=%2334D058" alt="Supported Python versions">
</a>
</p>

## Installation

```bash
pip install sheet-orm
```

