Metadata-Version: 2.1
Name: heiko
Version: 4.5.0
Summary: Heiko is a frontend for MaaS
Home-page: https://github.com/k4cg/heiko
Author: K4CG
Author-email: info@k4cg.org
License: MIT
Keywords: mate matomat beer drinks accounting
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: certifi (>=14.05.14)
Requires-Dist: six (>=1.10)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: setuptools (>=21.0.0)
Requires-Dist: urllib3 (>=1.15.1)
Requires-Dist: sty
Requires-Dist: tabulate
Requires-Dist: pyyaml
Requires-Dist: pygame
Requires-Dist: watson-developer-cloud
Provides-Extra: dev
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: gitchangelog ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: setuptools ; extra == 'dev'

Heiko
=====

Heiko is a frontend for [MaaS](https://github.com/k4cg/matomat-service)
and a client to be run in K4CG

It provides functionality to run an accounting system on terminal basis 
on really old hardware.

Install
=======

Heiko is a pypi package that you can install via pip

    pip install heiko

For install from local git repository via git

    pip install .

For development, we need some extra packages, maintined in the target
\"dev\"

    pip install .[dev]

Run
===

    heiko

Configure
=========

You may want to configure your instance properly. For this see `config.template.yaml`
and copy it to `config.yaml`

Development:
============

swagger-client
--------------

MaaS (Matomat as a Service) API definition

This Python package is automatically generated by the [Swagger
Codegen](https://github.com/swagger-api/swagger-codegen) project:

-   API version: 0.5.2
-   Package version: 1.0.0
-   Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.
-------------

Python 3.4+

