Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonsdk

A simple Python SDK that provides a sayHello() method and a CLI tool.

Installation

Install from PyPI (when published):

pip install pythonsdk

Or install locally from source:

pip install .

Usage

In Python code

from pythonsdk import sayHello
print(sayHello())  # Output: hello

CLI usage

After installation, use the CLI command:

sayHello

This will print:

hello

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages