-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support local projects #24
Labels
⭐️ Enhancement
New feature or request
Comments
serwarde
added a commit
that referenced
this issue
Mar 2, 2025
- Create LocalInceptionAdapter for handling local INCEpTION projects
serwarde
added a commit
that referenced
this issue
Mar 2, 2025
- Extend Pycaprio class to support the newly created local_adapter
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Create LocalInceptionAdapter for handling local INCEpTION projects
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Extend Pycaprio class to support the newly created local_adapter
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Refactor Pycaprio initialization to streamline remote and local mode setup
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Implements method for retrieving all projects in local directory - Implements method for retrieving a single project from local directory
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Adds placeholders for missing abstract methods
serwarde
added a commit
that referenced
this issue
Mar 4, 2025
- Adds first unit tests for LocalInceptionAdapter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The current implementation requires a connection over the API to an INCEpTION instance to access projects. However, in some cases like data privacy and security, the API is not accessible, and the projects are exported manually instead.
Describe the solution you'd like
Extend Pycaprio to support manipulating projects stored on desk.
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: