A sample Python package by Siddu
Project description
Siddu
A Python package that can be installed globally with pip install siddu.
Installation
pip install siddu
Usage
After installation, you can use the package in two ways:
As a Command-Line Tool
siddu
siddu --name "Your Name"
As a Python Library
from siddu import greet, add_numbers
# Use the greet function
message = greet("World")
print(message)
# Use the add_numbers function
result = add_numbers(5, 3)
print(f"Result: {result}")
Features
- Simple greeting functionality
- Basic arithmetic operations
- Command-line interface
- Easy to extend and customize
Development
To install in development mode:
pip install -e .
Testing
python -m pytest tests/
License
MIT License - see LICENSE file for details.
Author
Your Name - your.email@example.com
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
siddu-0.1.0.tar.gz
(3.7 kB
view details)
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
siddu-0.1.0-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file siddu-0.1.0.tar.gz.
File metadata
- Download URL: siddu-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7a7cffb7245caa178c2ff4c00b175b1ffa53956c0a17c68e0136a6062071027
|
|
| MD5 |
d14d43165cdb28fa97b8b10c6955c96f
|
|
| BLAKE2b-256 |
0b20110a53ac6920a1a8ac2390b8c1acb28940a0a621e78c410fa45b597248cf
|
File details
Details for the file siddu-0.1.0-py3-none-any.whl.
File metadata
- Download URL: siddu-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
637ebb2d6cde3ba5e027aa309dcb2335726add17ca3c232edf4a021e6297a2bb
|
|
| MD5 |
aeec70ddd59fbc5d68023ad3df82c5e7
|
|
| BLAKE2b-256 |
28b7f377fa9d79ba6eef03b2fffffc51b93959df57766e954cd85ea0c13eaa35
|