Lightweight tool to extract and analyze Python requirements.
Project description
📦 reqbuddy – Python Requirement File Helper
A lightweight Python utility for managing requirements.txt files and discovering installed packages. It includes both a Python API and CLI for convenience.
📌 Available on PyPI: https://pypi.org/project/reqbuddy/
✨ Features
- 🔍 Read & clean
requirements.txt - 📄 Generate requirements.txt from the current environment
- 🧹 Strip version constraints if needed
- 🖥️ CLI support:
reqbuddy get,reqbuddy find - ♻️ Remove duplicate entries
🔧 Installation
pip install reqbuddy
🚀 CLI Usage
# Generate requirements.txt from current environment
reqbuddy find
# Read and print requirements
reqbuddy get
🧑💻 Python Usage
from reqbuddy import find_requirement, get_requirement
# Generate requirements.txt
genreqs = find_requirement(strip=False, save=True)
print(genreqs)
# Read existing requirements.txt
reqs = get_requirement(strip=True)
print(reqs)
✅ Requirements
- Python 3.8+
📝 License
MIT License
🤝 Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Create a Pull Request
🙋♂️ Author
Astin Biju
Feel free to connect on LinkedIn or message me for questions or collaboration.
Project details
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 reqbuddy-0.1.5.tar.gz.
File metadata
- Download URL: reqbuddy-0.1.5.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d61df7b3f772015db5b61a147f727ea0d4be198451ce0df5a78a0de1a1e43818
|
|
| MD5 |
9d1956db5c050d5d19191df929b98bd0
|
|
| BLAKE2b-256 |
205c6e872d433484ef3c21c1b25093410271fcd35dea049b607ead647bc10ad9
|
File details
Details for the file reqbuddy-0.1.5-py3-none-any.whl.
File metadata
- Download URL: reqbuddy-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76fc22dc1fd8ad3c1ebfc154159fef3eeee19d03b766f3216cd43e465046dd83
|
|
| MD5 |
bff77af03273c1e131971220f19da3b9
|
|
| BLAKE2b-256 |
c57f6dd174a34526b4d110a89128354eaf235fa967ad22ecb0d7dd78c31f480a
|