Metadata-Version: 2.4
Name: w3-commons
Version: 0.4.0
Summary: Commons is a package of common functions, utilities and classes used across multiple projects in the company, improves development, reduces duplicated efforts and includes functionalities such as interaction with web3, configuring, data validation and others
Requires-Python: ~=3.13
Description-Content-Type: text/markdown
Requires-Dist: marshmallow>=4.2.2
Requires-Dist: pip>=26.0.1
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: setuptools==69.5.1
Requires-Dist: web3==6.20.4

# Python commons module
This Python package provides common functions, utility functions and classes that are used in several other our projects.

## Dependencies
UV is used to manage dependencies. Examples:

- Installing: ```uv sync --locked --no-editable ```


## Build

```
uv build
```

## Running Tests

```
uv run pytest
```

## Development

Common rules: [Python Development](https://github.com/unitprotocol/wiki/wiki/Python-Development)
