Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-objsize-0.7.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-objsize Distribution: openSUSE Tumbleweed
Version: 0.7.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Mar 29 20:26:12 2024
Group: Unspecified Build host: reproducible
Size: 67826 Source RPM: python-objsize-0.7.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/liran-funaro/objsize
Summary: Calculate the size of Python's objects subtree in bytes (deep size)
Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size).

The objsize Python package allows for the exploration and measurement of an object's complete memory usage
in bytes, including its child objects. This process, often referred to as deep size calculation, is achieved
through Python's internal Garbage Collection (GC) mechanism.

The objsize package is designed to ignore shared objects, such as None, types, modules, classes, functions,
and lambdas, because they are shared across many instances. One of the key performance features of objsize
is that it avoids recursive calls, ensuring a faster and safer execution.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Mar 29 2024 Ben Greiner <code@bnavigator.de>
  - Initial specfile for v0.7.0
  - Required for testing python-pycrdt (Jupyter Collaboration)

Files

/usr/lib/python3.10/site-packages/objsize
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/objsize-0.7.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/objsize/__init__.py
/usr/lib/python3.10/site-packages/objsize/__pycache__
/usr/lib/python3.10/site-packages/objsize/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/objsize/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/objsize/__pycache__/traverse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/objsize/__pycache__/traverse.cpython-310.pyc
/usr/lib/python3.10/site-packages/objsize/traverse.py
/usr/share/doc/packages/python310-objsize
/usr/share/doc/packages/python310-objsize/README.md
/usr/share/licenses/python310-objsize
/usr/share/licenses/python310-objsize/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024