Metadata-Version: 2.1
Name: python_travelmanager
Version: 0.1.0
Summary: Python TravelManager
Author-email: Johannes Eimer <johannes.eimer@jep-dev.com>
License-Expression: MIT
License-File: LICENSE
Keywords: Python,TravelManager
Requires-Python: >=3.10
Requires-Dist: requests~=2.30.0
Description-Content-Type: text/markdown

# python_travelmanager

## 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
python setup.py sdist bdist_wheel
s3pypi --bucket pypi.fourzero.one
