Skip to content

Vineshnayak/PyPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Packages Collection

A collection of custom Python libraries and package codebases published through PyPI.

Overview

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.

Available Packages

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.

Installation

git clone https://github.com/Vineshnayak/PyPi.git

Navigate to a package:

cd PwdScore
cd FaultSnap

Install locally:

pip install -e .

Development

Run tests:

pytest

Build distributions:

python -m build

Publish to PyPI:

twine upload dist/*

License

See the LICENSE file for licensing information.

About

Monorepo containing custom Python libraries, package source code, development workflows, testing utilities, and PyPI distribution assets.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages