Metadata-Version: 2.1
Name: ayuda
Version: 0.12
Summary: Program for save your notes and share between git
Home-page: https://gitlab.com/rodrigohernan.ramos/ayuda
Author: Rodrigo Ramos
Author-email: rodrigohernan.ramos@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: urwid
Requires-Dist: PyYaml
Requires-Dist: gitpython

## Description
Command line program for save your notes and share between git

## Install
pip install ayuda

## For development
~~~
pip3 install -e .
~~~
### For Update
#### Pre requisitos
~~~
python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine
~~~
#### Update commands
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository pypi dist/*

