- 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.
1 line
44 B
Python
1 line
44 B
Python
"""Examples module for Elytra PIM Client"""
|