Req-Rover
A tool for discovering Python package dependencies in your project.
Installation
pip install -e .
Usage
# Basic usage - analyze current directory
rover
# Analyze a specific path
rover /path/to/project
# Output dependencies to a file
rover -o requirements.txt
# Show dependency tree
rover --tree
# Combine options
rover /path/to/project -o requirements.txt --tree
Features
- Detects imported packages in Python files
- Generates requirements file
- Shows dependency tree visualization
- Attempts to detect and exclude local package from requirements
Release files for reqrover 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reqrover-0.1.2.tar.gz | 11.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reqrover-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.4 kB
Release files / reqrover-0.1.2.tar.gz
| Download URL | reqrover-0.1.2.tar.gz |
|---|---|
| Size | 11.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2a3db9dbfa0a8f7305bbecc6b8a436b33d46eea670691aaeebd56e79d41d42c
|
|
BLAKE2b-256 checksum How to use checksums |
ed744fa66b8bb8a8edeb841f5c17cc3098fd3532e2ec97e60d86e75334db0166
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.6.5
|
Release files / reqrover-0.1.2-py3-none-any.whl
| Download URL | reqrover-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
305ae2ada0671feb612dc0180c994c13a7f2befa5eab550c435b3ff197189086
|
|
BLAKE2b-256 checksum How to use checksums |
dadec597233a399f141eb1889575ded8ddc310018bc31f4b05c0bd834ea73b30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.6.5
|