Add your description here
Project description
Package Finder CLI
A command-line tool to recursively scan a directory for Node.js and Python projects. It extracts basic metadata (name and version) from project files like package.json, pyproject.toml, and setup.py, and outputs the results to a JSON file.
✨ Features
- ✅ Supports Node.js (
package.json) with package manager detection (npm,yarn,pnpm) - ✅ Supports Python (
pyproject.toml,setup.py) - ✅ Ignores unnecessary folders like
node_modules/,.git/,.venv/,dist/, etc. - ✅ Skips symlinked directories to avoid cycles and unnecessary traversal
- ✅ Displays real-time progress using
tqdm - ✅ Built with
clickfor a clean subcommand-based CLI
🚀 Installation
pip install package-finder
📦 Usage
# Scan Python projects
find-package python <input_folder> <output.json>
# Scan Node.js projects
find-package node <input_folder> <output.json>
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
package_finder-0.1.1.tar.gz
(5.8 kB
view details)
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 package_finder-0.1.1.tar.gz.
File metadata
- Download URL: package_finder-0.1.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d63c288a388d9bd951882d43c713c6ea07ee7552317b64ad52b1925c05f0107
|
|
| MD5 |
c9fdc0c4edeb15387fede718968c0db3
|
|
| BLAKE2b-256 |
ac3c530421d56441316fc191ec028895240f8a9b3d70eccb2feacfe577bea8e2
|
File details
Details for the file package_finder-0.1.1-py3-none-any.whl.
File metadata
- Download URL: package_finder-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ff4cd80a4cc8e5c3a1ac937639e877055582dac7ac95bf93b55717024dd47db
|
|
| MD5 |
e8f79139a094663aae81918e3f4b14ca
|
|
| BLAKE2b-256 |
5912d83102eb967dd374e3e3165c5c4cf49bdedd0956f5e2201d93026dd23de8
|