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

Problem using google.cloud.storage backend. (Sync problem between github and pypi?) #116

Open
crkrenn opened this issue Sep 14, 2023 · 0 comments

Comments

@crkrenn
Copy link

crkrenn commented Sep 14, 2023

Hi,

I need help using the google cloud storage backend after installing simplekv from pypi. I've documented my version and the available methods below.

The problem seems to be that the version of simplekv hosted on pypi.org is 0.14.1 and was uploaded on Apr. 9, 2020. The version of simplekv hosted here is also 0.14.1, but the last commit was Feb 23, 2021.

A solution, I think, would be for someone with write access to pypi to push a new version.

Is this possible?

Vielen Dank! (Thanks very much!)

-Chris Krenn

pypi version:

python_backend % pip show simplekv
Name: simplekv
Version: 0.14.1
Summary: A key-value storage for binary data, support many backends.
Home-page: http://github.com/mbr/simplekv
Author: Marc Brinkmann
Author-email: [email protected]
License: MIT
Location: /Users/crkrenn/venv/venv-dgps-polis/lib/python3.8/site-packages

simplekv.net methods:

>>> import pkgutil
>>> 
>>> package_name = 'simplekv.net'
>>> package = __import__(package_name, fromlist=[''])
>>> 
>>> for importer, modname, ispkg in pkgutil.iter_modules(package.__path__):
...     print(modname)
... 
_azurestore_common
_azurestore_new
_azurestore_old
azurestore
botostore
>>> 
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

No branches or pull requests

1 participant