Metadata-Version: 2.1
Name: Hunabku-kamunu
Version: 0.0.4a0
Summary: Hunabku plguin
Home-page: https://github.com/colav/Hunabku_plugins
Author: Colav
Author-email: colav@udea.edu.co
License: BSD
Description-Content-Type: text/markdown
Requires-Dist: flask >=1.1.2
Requires-Dist: requests >=2.22.0
Requires-Dist: hunabku
Requires-Dist: kamunu

<center><img src="https://raw.githubusercontent.com/colav/colav.github.io/master/img/Logo.png"/></center>

# HunabKu kamunu plugin 
This is a kamunu for xyz project
replace kamunu for the name of the plugin everiwhere.

# Description
Write something meaningful her ;)

# Installation

## Dependencies
What do I need fot this plugin, it could be external services etc..

## Package
Write here how to install this plugin
usauly is 

`pip install hunabku_kamunu`

or

`pip install hunabku[kamunu]`

# Usage
Should I know something is not is apidocs?
if yes, then put it here.

Additional parameters for hunabku in the config should be here as well.
example :

```
# myvar
# this is an example var
config.hunabku_kamunu.Hello.Hello.myvar = "myvalue"

# port
# this is other way to set doc
config.hunabku_kamunu.Hello.Hello.subcategory.port = 8099

# host
# 
config.hunabku_kamunu.Hello.Hello.subcategory.host = "host"

```
Those parameters are not really needed in the condfig file, it is just for illustration.


# License
BSD-3-Clause License 

# Links
http://colav.udea.edu.co/



