- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| client.py | ||
| config.py | ||
| exceptions.py | ||
| models.py | ||