https://github.com/ionelmc/python-mongosizeof
https://github.com/ionelmc/python-mongosizeof
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionelmc/python-mongosizeof
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2015-12-16T20:10:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T03:32:04.000Z (over 6 years ago)
- Last Synced: 2025-03-25T06:41:38.374Z (7 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Overview
========.. start-badges
.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- | |travis| |appveyor| |requires|
| |codecov|
|
* - package
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/python-mongosizeof/badge/?style=flat
:target: https://readthedocs.org/projects/python-mongosizeof
:alt: Documentation Status.. |travis| image:: https://travis-ci.org/ionelmc/python-mongosizeof.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/ionelmc/python-mongosizeof.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-mongosizeof?branch=master&svg=true
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/ionelmc/python-mongosizeof.. |requires| image:: https://requires.io/github/ionelmc/python-mongosizeof/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/ionelmc/python-mongosizeof/requirements/?branch=master.. |codecov| image:: https://codecov.io/github/ionelmc/python-mongosizeof/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/ionelmc/python-mongosizeof.. |version| image:: https://img.shields.io/pypi/v/mongosizeof.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/mongosizeof.. |downloads| image:: https://img.shields.io/pypi/dm/mongosizeof.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/mongosizeof.. |wheel| image:: https://img.shields.io/pypi/wheel/mongosizeof.svg?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/mongosizeof.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mongosizeof.svg?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/mongosizeof.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mongosizeof.svg?style=flat
:alt: Supported implementations
:target: https://pypi.python.org/pypi/mongosizeof.. end-badges
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