Backend developer utility toolkit for Python developers
Project description
sr_packs
Backend Developer Utility Toolkit for Beginner friendly Python Developers.
A lightweight Python package that provides commonly used utilities for validation, formatting, data generation, and backend development workflows.
📋 Table of Contents
- Features
- Installation
- Quick Start
- Validators
- Generators
- Formatters
- Utilities
- Project Structure
- Testing
- Roadmap
- Author
- License
✨ Features
Validators
- Email Validation
- Phone Number Validation
- Username Validation
- Password Strength Validation
Generators
- OTP Generator
- Secure Password Generator
- API Key Generator
Formatters
- Currency Formatter
- Datetime Formatter
- Title Case Formatter
Utilities
- JSON Loader
- JSON Saver
📦 Installation
pip install sr-packs
Or for local development:
git clone https://github.com/YOUR_USERNAME/sr-packs.git
cd sr-packs
pip install -e .
🚀 Quick Start
from sr_packs import *
print(validate_email("test@gmail.com"))
print(generate_otp())
print(format_currency(10000))
📂 Project Structure
sr_packs/
│
├── src/
│ └── sr_packs/
│ ├── validators.py
│ ├── generators.py
│ ├── formatters.py
│ ├── utils.py
│ └── __init__.py
│
├── tests/
├── README.md
├── LICENSE
├── pyproject.toml
└── requirements.txt
👨💻 Author
Sakthivel R
GitHub: https://github.com/SakthivelRaghupathy
📄 License
This project is licensed under the MIT License.
See the LICENSE file for details.
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
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 sr_packs-0.1.0.tar.gz.
File metadata
- Download URL: sr_packs-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4695ae39abb0e4bd14498c808202701594caefc75a006c7c8feb77b5a5d4842
|
|
| MD5 |
65556367b2cafc88b261126c458675c6
|
|
| BLAKE2b-256 |
cfc159e91caf66445ba151cf1591c0a0f8e0328e12a96b8b621e5b0124f83430
|
File details
Details for the file sr_packs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sr_packs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5693a3b6f4fdc2a007763fde8d3bbd2d8ddd3327752a3ce3c155a11955c0f511
|
|
| MD5 |
88569be662114028dd4ee776896bb780
|
|
| BLAKE2b-256 |
e77a54c03a4b73bf558b881b6b796837eafad40fc00be0eaef52039ba138c3e1
|