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

Make cachetools optional for aws package #25

Closed
victorskl opened this issue Mar 19, 2024 · 0 comments · Fixed by #26
Closed

Make cachetools optional for aws package #25

victorskl opened this issue Mar 19, 2024 · 0 comments · Fixed by #26
Assignees
Labels
feature New feature or request fix
Milestone

Comments

@victorskl
Copy link
Member

If cachetools is available within environment then make use of it. Else noop cache and, fetch from remote.

@victorskl victorskl self-assigned this Mar 19, 2024
@victorskl victorskl added feature New feature or request fix labels Mar 19, 2024
@victorskl victorskl added this to the Release 0.4.0 milestone Mar 19, 2024
victorskl added a commit that referenced this issue Mar 19, 2024
* Both libssm and libsm modules will use cachetools if it
  is found in the PYTHONPATH or sys.modules. Else fetch
  from the remote.
* Added unit tests
* Bumped rc3 release

Resolves #2 #4 #25
@victorskl victorskl linked a pull request Mar 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant