This is a lightweight utility library designed to audit your Python environment
Project description
pyLibLens
This is a lightweight utility library designed to audit your Python environment. It scans your installed packages and requirement files to identify outdated versions and provide a summary
Installation
pip install pyliblens
Usage
This lib can be used as both cli tool as well as python lib.
Using in Python
from pyliblens import analyze_packages
# Need to provide the project source if the current file is not in the root directory
packages = analyze_packages()
using cli (use --help for details)
pyliblens
for report export use below commands
pip install pyliblens[report]
pyliblens -ex
this will create a index.html report for use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyliblens-1.0.1.tar.gz.
File metadata
- Download URL: pyliblens-1.0.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b06986375092929222787bc4f832572a8cf78e00f0851f60fdc3c93b05c5a3b4
|
|
| MD5 |
d21e069cee423d5326c432198a4e93a9
|
|
| BLAKE2b-256 |
22987570ba4c7ac5713afab895b5949310d80d9f79e9e9ba0973127ce4c3d25b
|
File details
Details for the file pyliblens-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pyliblens-1.0.1-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d36442c400f8db039cc54122b8abaf6404171e86b0dc25f273e1b67783e137f
|
|
| MD5 |
1b6531b3eaca44c15136ce25b80dd4a3
|
|
| BLAKE2b-256 |
895bae83e965be0257da968cbb8b200bbceee285f1b926b5032b0f197310c518
|