mongosizeof

A fast (and possibly inaccurate) estimator of amount of memory python objects would take in a mongodb collection.


License
BSD-3-Clause
Install
pip install mongosizeof==0.4.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status

package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

A fast (and possibly inaccurate) estimator of amount of memory python objects would take in a mongodb collection.

  • Free software: BSD license

Installation

pip install mongosizeof

Documentation

https://python-mongosizeof.readthedocs.org/

Development

To run the all tests run:

tox