Skip to content

stofloos/stofware-python-client-sdk

Repository files navigation

Stofware Client

Stofware Client is a Python SDK for interacting with the Stofware API.

Installation

You can install the package using pip:

pip install stofware-client

Usage

from stofware_client import StofwareClient

client = StofwareClient("https://api.example.com", "your-token-here")
data = client.model("your-entity").get_all()

## Update pip
python setup.py sdist bdist_wheel
twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages