Metadata-Version: 2.4
Name: gravlax_calculator
Version: 1.1
Summary: Gravlax calculator, a small tax calculator
Author: Alexandre Gravereaux
License-Expression: MIT
Project-URL: Homepage, https://github.com/alexgravx/perso-gravlax-calculator/
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Gravlax calculator package

This calculator is a tax calculator. You enter your revenue,
and the package will compute your tax and your imposition rate.

This is a demonstration project 
for manipulating Python packages and modules.

The makefile gather some essential commands:
- `make setup` to create and activate the virtual environment with pyenv
- `make build` to create a build distribution of the package (wheel)
- `make install` to install the package from the wheel
- `make clean` to uninstall the package and delete all the build distribution files
