SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-mongodict rpm build for : OpenSuSE. For other distributions click python-mongodict.

Name : python-mongodict
Version : 0.3.1 Vendor : openSUSE
Release : lp152.3.3 Date : 2020-03-01 12:34:28
Group : Development/Languages/Python Source RPM : python-mongodict-0.3.1-lp152.3.3.src.rpm
Size : 0.06 MB
Packager : https://bugs_opensuse_org
Summary : MongoDB-backed Python dict-like interface
Description :
So you are storing some key-values in a dict but your data became huge than
your memory or you want to persist it on the disk? Then mongodict is for you!

As it uses MongoDB to store the data, you get all cool MongoDB things, like
shardings and replicas. It uses the pickle module available on Python standard
library to serialize/deserialize data and store everything as bson.Binary in
MongoDB. You can also provide another codec (serializer/deserializer).

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-mongodict-0.3.1-lp152.3.3.noarch.rpm
     

Provides :
python-mongodict

Requires :
python(abi) = 2.7
python-pymongo
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/python2.7/site-packages/mongodict-0.3.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/mongodict.py
/usr/lib/python2.7/site-packages/mongodict.pyc
/usr/share/doc/packages/python-mongodict
/usr/share/doc/packages/python-mongodict/CHANGELOG.rst
/usr/share/doc/packages/python-mongodict/LICENSE
/usr/share/doc/packages/python-mongodict/README.rst
/usr/share/doc/packages/python-mongodict/migrate_data.py

 
ICM