Metadata-Version: 2.4
Name: tgedr-pycommons
Version: 0.1.0
Summary: common python code usable across projects
Author-email: joao tiago viegas <3536754+jtviegas@users.noreply.github.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.4.1

# tgedr-pycommons

![Coverage](./coverage.svg)
[![PyPI](https://img.shields.io/pypi/v/tgedr-pycommons)](https://pypi.org/project/tgedr-pycommons/)


Common code to be used across projects


## development
- main requirements:
  - _uv_  
  - _bash_
- Clone the repository like this:

  ``` bash
  git clone git@github.com:tgedr/pycommons
  ```
- cd into the folder: `cd pycommons`
- install requirements: `./helper.sh reqs`
