A dummy Python package for testing CI workflows
Project description
Dummy Package
A dummy Python package for testing CI workflows and release automation.
Features
- Simple utility functions for demonstration
- Automatic version management with setuptools_scm
- Modern Python packaging with pyproject.toml
Installation
pip install -e .
Usage
from vahidlari_dummypkg import greet, calculate_sum, format_message, get_package_info
# Greet someone
greet("Alice")
# Calculate sum
result = calculate_sum(2, 3)
# Format a message
formatted = format_message("Hello world")
# Get package info
info = get_package_info()
Development
This package is designed for testing CI/CD workflows and is not intended for production use.
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 vahidlari_dummypkg-4.1.0.tar.gz.
File metadata
- Download URL: vahidlari_dummypkg-4.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64254e3b2dca5c4a9f314c22bb221517b1292f7e597f6014d17ca5b524cd3dfe
|
|
| MD5 |
a41698b57fe311396e72950a536a33ed
|
|
| BLAKE2b-256 |
14e07b81c709fac94089101d07bb21471716b9262525a51b9c8d36021f77068d
|
File details
Details for the file vahidlari_dummypkg-4.1.0-py3-none-any.whl.
File metadata
- Download URL: vahidlari_dummypkg-4.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
171051c9e604d9c0eb9a0b04345d9566ae3dbacf1e1a96b9834d39b774fa71e3
|
|
| MD5 |
2144fa4fc1b0887d0f0340b87faebe20
|
|
| BLAKE2b-256 |
426fda8344e7b2f78944363c1531e12c046da235e0bb84f972d4e7e1fa424634
|