Skip to content
forked from gadzhi/pyiiko

Pyiiko is the easy-to-use library for iiko API

License

Notifications You must be signed in to change notification settings

freenetwork/pyiiko

 
 

Repository files navigation

PyPI version PyPI version PyPI version PyPI version

About

Pyiiko is the easy-to-use library for iiko ERP. This library provides a pure Python interface for the iiko Server API, iikoBiz and FrontWebApi.

iiko company development of innovative systems for HoReCa industry.

Example:

    from Pyiiko import IikoServer

    i = IikoServer(ip = 'https://anyserver.dot:443', login = 'login', password = 'password in SHA1 HASH')
    i.token()
    

About

Pyiiko is the easy-to-use library for iiko API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%