Add initial project structure and tests for Elytra PIM Client

- Created pyproject.toml for project metadata and dependencies.
- Added requirements.txt for development and production dependencies.
- Implemented basic test structure in the tests module.
- Developed unit tests for ElytraClient, including Pydantic validation and error handling.
This commit is contained in:
claudi 2026-02-20 09:08:43 +01:00
commit 05fca294f9
15 changed files with 10532 additions and 0 deletions

1
tests/__init__.py Normal file
View file

@ -0,0 +1 @@
"""Tests module for Elytra PIM Client"""