A minimal Hello World SDK
Project description
HelloWorld SDK
A minimal Python SDK that provides a simple greet() function.
Installation
Install from source (recommended for this example):
python -m pip install helloworld-sdk-satya
Usage
from helloworld_sdk import greet
print(greet("Alice")) # "Hello, Alice!"
Development
Run tests with pytest:
python -m pip install -r requirements-dev.txt # optional
pytest
Project layout
src/helloworld_sdk— package sourceexample/usage.py— example usage scripttests/— unit tests (pytest)pyproject.toml— project metadata and build config.gitignore— files to ignore
License
This project uses the existing LICENSE file in the repository.
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 helloworld_sdk_satya-0.1.0.tar.gz.
File metadata
- Download URL: helloworld_sdk_satya-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
912c02ba15ad006d6f9ccd98ba30d57342958aba7d258aefe5ef3e5e20264540
|
|
| MD5 |
758d21160076663055c5de0158c1a227
|
|
| BLAKE2b-256 |
2c25874e524516e7a14b41122b87eb388ab3a2e90628c0ab228c390a352d84b5
|
File details
Details for the file helloworld_sdk_satya-0.1.0-py3-none-any.whl.
File metadata
- Download URL: helloworld_sdk_satya-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
828135626e1dcf48b1cd03f849ec4ec486521d6d3cecd33e4c865ae9fc7553e1
|
|
| MD5 |
18326ea48cb4167f02c42d37abd41083
|
|
| BLAKE2b-256 |
6c66dada7559351eaf89d1b6d081373a8e1cd24eac395961d3a2d3c23b7ef754
|