/usr/lib/python2.7/dist-packages/mockupdb-1.1.egg-info/PKG-INFO is in python-mockupdb 1.1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Metadata-Version: 1.1
Name: mockupdb
Version: 1.1
Summary: MongoDB Wire Protocol server library
Home-page: https://github.com/ajdavis/mongo-mockup-db
Author: A. Jesse Jiryu Davis
Author-email: jesse@mongodb.com
License: Apache License, Version 2.0
Description: ========
MockupDB
========
Mock server for testing MongoDB clients and creating MongoDB Wire Protocol
servers.
* Documentation: http://mockupdb.readthedocs.org/
Changelog
=========
1.1.0 (2016-02-11)
------------------
Add cursor_id property to OpGetMore, and ssl parameter to interactive_server.
1.0.3 (2015-09-12)
------------------
``MockupDB(auto_ismaster=True)`` had just responded ``{"ok": 1}``, but this
isn't enough to convince PyMongo 3 it's talking to a valid standalone,
so auto-respond ``{"ok": 1, "ismaster": True}``.
1.0.2 (2015-09-11)
------------------
Restore Request.assert_matches method, used in pymongo-mockup-tests.
1.0.1 (2015-09-11)
------------------
Allow co-installation with PyMongo.
1.0.0 (2015-09-10)
------------------
First release.
0.1.0 (2015-02-25)
------------------
Development begun.
Keywords: mongo,mongodb,wire protocol,mockupdb,mock
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
|