Skip to content

f-klubben/vipps_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vipps Report API

This is the Vipps-MobilePay accounting API implementation from f-klubben/stregsystemet. This is an experiment to fully type the implementation to make it more robust.

Development

Tests

Install pytest in your environment: pip install pytest

To make Pytest successfully import the library, it has to be installed locally in editable mode.

pip install --editable .

You should now be able to run Pytest

pytest (for some installations you may need to explicitly lookup the module python -m pytest)

Typechecking

Static analysis is done using Mypy.

Install mypy in your environment pip install mypy

You should simply be anble to run Mypy

mypy . (might need explicit invocation python -m mypy)

About

Python implementation of Vipps—MobilePay Report API for Accounting partners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages