{
"info": {
"author": "Alice Bevan-McGregor",
"author_email": "alice@gothcandy.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities"
],
"description": "============\nmarrow.mongo\n============\n\n|latestversion| |ghtag| |masterstatus| |mastercover| |masterhealth| |masterreq| |ghwatch| |ghstar|\n\n \u00a9 2016-2017 Alice Bevan-McGregor and contributors.\n\n..\n\n https://github.com/marrow/mongo\n\n..\n\n\nMarrow Mongo is a collection of small, focused utilities written to enhance use of the `PyMongo native MongoDB driver\n`__ without the overhead, glacial update cycle, complexity, and head-space\nrequirements of a full active record object document mapper. Additionally, it provides a very light-weight database\nconnection plugin for the `WebCore web framework `__ and Python standard logging\nadapter to emit logs to MongoDB.\n\nAdditional documentation is provided in the form of an `online reference manual `__.\n\n\nInstallation\n============\n\nInstalling ``marrow.mongo`` is easy, just execute the following in a terminal::\n\n pip install marrow.mongo\n\n**Note:** We *strongly* recommend always using a container, virtualization, or sandboxing environment of some kind when\ndeveloping using Python; installing things system-wide is yucky (for a variety of reasons) nine times out of ten. We\nprefer light-weight `virtualenv `__, others prefer solutions as\nrobust as `Vagrant `__.\n\nIf you add ``marrow.mongo`` to the ``install_requires`` argument of the call to ``setup()`` in your application's\n``setup.py`` file, marrow.mongo will be automatically installed and made available when your own application or\nlibrary is installed. We recommend using \"less than\" version numbers to ensure there are no unintentional\nside-effects when updating. Use ``marrow.mongo<1.2`` to get all bugfixes for the current release, and\n``marrow.mongo<2.0`` to get bugfixes and feature updates while ensuring that large breaking changes are not installed.\n\nThis package has a few dependencies:\n\n* Python 2.7 and above, or Python 3.2 and above, or compatible such as Pypy or Pypy3.\n* A modern (>3.2) version of the ``pymongo`` package.\n* The Marrow Package and Schema utility packages for plugin handling and declarative syntax support.\n\nAdditional instructions on `conditional dependencies, package flags, and development version utilization\n`__ are available in the manual.\n\n\nVersion History\n===============\n\nTo see the complete version history, including detailed per-version change logs, please see the `GitHub Releases\n`__ section.\n\n\nLicense\n=======\n\nmarrow.mongo has been released under the MIT Open Source license.\n\nThe MIT License\n---------------\n\nCopyright \u00a9 2016-2017 Alice Bevan-McGregor and contributors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n.. |ghwatch| image:: https://img.shields.io/github/watchers/marrow/mongo.svg?style=social&label=Watch\n :target: https://github.com/marrow/mongo/subscription\n :alt: Subscribe to project activity on Github.\n\n.. |ghstar| image:: https://img.shields.io/github/stars/marrow/mongo.svg?style=social&label=Star\n :target: https://github.com/marrow/mongo/subscription\n :alt: Star this project on Github.\n\n.. |ghfork| image:: https://img.shields.io/github/forks/marrow/mongo.svg?style=social&label=Fork\n :target: https://github.com/marrow/mongo/fork\n :alt: Fork this project on Github.\n\n.. |masterstatus| image:: http://img.shields.io/travis/marrow/mongo/master.svg?style=flat\n :target: https://travis-ci.org/marrow/mongo/branches\n :alt: Release build status.\n\n.. |mastercover| image:: http://img.shields.io/codecov/c/github/marrow/mongo/master.svg?style=flat\n :target: https://codecov.io/github/marrow/mongo?branch=master\n :alt: Release test coverage.\n\n.. |masterreq| image:: https://img.shields.io/requires/github/marrow/mongo.svg\n :target: https://requires.io/github/marrow/mongo/requirements/?branch=master\n :alt: Status of release dependencies.\n\n.. |developstatus| image:: http://img.shields.io/travis/marrow/mongo/develop.svg?style=flat\n :target: https://travis-ci.org/marrow/mongo/branches\n :alt: Development build status.\n\n.. |developcover| image:: http://img.shields.io/codecov/c/github/marrow/mongo/develop.svg?style=flat\n :target: https://codecov.io/github/marrow/mongo?branch=develop\n :alt: Development test coverage.\n\n.. |developreq| image:: https://img.shields.io/requires/github/marrow/mongo.svg\n :target: https://requires.io/github/marrow/mongo/requirements/?branch=develop\n :alt: Status of development dependencies.\n\n.. |issuecount| image:: http://img.shields.io/github/issues-raw/marrow/mongo.svg?style=flat\n :target: https://github.com/marrow/mongo/issues\n :alt: Github Issues\n\n.. |ghsince| image:: https://img.shields.io/github/commits-since/marrow/mongo/1.1.1.svg\n :target: https://github.com/marrow/mongo/commits/develop\n :alt: Changes since last release.\n\n.. |ghtag| image:: https://img.shields.io/github/tag/marrow/mongo.svg\n :target: https://github.com/marrow/mongo/tree/1.1.1\n :alt: Latest Github tagged release.\n\n.. |latestversion| image:: http://img.shields.io/pypi/v/marrow.mongo.svg?style=flat\n :target: https://pypi.python.org/pypi/marrow.mongo\n :alt: Latest released version.\n\n.. |masterhealth| image:: https://landscape.io/github/marrow/mongo/master/landscape.svg?style=flat\n :target: https://landscape.io/github/marrow/mongo/master\n :alt: Master Branch Code Health\n\n.. |develophealth| image:: https://landscape.io/github/marrow/mongo/develop/landscape.svg?style=flat\n :target: https://landscape.io/github/marrow/mongo/develop\n :alt: Develop Branch Code Health\n\n.. |cake| image:: http://img.shields.io/badge/cake-lie-1b87fb.svg?style=flat\n",
"description_content_type": null,
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/marrow/mongo/",
"keywords": "mongodb",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "marrow.mongo",
"package_url": "https://pypi.org/project/marrow.mongo/",
"platform": "",
"project_url": "https://pypi.org/project/marrow.mongo/",
"project_urls": {
"Homepage": "https://github.com/marrow/mongo/"
},
"release_url": "https://pypi.org/project/marrow.mongo/1.1.2/",
"requires_dist": null,
"requires_python": "",
"summary": "Light-weight utilities to augment, not replace the Python MongoDB driver.",
"version": "1.1.2"
},
"last_serial": 3172078,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "006705089a54b8354e716ce4f5f3773c",
"sha256": "0f7e7c8cae1a6fc1629ce826d6e548e7f1b7acce7a7f9d74e1ebf4cf7adbffd4"
},
"downloads": -1,
"filename": "marrow.mongo-1.0.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "006705089a54b8354e716ce4f5f3773c",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 73012,
"upload_time": "2016-11-21T09:53:24",
"url": "https://files.pythonhosted.org/packages/63/f6/5026b54115b875f624bffb418bdbee0a938ebff0cbea80ef25a7a883a029/marrow.mongo-1.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "9ac59b88a37346c59aea371b7efd5897",
"sha256": "a21bdcd9bd200821fa0816ad2fd133d7b32c42f7c96a8d4f7c9a800fb06f638b"
},
"downloads": -1,
"filename": "marrow.mongo-1.0.0.tar.gz",
"has_sig": true,
"md5_digest": "9ac59b88a37346c59aea371b7efd5897",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 40327,
"upload_time": "2016-11-21T09:53:22",
"url": "https://files.pythonhosted.org/packages/23/7e/ebb8627c935d9d286c0dad48f4b6d8d22bbe24129c51acef1b8cd77d041c/marrow.mongo-1.0.0.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "b4b4d45aaab3d2a9645c623d4726e83f",
"sha256": "77f4b9fbaddda6343d9e4d7310ce81a23ce8125246b812dbaaa60fa9eda350b3"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.0-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "b4b4d45aaab3d2a9645c623d4726e83f",
"packagetype": "bdist_wheel",
"python_version": "3.5",
"requires_python": null,
"size": 99472,
"upload_time": "2016-11-28T01:01:19",
"url": "https://files.pythonhosted.org/packages/ee/31/e1371de3fa5f3bfd1a6fdbd03ab341c2d29b02bde7a267f6a7ff4707a6db/marrow.mongo-1.1.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "136503269442c217680e07feee7d092a",
"sha256": "db8dc8b78691815d9fa758068abba51ad0e174d974ca47a36ab367a873669584"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.0.tar.gz",
"has_sig": true,
"md5_digest": "136503269442c217680e07feee7d092a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50896,
"upload_time": "2016-11-28T01:01:16",
"url": "https://files.pythonhosted.org/packages/2a/26/d107f418214760280f33f347281748a71fa984c0962413d0f831e58f0e89/marrow.mongo-1.1.0.tar.gz"
}
],
"1.1.1.1": [
{
"comment_text": "",
"digests": {
"md5": "ecdf5c52e9e07c1d63ac66f89dabbabb",
"sha256": "742a5722a9b055f86252ed4f874b30116dc044aea07f587ef30356fca6ce2b90"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.1.1-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "ecdf5c52e9e07c1d63ac66f89dabbabb",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 123514,
"upload_time": "2017-05-17T19:16:53",
"url": "https://files.pythonhosted.org/packages/3b/12/9c195f17985188b9c0741327d3054582791aeeca0ccb9ac436887b740b32/marrow.mongo-1.1.1.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f1941cd345a329071c715058c5ba51af",
"sha256": "7cef1f4dc8b12dd7308f697cda45f3df6529a7e41c9608828a6b1bb2a521b6c0"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.1.1.tar.gz",
"has_sig": true,
"md5_digest": "f1941cd345a329071c715058c5ba51af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 43361,
"upload_time": "2017-05-17T19:16:50",
"url": "https://files.pythonhosted.org/packages/4b/45/3864ee144e039f242bd8f2cc386fbb3def30077697d4f0c76631b4bea6a1/marrow.mongo-1.1.1.1.tar.gz"
}
],
"1.1.2": [
{
"comment_text": "",
"digests": {
"md5": "60d9f641e74c2bfd4a210952df547637",
"sha256": "cfaddbc60fb28d5a443050adea4993aaf94bc552b68452c7372f25b7de01eecb"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.2-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "60d9f641e74c2bfd4a210952df547637",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 159056,
"upload_time": "2017-09-13T19:41:14",
"url": "https://files.pythonhosted.org/packages/19/b2/b703cd241c4785ba7890a6acae5792f5399709d19d629191373e467c4c2b/marrow.mongo-1.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7aeaf9885f6f5151424497f913942b16",
"sha256": "87db27d1da561dac0132b0cb486b05e8f07ea3f38706628f8f0d6cd5affee751"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.2.tar.gz",
"has_sig": true,
"md5_digest": "7aeaf9885f6f5151424497f913942b16",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50305,
"upload_time": "2017-09-13T19:41:10",
"url": "https://files.pythonhosted.org/packages/39/7d/27a7548f9ab32ec81351441935eccda0fab8a3415dca6d2d30eeed9072c9/marrow.mongo-1.1.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "60d9f641e74c2bfd4a210952df547637",
"sha256": "cfaddbc60fb28d5a443050adea4993aaf94bc552b68452c7372f25b7de01eecb"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.2-py2.py3-none-any.whl",
"has_sig": true,
"md5_digest": "60d9f641e74c2bfd4a210952df547637",
"packagetype": "bdist_wheel",
"python_version": "3.6",
"requires_python": null,
"size": 159056,
"upload_time": "2017-09-13T19:41:14",
"url": "https://files.pythonhosted.org/packages/19/b2/b703cd241c4785ba7890a6acae5792f5399709d19d629191373e467c4c2b/marrow.mongo-1.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7aeaf9885f6f5151424497f913942b16",
"sha256": "87db27d1da561dac0132b0cb486b05e8f07ea3f38706628f8f0d6cd5affee751"
},
"downloads": -1,
"filename": "marrow.mongo-1.1.2.tar.gz",
"has_sig": true,
"md5_digest": "7aeaf9885f6f5151424497f913942b16",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 50305,
"upload_time": "2017-09-13T19:41:10",
"url": "https://files.pythonhosted.org/packages/39/7d/27a7548f9ab32ec81351441935eccda0fab8a3415dca6d2d30eeed9072c9/marrow.mongo-1.1.2.tar.gz"
}
]
}