stack-data
PyPIv0.6.3Extract 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
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 resultDependencies
Declared by stack-data v0.6.3. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (3)
Relationship graph
Dependencies (left) and dependents (right) of stack-data.
Release history
No releases in the last two years, typically about 30 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.6.3latest | 2 years ago | 24 KB | MIT |
| 0.6.2 | 3 years ago | 24 KB | MIT |
| 0.6.1 | 3 years ago | 24 KB | MIT |
| 0.6.0 | 3 years ago | 24 KB | MIT |
| 0.5.1 | 4 years ago | 24 KB | MIT |
| 0.5.0 | 4 years ago | 24 KB | MIT |
| 0.4.0 | 4 years ago | 23 KB | MIT |
| 0.3.0 | 4 years ago | 23 KB | MIT |
| 0.2.0 | 4 years ago | 21 KB | MIT |
| 0.1.4 | 4 years ago | 20 KB | MIT |
| 0.1.3 | 4 years ago | 20 KB | MIT |
| 0.1.2 | 4 years ago | 20 KB | MIT |
| 0.1.1 | 5 years ago | 20 KB | MIT |
| 0.1.0 | 6 years ago | 20 KB | MIT |
| 0.0.7 | 6 years ago | 20 KB | MIT |
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.