</>PackageGraphPackageGraph

stack-data

PyPIv0.6.3

Extract data from python stack frames and tracebacks for informative displays

Adopt with care

stack-data is usable, with caveats. Last published 1075 days ago.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • DMaintenance: grade D, Poor — a real concern.

    Last published 1075 days ago.

  • AWeight: grade A, Excellent.

    Pulls in 3 transitive packages, about 91 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding stack-data to a project.

3
Direct dependencies

Runtime packages this one declares itself.

3
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

91 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

Apache 2.0MIT

Every license you inherit by installing stack-data, not just its own. Check this before a legal review, not after.

Compatibility

Python
No constraint declared

Quick start

A usage example from the stack-data README.

def foo():
    result = []
    for i in range(5):
        row = []
        result.append(row)
        print_stack()
        for j in range(5):
            row.append(i * j)
    return result

Dependencies

Declared by stack-data v0.6.3. Runtime dependencies are installed with the package; dev dependencies are not.

Relationship graph

Dependencies (left) and dependents (right) of stack-data.

executingasttokenspure-evalstack-data
stack-data dependencies dependents

Release history

No releases in the last two years, typically about 30 days apart.

Recent versions of stack-data
VersionPublishedSizeLicense
0.6.3latest2 years ago24 KBMIT
0.6.23 years ago24 KBMIT
0.6.13 years ago24 KBMIT
0.6.03 years ago24 KBMIT
0.5.14 years ago24 KBMIT
0.5.04 years ago24 KBMIT
0.4.04 years ago23 KBMIT
0.3.04 years ago23 KBMIT
0.2.04 years ago21 KBMIT
0.1.44 years ago20 KBMIT
0.1.34 years ago20 KBMIT
0.1.24 years ago20 KBMIT
0.1.15 years ago20 KBMIT
0.1.06 years ago20 KBMIT
0.0.76 years ago20 KBMIT

Overview

stack-data is an PyPI package that extract data from python stack frames and tracebacks for informative displays. The latest version is 0.6.3, released under the MIT license.

Who should use it

Teams working in the PyPI ecosystem who need extract data from python stack frames and tracebacks for informative displays and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.

Pros

  • Clear open-source license (MIT).
  • Lean dependency tree (3 direct dependencies).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Frequently asked questions

Should I use stack-data?

stack-data is usable, with caveats. Last published 1075 days ago.

How do I install stack-data?

Run `pip install stack-data` to add stack-data to your PyPI project.

How many dependencies does stack-data have?

stack-data declares 3 direct dependencies and pulls in 3 packages in total once its runtime tree is resolved totalling about 91 KB on disk.

What license is stack-data released under?

stack-data is distributed under the MIT license. Its dependency tree also includes: Apache 2.0, MIT.

Is stack-data still maintained?

The most recent release of stack-data (v0.6.3) was published 2 years ago.