Metadata-Version: 2.4
Name: buvis-pybase
Version: 0.6.0.dev0
Summary: Foundation of BUVIS python projects
Author-email: Tomáš Bouška <tomas@buvis.net>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.12
Requires-Dist: inflection<1,>=0.5.1
Requires-Dist: jira<4,>=3.10.5
Requires-Dist: pexpect<5,>=4.9.0
Requires-Dist: pywin32==311; sys_platform == 'win32'
Requires-Dist: pyyaml<7,>=6.0.3
Requires-Dist: rake-nltk<2,>=1.0.6
Requires-Dist: rich<15,>=14.2.0
Requires-Dist: torch<3,>=2.9.1
Requires-Dist: transformers<5,>=4.57.3
Requires-Dist: tzlocal<6,>=5.3.1
Requires-Dist: xattr<2,>=1.3.0; sys_platform != 'win32'
Description-Content-Type: text/markdown

# buvis-pybase

Foundation of BUVIS python projects

**Type:** Library

## Development

### Prerequisites

1. Install dependencies: `uv sync --all-groups`
2. Initialize pre-commit hooks: `pre-commit install`
