Metadata-Version: 2.1
Name: python_tes_shopify
Version: 1.0.1
Summary: Python TES Business Objects
Author-email: Johannes Eimer <johannes.eimer@jep-dev.com>
License-Expression: MIT
License-File: LICENSE
Keywords: Python,Shopify,TES
Requires-Python: >=3.9
Requires-Dist: python-tes~=0.3.19
Requires-Dist: requests==2.31.0
Description-Content-Type: text/markdown

# python_tes_shopify

## install dev
python -m venv venv
venv/Scripts/activate
pip install -r requirements_dev.txt
pre-commit install --hook-type pre-push

## build and deploy
pip install build
python -m build
