A collection of custom Python libraries and package codebases published through PyPI.
This repository serves as a centralized workspace for developing, maintaining, and distributing Python packages. Each package is an independent project with its own source code, configuration, dependencies, and release workflow.
| Package | Description | Status |
|---|---|---|
| PwdScore | Password strength evaluation and scoring utility. | Active |
| FaultSnap | Captures Python crashes for offline debugging. | Active |
Additional packages may be added over time.
git clone https://github.com/Vineshnayak/PyPi.gitNavigate to a package:
cd PwdScore
cd FaultSnapInstall locally:
pip install -e .Run tests:
pytestBuild distributions:
python -m buildPublish to PyPI:
twine upload dist/*See the LICENSE file for licensing information.