Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(factory): move creation methods to implementation packages #86

Merged
merged 7 commits into from
Feb 14, 2025

Conversation

sylvlecl
Copy link
Member

@sylvlecl sylvlecl commented Feb 13, 2025

Also:

  • delete factory in favor of simpler dataclass containing services
  • exports creation methods in antares.craft top level module

Also:
- separates service factory in 2 implementations
- exports creation methods in antares.craft top level module

Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
@sylvlecl sylvlecl self-assigned this Feb 14, 2025
api_config: APIconf,
parent_path: "Optional[Path]" = None,
) -> "Study":
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove the doc inside this file as it's already present in the implem

@MartinBelthle MartinBelthle merged commit b25e6f6 into main Feb 14, 2025
8 checks passed
@MartinBelthle MartinBelthle deleted the refactor/move-creation-methods-to-implementation branch February 14, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants