Skip to content

moyasar/moyasar-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moyasar-Python

Moyasar Python language wrapper

Documentation

See the Python API docs.

Requirements

  • Python +3.x

Installation

pip install moyasar

Usage

import moyasar
moyasar.api_key = '<moyasar key>'
fetch_invoice = moyasar.Invoice.fetch('<invoice id>')
fetch_invoice.cancel()

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/moyasar. This project is intended to be a safe, welcoming space for collaboration.

License

The library is available as open source under the terms of the MIT License.