Skip to content

pszpetkowski/straal-python

Repository files navigation

straal-python

Installation

$ pip install -U straal

Example

>>> import straal
>>> straal.init("your_api_key")
>>> customer = straal.Customer.create(email="customer@example.net")
>>> customer.email == "customer@example.net"
True
>>> customer.id is not None
True

About

Python client for Straal Payments API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages