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

separate conversion process from API #67

Merged
merged 1 commit into from
Jan 8, 2024
Merged

separate conversion process from API #67

merged 1 commit into from
Jan 8, 2024

Conversation

Nikronic
Copy link
Owner

@Nikronic Nikronic commented Jan 8, 2024

Summary

Previously, the api module was hosting the processing (the actual work) too. So if someone wanted to use just the SDK, would have run into issue if didn't have api dependencies. Now, module cvfe.convert contains the functionality or the actual work, and api just contains a wrapper around it via fastapi. (see #59 on effort to make the package SDK friendly)

previously, the `api` module was hosting the processing (the actual work) too. So if someone wanted to use just the SDK, would have run into issue if didnt have `api` dependencies. Now, module `cvfe.convert` contains the functionaly or the actual work, and `api` just contains a wrapper around it via `fastapi`.
@Nikronic Nikronic merged commit 25bae97 into main Jan 8, 2024
4 checks passed
@Nikronic Nikronic deleted the separate-func-api branch January 8, 2024 13:18
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.

1 participant