{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"}],"enrichment":{"capability":"Captures and displays the versions of all imported packages in your Python environment, useful for documenting reproducible setups in notebooks and scripts.","skillfed_tags":["reproducibility","jupyter-friendly","environment-inspection"],"use_cases":["Document the exact package versions used in a Jupyter notebook for reproducibility and sharing.","Generate a dependency snapshot at the start of a script to include in logs or reports.","Verify that a specific package version is loaded in your current session before running code.","Compare environment states across different machines or CI/CD runs by capturing session info at key points.","Include environment metadata in bug reports or issue discussions to help others reproduce problems."],"what_it_does":"session-info2 is a utility for capturing and printing the versions of all packages imported in your Python environment. It works both as a command-line tool and as a library you can call from scripts or notebooks. The core use case is documenting your environment's dependency state for reproducibility\u2014particularly useful in Jupyter notebooks where you want to record what versions were active when you ran an analysis.\n\nThe package has no runtime dependencies and works by introspecting the imported modules in your current session. You can call it with options to include or exclude OS info, list indirect dependencies, or format the output in different ways. It supports Python 3.12 and later, including PyPy, and is actively maintained.","worth_installing":"Yes. Low install friction, no dependencies, active maintenance, and no known vulnerabilities. The copyleft license (MPL-2.0) is permissive for use and modification. Useful for anyone working in notebooks or scripts who needs to track or document their environment state."},"id":"session-info2","links":{"html":"https://skillfed.io/packages/session-info2","md":"https://skillfed.io/packages/session-info2.md","pypi":"https://pypi.org/project/session-info2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-04","license_spdx":"MPL-2.0","license_treatment":"copyleft","name":"session-info2","python_support":"supports_current","summary":"Print versions of imported packages."},"popularity":{"monthly_downloads":1055275,"position":4433,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
