liran-funaro / objsizeLinks
Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size).
☆41Updated 5 months ago
Alternatives and similar repositories for objsize
Users that are interested in objsize are comparing it to the libraries listed below
Sorting:
- Prodict, what Python dict meant to be.☆152Updated 8 months ago
- A blazing fast dict subclass that supports dot access notation.☆54Updated last week
- Fast hashing for large files☆60Updated 3 months ago
- Utilities based on Pythons iterators and generators.☆96Updated 9 months ago
- Human friendly input/output for text interfaces using Python☆335Updated last year
- A Python library to sanitize/validate a string such as filenames/file-paths/etc.☆263Updated last month
- Static analysis of Python import statements☆123Updated last month
- Advanced Enumerations for Python☆197Updated last month
- persistent caching to memory, disk, or database☆275Updated 3 weeks ago
- A powerful caching library for Python, with TTL support and multiple algorithm options.☆240Updated 3 years ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆296Updated 2 weeks ago
- Simple and safe system's rsync wrapper for Python☆125Updated last year
- Fast Base64 encoding/decoding in Python☆157Updated this week
- A pure Python Levenshtein implementation that's not freaking GPL'd.☆98Updated 2 years ago
- A subprocess.run drop-in replacement that supports a tee mode, being able to display output in real time while still capturing it. No dep…☆62Updated this week
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated 11 months ago
- find packages that should be in requirements for a project☆132Updated this week
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆120Updated last year
- Dynamically create python functions with a proper signature.☆129Updated 2 months ago
- pprint++: a drop-in replacement for pprint that's actually pretty☆410Updated 2 years ago
- A JSON5 serializer and parser library for Python 3 written in Cython.☆168Updated last month
- A deep merging tool for Python core data structures☆188Updated 10 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆103Updated last week
- Automatically format your Python docstrings to conform with PEP 8 and PEP 257☆79Updated this week
- Python wrapper for extended filesystem attributes☆205Updated this week
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- A flexible utility for flattening and unflattening dict-like objects in Python.☆186Updated 3 years ago
- A Python module that tries to figure out what your local timezone is☆207Updated last week
- Automagically import missing modules in IPython.☆66Updated 3 weeks ago
- Python decorators for profiling/tracing/timing a single function☆333Updated 5 months ago