A simple demo SDK
Project description
Testing Ash SDK for Python
A simple demo SDK.
📦 Installation
pip install testing-ash-sdk
🚀 Usage
from testing_ash_sdk import greet, greet_user
print(greet())
# Output: hurray have a nice day
print(greet_user('John'))
# Output: hurray John, have a nice day
📚 API
| Function | Description |
|---|---|
greet() |
Returns "hurray have a nice day" |
greet_user(name) |
Returns "hurray {name}, have a nice day" |
🚀 Publishing Instructions
Step 1: Install Build Tools
cd python-sdk
pip install build twine
Step 2: Build
python -m build
Step 3: Publish
twine upload dist/*
📄 License
MIT
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
testing_ash_sdk-1.0.0.tar.gz
(2.1 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
File details
Details for the file testing_ash_sdk-1.0.0.tar.gz.
File metadata
- Download URL: testing_ash_sdk-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4fe1a46e83939be9c371df4c4a6ba5f7473290bab97c804940a39a0b04cd8c9
|
|
| MD5 |
11cb479a6b0697f725ba6ec72ed632d4
|
|
| BLAKE2b-256 |
45159e5982e47d7b10a47af68d5aeb567b9f157d0fc29f815f7ae0b59ae07649
|
File details
Details for the file testing_ash_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: testing_ash_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f67900ea02712305bf9395baed031bdc369ac76499e5e4e4ee204e973bf8a71
|
|
| MD5 |
621caf26dec9abb7b3ae476906b065e2
|
|
| BLAKE2b-256 |
ed6edee13ba16622afc8ad65ce314ab642106bff22b040d61979b48437e9debf
|