All Projects → gadzhi → pyiiko

gadzhi / pyiiko

Licence: Apache-2.0 License
Pyiiko is the easy-to-use library for iiko API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pyiiko

revolut-php
💳 PHP Bindings for the Revolut Business API
Stars: ✭ 37 (+164.29%)
Mutual labels:  api-client
postmates-api
PHP API Client for Posmates
Stars: ✭ 16 (+14.29%)
Mutual labels:  api-client
jarling
A Java Library for the Starling Bank API
Stars: ✭ 14 (+0%)
Mutual labels:  api-client
laravel-quickbooks-client
SPINEN's Laravel Client for QuickBooks.
Stars: ✭ 25 (+78.57%)
Mutual labels:  api-client
jobs-stackoverflow
Making it easy to integrate with the Stack Overflow job board API
Stars: ✭ 17 (+21.43%)
Mutual labels:  api-client
dataiku-api-client-python
Python client for the DSS public API
Stars: ✭ 32 (+128.57%)
Mutual labels:  api-client
hcloud-rust
Unofficial Rust crate for accessing the Hetzner Cloud API
Stars: ✭ 22 (+57.14%)
Mutual labels:  api-client
fusionauth-node-client
Node.js client library for FusionAuth
Stars: ✭ 22 (+57.14%)
Mutual labels:  api-client
eoLinker
在线 API 研发管理测试工具,最后能用的开源修复版本(4.0.1本地测试插件兼容3.5与4.0版本)。
Stars: ✭ 62 (+342.86%)
Mutual labels:  api-client
enasearch
A Python library for interacting with ENA's API
Stars: ✭ 17 (+21.43%)
Mutual labels:  api-client
Bittrex.Api.Client
A C# http client wrapper for the Bittrex cryptocurrency trading platform api
Stars: ✭ 14 (+0%)
Mutual labels:  api-client
pastebin-csharp
API client for Pastebin in C#
Stars: ✭ 25 (+78.57%)
Mutual labels:  api-client
addons-onestein
Odoo modules developed by Onestein
Stars: ✭ 58 (+314.29%)
Mutual labels:  erp
ecclesiacrm
A CRM Software for church management.
Stars: ✭ 15 (+7.14%)
Mutual labels:  erp
python-egnyte
Python client for the Egnyte Public API.
Stars: ✭ 16 (+14.29%)
Mutual labels:  api-client
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+12464.29%)
Mutual labels:  api-client
steedos-app-contract
开源合同管理系统,基于华炎魔方开发,多租户,云服务
Stars: ✭ 74 (+428.57%)
Mutual labels:  erp
bitmovin-go
Golang-Client which enables you to seamlessly integrate the new Bitmovin API into your existing projects
Stars: ✭ 49 (+250%)
Mutual labels:  api-client
zipa
General purpose REST API client #ep14boat
Stars: ✭ 74 (+428.57%)
Mutual labels:  api-client
square-java-sdk
Java client library for the Square API
Stars: ✭ 39 (+178.57%)
Mutual labels:  api-client

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()
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].